Horizon Official Technical Documentation
|
|
#include <ClientDefinitions.hpp>
Public Attributes | |
int | guild_id { 0 } |
int | level { 0 } |
int | member_num { 0 } |
int | member_max { 0 } |
int | exp { 0 } |
int | max_exp { 0 } |
int | points { 0 } |
int | honor { 0 } |
int | virtue { 0 } |
int | emblem_id { 0 } |
char | name [MAX_UNIT_NAME_LENGTH] |
char | master_name [MAX_UNIT_NAME_LENGTH] |
char | managed_castle [MAP_NAME_LENGTH_EXT] |
int s_zc_guild_info::emblem_id { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::exp { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::guild_id { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::honor { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::level { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
char s_zc_guild_info::managed_castle[MAP_NAME_LENGTH_EXT] |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
char s_zc_guild_info::master_name[MAX_UNIT_NAME_LENGTH] |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::max_exp { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::member_max { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::member_num { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
char s_zc_guild_info::name[MAX_UNIT_NAME_LENGTH] |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::points { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().
int s_zc_guild_info::virtue { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO::serialize().