|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| TrainType | action_type |
| union { | |
| struct { | |
| StatId stat_id | |
| } stat | |
| struct { | |
| int32_t spell_id | |
| } skill | |
| } * | action_type_data |
Spending a stat point on a stat or skill
Definition at line 3474 of file protocol.h.
| EoPacket StatSkillAddClientPacket::_eo |
Definition at line 3475 of file protocol.h.
| TrainType StatSkillAddClientPacket::action_type |
Definition at line 3476 of file protocol.h.
| union { ... } * StatSkillAddClientPacket::action_type_data |
| struct { ... } StatSkillAddClientPacket::skill |
| int32_t StatSkillAddClientPacket::spell_id |
Definition at line 3482 of file protocol.h.
| struct { ... } StatSkillAddClientPacket::stat |
| StatId StatSkillAddClientPacket::stat_id |
Definition at line 3479 of file protocol.h.