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

#include <protocol.h>

Data Fields

EoPacket _eo
SkillMasterReply reply_code
union { 
   struct { 
      int32_t   class_id 
   }   wrong_class
} * reply_code_data

Detailed Description

Response from unsuccessful action at a skill master

Definition at line 5678 of file protocol.h.

Field Documentation

◆ _eo

EoPacket StatSkillReplyServerPacket::_eo

Definition at line 5679 of file protocol.h.

◆ class_id

int32_t StatSkillReplyServerPacket::class_id

Definition at line 5683 of file protocol.h.

◆ reply_code

SkillMasterReply StatSkillReplyServerPacket::reply_code

Definition at line 5680 of file protocol.h.

◆ [union]

union { ... } * StatSkillReplyServerPacket::reply_code_data

◆ [struct]

struct { ... } StatSkillReplyServerPacket::wrong_class

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