eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
CharacterRemoveClientPacket Struct Reference

#include <protocol.h>

Data Fields

EoPacket _eo
int32_t session_id
int32_t character_id

Detailed Description

Confirm deleting character from an account

Definition at line 2785 of file protocol.h.

Field Documentation

◆ _eo

EoPacket CharacterRemoveClientPacket::_eo

Definition at line 2786 of file protocol.h.

◆ character_id

int32_t CharacterRemoveClientPacket::character_id

The official client sends a short, which gets written as a variable-sized integer (2-4 bytes) due to a quirk of the official encoding routine. However, the official server expects an int.

Definition at line 2793 of file protocol.h.

◆ session_id

int32_t CharacterRemoveClientPacket::session_id

Definition at line 2787 of file protocol.h.


The documentation for this struct was generated from the following file: