|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
This is the complete list of members for ResourceObject, including all inherited members.
| canInteract(Entity &entity) | ResourceObject | virtual |
| coordinatesM | Object | private |
| depleteChanceM | ResourceObject | private |
| getId() | Object | |
| getInstanceId() | Object | |
| getLocation() | Object | |
| getName() | Object | |
| getObjectType() | Object | |
| getRotation() | Object | |
| idM | Object | private |
| instanceIdM | Object | private |
| interact(Entity &entity) | ResourceObject | virtual |
| itemTransformListM | ResourceObject | private |
| nameM | Object | private |
| Object(int id, std::string instanceId, std::string name, Coordinates coordinates, unsigned int rotation, reader::ObjectType objectType) | Object | |
| Object(const GeneralObjectStruct &object, const ObjectLocation &location, reader::ObjectType objectType) | Object | |
| objectTypeM | Object | private |
| relatedSkillIdM | ResourceObject | private |
| ResourceObject(int id, std::string instanceId, std::string name, Coordinates coords, unsigned int rotation, std::vector< YieldableItem > yieldableItemList, int xpPerYield, int depleteChance, int relatedSkillId, int xpRequirement, reader::ObjectType type, std::vector< ItemTransform > itemTransformList) | ResourceObject | |
| ResourceObject(const ResourceObjectStruct &object, const ObjectLocation &location, reader::ObjectType type) | ResourceObject | |
| rotationM | Object | private |
| xpPerYieldM | ResourceObject | private |
| xpRequirementM | ResourceObject | private |
| yieldableItemListM | ResourceObject | private |
| ~Object()=default | Object | virtual |