#include "Timer.h"
#include <set>
#include "core/CoreIncludes.h"
#include "core/ConsoleCommand.h"
#include "core/CommandExecutor.h"
#include "core/Clock.h"
#include "core/Functor.h"
Namespaces | |
namespace | orxonox |
Functions | |
void | orxonox::delay (float delay, const std::string &command) |
Calls a console command after 'delay' seconds. | |
void | orxonox::executeDelayedCommand (StaticTimer *timer, const std::string &command) |
Executes the command. | |
void | orxonox::killdelays () |
Kills all delayed commands. | |
orxonox::SetConsoleCommandShortcutExtern (killdelays) | |
orxonox::SetConsoleCommandShortcutExtern (delay) | |
Variables | |
static std::set< StaticTimer * > | orxonox::delaytimerset |