|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
This is the complete list of members for FoodItem, including all inherited members.
| FoodItem(int id, std::string name, int healAmount, bool isStackable=false) | FoodItem | |
| FoodItem(const FoodItemStruct &foodItem) | FoodItem | |
| getHealAmount() | FoodItem | |
| getId() | Item | |
| getInstanceId() | Item | |
| getName() | Item | |
| getStackSize() | Item | |
| healAmountM | FoodItem | private |
| idM | Item | protected |
| instanceIdM | Item | protected |
| IsStackable() | Item | |
| isStackableM | Item | protected |
| Item(int id, std::string name, bool isStackable=false) | Item | |
| Item(const GeneralItemStruct &generalItem) | Item | |
| nameM | Item | protected |
| nextInstanceIdM | Item | inlineprotectedstatic |
| stackSizeM | Item | protected |
| use(Entity *user) override | FoodItem | virtual |