#include <src/core/input/InputCommands.h>
Public Member Functions | |
BufferedParamCommand () | |
bool | execute () |
Executes a buffered command. This is used for commands with additional parameters. | |
Public Attributes | |
float | abs_ |
CommandEvaluation | evaluation_ |
int | paramIndex_ |
float | rel_ |
orxonox::BufferedParamCommand::BufferedParamCommand | ( | ) | [inline] |
bool orxonox::BufferedParamCommand::execute | ( | ) |
Executes a buffered command. This is used for commands with additional parameters.
References abs_, evaluation_, orxonox::CommandEvaluation::execute(), paramIndex_, rel_, orxonox::CommandEvaluation::setEvaluatedParameter(), and orxonox::MT_Type::Vector2.
Referenced by orxonox::ParamCommand::execute(), and execute().
Referenced by execute(), and orxonox::Button::parse().
Referenced by execute(), and orxonox::Button::parse().
Referenced by orxonox::ParamCommand::execute(), and execute().