Public Member Functions | |
| cGameItemType_Note (cInit *apInit) | |
| bool | OnPickUp (cInventoryItem *apItem, bool abInGame) |
Public Member Functions inherited from cGameItemType | |
| cGameItemType (cInit *apInit) | |
| tWStringVec * | GetActions (bool mbCanBeDropped) |
| virtual bool | OnAction (cInventoryItem *apItem, int alActionNum) |
| virtual void | OnUse (cInventoryItem *apItem, iGameEntity *apEntity) |
| virtual tString | GetShortCutAction (cInventoryItem *apItem) |
| virtual tWString | GetString (cInventoryItem *apItem) |
Additional Inherited Members | |
Protected Attributes inherited from cGameItemType | |
| cInit * | mpInit |
| tWStringVec | mvActions |
| tWStringVec | mvNonDropActions |