|
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 | accessory |
| int32_t | gloves |
| int32_t | belt |
| int32_t | armor |
| int32_t | necklace |
| int32_t | hat |
| int32_t | shield |
| int32_t | weapon |
| int32_t | ring [2] |
| int32_t | armlet [2] |
| int32_t | bracer [2] |
Player equipment data. Sent with information about a player's paperdoll. Note that these values are item IDs.
Definition at line 1434 of file protocol.h.
| EoSerialize EquipmentPaperdoll::_eo |
Definition at line 1435 of file protocol.h.
| int32_t EquipmentPaperdoll::accessory |
Definition at line 1437 of file protocol.h.
| int32_t EquipmentPaperdoll::armlet[2] |
Definition at line 1446 of file protocol.h.
| int32_t EquipmentPaperdoll::armor |
Definition at line 1440 of file protocol.h.
| int32_t EquipmentPaperdoll::belt |
Definition at line 1439 of file protocol.h.
| int32_t EquipmentPaperdoll::boots |
Definition at line 1436 of file protocol.h.
| int32_t EquipmentPaperdoll::bracer[2] |
Definition at line 1447 of file protocol.h.
| int32_t EquipmentPaperdoll::gloves |
Definition at line 1438 of file protocol.h.
| int32_t EquipmentPaperdoll::hat |
Definition at line 1442 of file protocol.h.
| int32_t EquipmentPaperdoll::necklace |
Definition at line 1441 of file protocol.h.
| int32_t EquipmentPaperdoll::ring[2] |
Definition at line 1445 of file protocol.h.
| int32_t EquipmentPaperdoll::shield |
Definition at line 1443 of file protocol.h.
| int32_t EquipmentPaperdoll::weapon |
Definition at line 1444 of file protocol.h.