#include <src/core/input/InputCommands.h>
Public Member Functions | |
virtual bool | execute (float abs=1.0f, float rel=1.0f)=0 |
virtual | ~BaseCommand () |
virtual orxonox::BaseCommand::~BaseCommand | ( | ) | [inline, virtual] |
virtual bool orxonox::BaseCommand::execute | ( | float | abs = 1.0f , |
|
float | rel = 1.0f | |||
) | [pure virtual] |
Implemented in orxonox::SimpleCommand, and orxonox::ParamCommand.