#include <global_objects.h>
Inheritance diagram for hoa_global::GlobalKeyItem:


Public Member Functions | |
| GLOBAL_OBJECT | GetObjectType () const |
| Purely virtual function used to distinguish between object types. | |
| GlobalKeyItem (uint32 id, uint32 count=1) | |
****************************************************************************
Key items are items which can not be used by the player. They simply sit idly in the inventory.
Definition at line 368 of file global_objects.h.
Definition at line 370 of file global_objects.h.
| GLOBAL_OBJECT hoa_global::GlobalKeyItem::GetObjectType | ( | ) | const [inline, virtual] |
Purely virtual function used to distinguish between object types.
Implements hoa_global::GlobalObject.
Definition at line 373 of file global_objects.h.
References hoa_global::GLOBAL_OBJECT_KEY_ITEM.
1.5.1