#include <src/core/input/InputCommands.h>
Public Member Functions | |
bool | execute (float abs=1.0f, float rel=1.0f) |
Executes a simple command with no additional paramters. | |
Public Attributes | |
CommandEvaluation | evaluation_ |
bool orxonox::SimpleCommand::execute | ( | float | abs = 1.0f , |
|
float | rel = 1.0f | |||
) | [inline, virtual] |
Executes a simple command with no additional paramters.
Implements orxonox::BaseCommand.
References evaluation_, and orxonox::CommandEvaluation::execute().
Referenced by execute(), and orxonox::Button::parse().