1 #ifndef GRAIL_WORLD_OBJECT_H
2 #define GRAIL_WORLD_OBJECT_H
4 #include "WorldObjectType.hh"
21 bool IsOfType(
unsigned int typeId)
const;
22 bool IsOfType(
const std::string& typeName)
const;
23 void SetObjectIndex(
unsigned int id);
24 unsigned int GetObjectIndex()
const;
34 unsigned int objectIndex = 0;
Definition: ParametrizedObject.h:21
Definition: WorldObject.hh:14
std::string GetTypeName() const
Definition: WorldObject.cpp:27
A class representing planner WorldObject type - its name and inheritance structure.
Definition: WorldObjectType.hh:12