|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| int32_t | session_id |
| int32_t | character_id |
Confirm deleting character from an account
Definition at line 2785 of file protocol.h.
| EoPacket CharacterRemoveClientPacket::_eo |
Definition at line 2786 of file protocol.h.
| 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.
| int32_t CharacterRemoveClientPacket::session_id |
Definition at line 2787 of file protocol.h.