|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoSerialize | _eo |
| int32_t | boots |
| int32_t | armor |
| int32_t | hat |
| int32_t | shield |
| int32_t | weapon |
Player equipment data. Sent with a character in the character selection list. Note that these values are graphic IDs.
Definition at line 1389 of file protocol.h.
| EoSerialize EquipmentCharacterSelect::_eo |
Definition at line 1390 of file protocol.h.
| int32_t EquipmentCharacterSelect::armor |
Definition at line 1392 of file protocol.h.
| int32_t EquipmentCharacterSelect::boots |
Definition at line 1391 of file protocol.h.
| int32_t EquipmentCharacterSelect::hat |
Definition at line 1393 of file protocol.h.
| int32_t EquipmentCharacterSelect::shield |
Definition at line 1394 of file protocol.h.
| int32_t EquipmentCharacterSelect::weapon |
Definition at line 1395 of file protocol.h.