|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| char * | name |
| int32_t | usage |
| int32_t | gold_bank |
| int32_t | exp |
| int32_t | level |
| int32_t | map_id |
| BigCoords | map_coords |
| CharacterStatsInfoLookup | stats |
| Weight | weight |
Admin character info lookup
Definition at line 4863 of file protocol.h.
| EoPacket AdminInteractTellServerPacket::_eo |
Definition at line 4864 of file protocol.h.
| int32_t AdminInteractTellServerPacket::exp |
Definition at line 4868 of file protocol.h.
| int32_t AdminInteractTellServerPacket::gold_bank |
Definition at line 4867 of file protocol.h.
| int32_t AdminInteractTellServerPacket::level |
Definition at line 4869 of file protocol.h.
| BigCoords AdminInteractTellServerPacket::map_coords |
Definition at line 4871 of file protocol.h.
| int32_t AdminInteractTellServerPacket::map_id |
Definition at line 4870 of file protocol.h.
| char* AdminInteractTellServerPacket::name |
Definition at line 4865 of file protocol.h.
| CharacterStatsInfoLookup AdminInteractTellServerPacket::stats |
Definition at line 4872 of file protocol.h.
| int32_t AdminInteractTellServerPacket::usage |
Definition at line 4866 of file protocol.h.
| Weight AdminInteractTellServerPacket::weight |
Definition at line 4873 of file protocol.h.