|
eolib 0.5.0
A core C library for writing applications related to Endless Online
|
#include <protocol.h>
Data Fields | |
| EoPacket | _eo |
| WelcomeCode | welcome_code |
| union { | |
| struct { | |
| int32_t session_id | |
| int32_t character_id | |
| int32_t map_id | |
| int32_t map_rid [2] | |
| int32_t map_file_size | |
| int32_t eif_rid [2] | |
| int32_t eif_length | |
| int32_t enf_rid [2] | |
| int32_t enf_length | |
| int32_t esf_rid [2] | |
| int32_t esf_length | |
| int32_t ecf_rid [2] | |
| int32_t ecf_length | |
| char * name | |
| char * title | |
| char * guild_name | |
| char * guild_rank_name | |
| int32_t class_id | |
| char * guild_tag | |
| AdminLevel admin | |
| int32_t level | |
| int32_t experience | |
| int32_t usage | |
| CharacterStatsWelcome stats | |
| EquipmentWelcome equipment | |
| int32_t guild_rank | |
| ServerSettings settings | |
| LoginMessageCode login_message_code | |
| } select_character | |
| struct { | |
| char * news [9] | |
| Weight weight | |
| size_t items_length | |
| Item * items | |
| size_t spells_length | |
| Spell * spells | |
| NearbyInfo nearby | |
| } enter_game | |
| } * | welcome_code_data |
Reply to selecting a character / entering game
Definition at line 4740 of file protocol.h.
| EoPacket WelcomeReplyServerPacket::_eo |
Definition at line 4741 of file protocol.h.
| AdminLevel WelcomeReplyServerPacket::admin |
Definition at line 4764 of file protocol.h.
| int32_t WelcomeReplyServerPacket::character_id |
Definition at line 4746 of file protocol.h.
| int32_t WelcomeReplyServerPacket::class_id |
Definition at line 4762 of file protocol.h.
| int32_t WelcomeReplyServerPacket::ecf_length |
Definition at line 4757 of file protocol.h.
| int32_t WelcomeReplyServerPacket::ecf_rid[2] |
Definition at line 4756 of file protocol.h.
| int32_t WelcomeReplyServerPacket::eif_length |
Definition at line 4751 of file protocol.h.
| int32_t WelcomeReplyServerPacket::eif_rid[2] |
Definition at line 4750 of file protocol.h.
| int32_t WelcomeReplyServerPacket::enf_length |
Definition at line 4753 of file protocol.h.
| int32_t WelcomeReplyServerPacket::enf_rid[2] |
Definition at line 4752 of file protocol.h.
| struct { ... } WelcomeReplyServerPacket::enter_game |
| EquipmentWelcome WelcomeReplyServerPacket::equipment |
Definition at line 4769 of file protocol.h.
| int32_t WelcomeReplyServerPacket::esf_length |
Definition at line 4755 of file protocol.h.
| int32_t WelcomeReplyServerPacket::esf_rid[2] |
Definition at line 4754 of file protocol.h.
| int32_t WelcomeReplyServerPacket::experience |
Definition at line 4766 of file protocol.h.
| char* WelcomeReplyServerPacket::guild_name |
Definition at line 4760 of file protocol.h.
| int32_t WelcomeReplyServerPacket::guild_rank |
Definition at line 4770 of file protocol.h.
| char* WelcomeReplyServerPacket::guild_rank_name |
Definition at line 4761 of file protocol.h.
| char* WelcomeReplyServerPacket::guild_tag |
Definition at line 4763 of file protocol.h.
| Item* WelcomeReplyServerPacket::items |
Definition at line 4778 of file protocol.h.
| size_t WelcomeReplyServerPacket::items_length |
Definition at line 4777 of file protocol.h.
| int32_t WelcomeReplyServerPacket::level |
Definition at line 4765 of file protocol.h.
| LoginMessageCode WelcomeReplyServerPacket::login_message_code |
Definition at line 4772 of file protocol.h.
| int32_t WelcomeReplyServerPacket::map_file_size |
Definition at line 4749 of file protocol.h.
| int32_t WelcomeReplyServerPacket::map_id |
Definition at line 4747 of file protocol.h.
| int32_t WelcomeReplyServerPacket::map_rid[2] |
Definition at line 4748 of file protocol.h.
| char* WelcomeReplyServerPacket::name |
Definition at line 4758 of file protocol.h.
| NearbyInfo WelcomeReplyServerPacket::nearby |
Definition at line 4781 of file protocol.h.
| char* WelcomeReplyServerPacket::news[9] |
Definition at line 4775 of file protocol.h.
| struct { ... } WelcomeReplyServerPacket::select_character |
| int32_t WelcomeReplyServerPacket::session_id |
Definition at line 4745 of file protocol.h.
| ServerSettings WelcomeReplyServerPacket::settings |
Definition at line 4771 of file protocol.h.
| Spell* WelcomeReplyServerPacket::spells |
Definition at line 4780 of file protocol.h.
| size_t WelcomeReplyServerPacket::spells_length |
Definition at line 4779 of file protocol.h.
| CharacterStatsWelcome WelcomeReplyServerPacket::stats |
Definition at line 4768 of file protocol.h.
| char* WelcomeReplyServerPacket::title |
Definition at line 4759 of file protocol.h.
| int32_t WelcomeReplyServerPacket::usage |
Definition at line 4767 of file protocol.h.
| Weight WelcomeReplyServerPacket::weight |
Definition at line 4776 of file protocol.h.
| WelcomeCode WelcomeReplyServerPacket::welcome_code |
Definition at line 4742 of file protocol.h.
| union { ... } * WelcomeReplyServerPacket::welcome_code_data |