Home
last modified time | relevance | path

Searched refs:GlobalKeyItem (Results 1 – 5 of 5) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal_objects.h390 class GlobalKeyItem : public GlobalObject {
392 GlobalKeyItem(uint32 id, uint32 count = 1);
H A Dglobal_objects.cpp318 GlobalKeyItem::GlobalKeyItem(uint32 id, uint32 count) : in GlobalKeyItem() function in hoa_global::GlobalKeyItem
H A Dglobal.h430 std::vector<GlobalKeyItem*>* GetInventoryKeyItems() in GetInventoryKeyItems()
516 std::vector<GlobalKeyItem*> _inventory_key_items;
H A Dglobal_utils.cpp126 new_object = new GlobalKeyItem(id, count); in GlobalCreateNewObject()
/dports/games/allacrost/allacrost-1.0.2/src/
H A Ddefs.h194 class GlobalKeyItem; variable