Horizon Official Technical Documentation
|
|
#include <ItemDefinitions.hpp>
Public Member Functions | |
int16_t | get_index () const |
void | set_index (int idx) |
int16_t | get_value () const |
void | set_value (int val) |
Public Attributes | |
int16_t | index {0} |
int16_t | value {0} |
uint8_t | param {0} |
|
inline |
References index.
Referenced by Horizon::Zone::ItemComponent::sync_data_types().
|
inline |
References value.
Referenced by Horizon::Zone::ItemComponent::sync_data_types().
|
inline |
References index.
Referenced by Horizon::Zone::Assets::Inventory::load(), Horizon::Zone::Assets::Storage::load(), and Horizon::Zone::ItemComponent::sync_data_types().
|
inline |
References value.
Referenced by Horizon::Zone::Assets::Inventory::load(), Horizon::Zone::Assets::Storage::load(), and Horizon::Zone::ItemComponent::sync_data_types().
int16_t item_entry_data::options::index {0} |
Referenced by get_index(), item_entry_data::operator=(), Horizon::Zone::ZC_ITEM_PICKUP_ACK_V7::serialize(), and set_index().
uint8_t item_entry_data::options::param {0} |
Referenced by item_entry_data::operator=(), and Horizon::Zone::ZC_ITEM_PICKUP_ACK_V7::serialize().
int16_t item_entry_data::options::value {0} |
Referenced by get_value(), item_entry_data::operator=(), Horizon::Zone::ZC_ITEM_PICKUP_ACK_V7::serialize(), and set_value().