Go to the source code of this file.
|
enum | Horizon::Zone::storage_to_inventory_result_type {
Horizon::Zone::STORAGE_TO_INVENTORY_SUCCESS = 0
, Horizon::Zone::STORAGE_TO_INVENTORY_INVALID = 1
, Horizon::Zone::STORAGE_TO_INVENTORY_OVER_WEIGHT = 2
, Horizon::Zone::STORAGE_TO_INVENTORY_NO_INV_SPACE = 3
,
Horizon::Zone::STORAGE_TO_INVENTORY_OVER_QUANTITY = 4
, Horizon::Zone::STORAGE_TO_INVENTORY_OVER_STACK_LIMIT = 5
} |
|
enum | Horizon::Zone::storage_add_item_result_type {
Horizon::Zone::STORAGE_ADD_SUCCESS = 0
, Horizon::Zone::STORAGE_ADD_INVALID = 1
, Horizon::Zone::STORAGE_ADD_OVER_WEIGHT = 2
, Horizon::Zone::STORAGE_ADD_NO_INV_SPACE = 3
,
Horizon::Zone::STORAGE_ADD_OVER_QUANTITY = 4
, Horizon::Zone::STORAGE_ADD_OVER_STACK_LIMIT = 5
} |
|
enum | Horizon::Zone::storage_remove_item_result_type { Horizon::Zone::STORAGE_REMOVE_SUCCESS = 0
, Horizon::Zone::STORAGE_REMOVE_INVALID = 1
} |
|