Horizon Official Technical Documentation
|
|
#include <ClientDefinitions.hpp>
Public Attributes | |
uint32_t | item_id |
uint8_t | item_type |
int32_t | amount |
uint8_t | identified |
uint8_t | damaged |
uint8_t | refine |
item_slot | cards |
struct { | |
int16_t index { 0 } | |
int16_t value { 0 } | |
int16_t param { 0 } | |
} | option_data [MAX_ITEM_OPTIONS] |
uint32_t | location |
uint16_t | look |
int32_t s_zc_add_exchange_item::amount |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
item_slot s_zc_add_exchange_item::cards |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
uint8_t s_zc_add_exchange_item::damaged |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
uint8_t s_zc_add_exchange_item::identified |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
int16_t s_zc_add_exchange_item::index { 0 } |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
uint32_t s_zc_add_exchange_item::item_id |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
uint8_t s_zc_add_exchange_item::item_type |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
uint32_t s_zc_add_exchange_item::location |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
uint16_t s_zc_add_exchange_item::look |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
struct { ... } s_zc_add_exchange_item::option_data[MAX_ITEM_OPTIONS] |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
int16_t s_zc_add_exchange_item::param { 0 } |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
uint8_t s_zc_add_exchange_item::refine |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().
int16_t s_zc_add_exchange_item::value { 0 } |
Referenced by Horizon::Zone::ZC_ADD_EXCHANGE_ITEM::serialize().