32 #ifndef _NameableStaticEntity_H__ 33 #define _NameableStaticEntity_H__ 49 { this->levelName_ = levelname; }
52 {
return this->levelName_; }
std::string levelName_
Definition: NameableStaticEntity.h:55
The StaticEntity is the simplest derivative of the orxonox::WorldEntity class.
Definition: StaticEntity.h:50
::std::string string
Definition: gtest-port.h:756
Declaration of the XMLPort helper classes and macros.
Definition: NameableStaticEntity.h:41
xmlelement
Definition: Super.h:519
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
Defines several very important macros used to register objects, register classes, and to work with id...
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
const std::string & getLevelName()
Definition: NameableStaticEntity.h:51
void setLevelName(const std::string &levelname)
Definition: NameableStaticEntity.h:48