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

#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

Detailed Description

Spending a stat point on a stat or skill

Definition at line 3474 of file protocol.h.

Field Documentation

◆ _eo

EoPacket StatSkillAddClientPacket::_eo

Definition at line 3475 of file protocol.h.

◆ action_type

TrainType StatSkillAddClientPacket::action_type

Definition at line 3476 of file protocol.h.

◆ [union]

union { ... } * StatSkillAddClientPacket::action_type_data

◆ [struct]

struct { ... } StatSkillAddClientPacket::skill

◆ spell_id

int32_t StatSkillAddClientPacket::spell_id

Definition at line 3482 of file protocol.h.

◆ [struct]

struct { ... } StatSkillAddClientPacket::stat

◆ stat_id

StatId StatSkillAddClientPacket::stat_id

Definition at line 3479 of file protocol.h.


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