eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
EquipmentPaperdoll Struct Reference

#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]

Detailed Description

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.

Field Documentation

◆ _eo

EoSerialize EquipmentPaperdoll::_eo

Definition at line 1435 of file protocol.h.

◆ accessory

int32_t EquipmentPaperdoll::accessory

Definition at line 1437 of file protocol.h.

◆ armlet

int32_t EquipmentPaperdoll::armlet[2]

Definition at line 1446 of file protocol.h.

◆ armor

int32_t EquipmentPaperdoll::armor

Definition at line 1440 of file protocol.h.

◆ belt

int32_t EquipmentPaperdoll::belt

Definition at line 1439 of file protocol.h.

◆ boots

int32_t EquipmentPaperdoll::boots

Definition at line 1436 of file protocol.h.

◆ bracer

int32_t EquipmentPaperdoll::bracer[2]

Definition at line 1447 of file protocol.h.

◆ gloves

int32_t EquipmentPaperdoll::gloves

Definition at line 1438 of file protocol.h.

◆ hat

int32_t EquipmentPaperdoll::hat

Definition at line 1442 of file protocol.h.

◆ necklace

int32_t EquipmentPaperdoll::necklace

Definition at line 1441 of file protocol.h.

◆ ring

int32_t EquipmentPaperdoll::ring[2]

Definition at line 1445 of file protocol.h.

◆ shield

int32_t EquipmentPaperdoll::shield

Definition at line 1443 of file protocol.h.

◆ weapon

int32_t EquipmentPaperdoll::weapon

Definition at line 1444 of file protocol.h.


The documentation for this struct was generated from the following file: