Horizon Official Technical Documentation
Storage.hpp File Reference
+ Include dependency graph for Storage.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Horizon::Zone::Assets::Storage
 

Namespaces

namespace  Horizon
 
namespace  Horizon::Zone
 
namespace  Horizon::Zone::Units
 
namespace  Horizon::Zone::Assets
 

Enumerations

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 }