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 | zeny { 0 } |
int s_zc_guild_info2::emblem_id { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::exp { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::guild_id { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::honor { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::level { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
char s_zc_guild_info2::managed_castle[MAP_NAME_LENGTH_EXT] |
char s_zc_guild_info2::master_name[MAX_UNIT_NAME_LENGTH] |
int s_zc_guild_info2::max_exp { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::member_max { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::member_num { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
char s_zc_guild_info2::name[MAX_UNIT_NAME_LENGTH] |
int s_zc_guild_info2::points { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::virtue { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().
int s_zc_guild_info2::zeny { 0 } |
Referenced by Horizon::Zone::ZC_GUILD_INFO2::serialize().