Orxonox
0.0.5 Codename: Arcturus
|
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/gamestates/GSStandalone.h>
Public Member Functions | |
GSStandalone (const GameStateInfo &info) | |
~GSStandalone () | |
virtual void | activate () override |
virtual void | deactivate () override |
virtual void | update (const Clock &time) override |
Public Member Functions inherited from orxonox::GameState | |
GameState (const GameStateInfo &info) | |
Constructor only initialises variables and sets the name permanently. More... | |
virtual | ~GameState () |
Destructor only checks that we don't delete an active state. More... | |
State | getActivity () const |
const GameStateInfo & | getInfo () const |
const std::string & | getName () const |
Additional Inherited Members |
orxonox::GSStandalone::GSStandalone | ( | const GameStateInfo & | info | ) |
orxonox::GSStandalone::~GSStandalone | ( | ) |
|
overridevirtual |
Reimplemented from orxonox::GameState.
|
overridevirtual |
Reimplemented from orxonox::GameState.
Reimplemented from orxonox::GameState.