29 #ifndef _WorldAmbientSound_H__ 30 #define _WorldAmbientSound_H__ 53 virtual void XMLEventPort(Element& xmlelement,
XMLPort::Mode mode)
override;
55 virtual void changedActivity()
override;
62 static void nextSong();
65 void registerVariables();
The BaseObject is the parent of all classes representing an instance in the game. ...
Definition: BaseObject.h:63
This class is the base class of all the Objects in the universe that need to be synchronised over the...
Definition: Synchronisable.h:142
static std::vector< std::string > soundList_
Definition: WorldAmbientSound.h:69
This class is used to play and control ambient sound in a level file.
Definition: WorldAmbientSound.h:46
xmlelement
Definition: Super.h:519
static int soundNumber_
Definition: WorldAmbientSound.h:73
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
Shared library macros, enums, constants and forward declarations for the orxonox library ...
Declaration of BaseObject, the base class of all objects in Orxonox.
#define _OrxonoxExport
Definition: OrxonoxPrereqs.h:60
The AmbientSound class is used to play background music.
Definition: AmbientSound.h:44
AmbientSound * ambientSound_
Definition: WorldAmbientSound.h:76