|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| char * | name |
| int32_t | player_id |
| int32_t | map_id |
| BigCoords | coords |
| Direction | direction |
| int32_t | class_id |
| char * | guild_tag |
| int32_t | level |
| Gender | gender |
| int32_t | hair_style |
| int32_t | hair_color |
| int32_t | skin |
| int32_t | max_hp |
| int32_t | hp |
| int32_t | max_tp |
| int32_t | tp |
| EquipmentMapInfo | equipment |
| SitState | sit_state |
| bool | invisible |
| WarpEffect * | warp_effect |
Information about a nearby character. The official client skips these if they're under 42 bytes in length.
Definition at line 1459 of file protocol.h.
| EoSerialize CharacterMapInfo::_eo |
Definition at line 1460 of file protocol.h.
| int32_t CharacterMapInfo::class_id |
Definition at line 1466 of file protocol.h.
| BigCoords CharacterMapInfo::coords |
Definition at line 1464 of file protocol.h.
| Direction CharacterMapInfo::direction |
Definition at line 1465 of file protocol.h.
| EquipmentMapInfo CharacterMapInfo::equipment |
Definition at line 1477 of file protocol.h.
| Gender CharacterMapInfo::gender |
Definition at line 1469 of file protocol.h.
| char* CharacterMapInfo::guild_tag |
Definition at line 1467 of file protocol.h.
| int32_t CharacterMapInfo::hair_color |
Definition at line 1471 of file protocol.h.
| int32_t CharacterMapInfo::hair_style |
Definition at line 1470 of file protocol.h.
| int32_t CharacterMapInfo::hp |
Definition at line 1474 of file protocol.h.
| bool CharacterMapInfo::invisible |
Definition at line 1479 of file protocol.h.
| int32_t CharacterMapInfo::level |
Definition at line 1468 of file protocol.h.
| int32_t CharacterMapInfo::map_id |
Definition at line 1463 of file protocol.h.
| int32_t CharacterMapInfo::max_hp |
Definition at line 1473 of file protocol.h.
| int32_t CharacterMapInfo::max_tp |
Definition at line 1475 of file protocol.h.
| char* CharacterMapInfo::name |
Definition at line 1461 of file protocol.h.
| int32_t CharacterMapInfo::player_id |
Definition at line 1462 of file protocol.h.
| SitState CharacterMapInfo::sit_state |
Definition at line 1478 of file protocol.h.
| int32_t CharacterMapInfo::skin |
Definition at line 1472 of file protocol.h.
| int32_t CharacterMapInfo::tp |
Definition at line 1476 of file protocol.h.
| WarpEffect* CharacterMapInfo::warp_effect |
Definition at line 1480 of file protocol.h.