59 virtual void tick(
float dt) { }
This is the class from which all interfaces of the game-logic (not the engine) are derived from...
Definition: OrxonoxInterface.h:50
SUPER_FUNCTION(0, BaseObject, XMLPort, false)
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Declaration of OrxonoxInterface, the base class of all interfaces in Orxonox.
virtual void tick(float dt)
Gets called every frame.
Definition: Tickable.h:59
Definition of all super-function related macros, used to call functions of the base class...
The Tickable interface provides a tick(dt) function, that gets called every frame.
Definition: Tickable.h:52