diff options
Diffstat (limited to 'src/content_cao.h')
| -rw-r--r-- | src/content_cao.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/content_cao.h b/src/content_cao.h index 575aad241..7e946efb7 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -124,7 +124,10 @@ public: { return ACTIVEOBJECT_TYPE_GENERIC; } - + inline const ItemGroupList &getGroups() const + { + return m_armor_groups; + } void initialize(const std::string &data); void processInitData(const std::string &data); @@ -143,6 +146,8 @@ public: return m_yaw; } + const bool isImmortal(); + scene::ISceneNode *getSceneNode(); scene::IAnimatedMeshSceneNode *getAnimatedMeshSceneNode(); |
