![]() |
Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
|
Functions used to handle multiple commands that have similar behavior. More...
Functions | |
BLAM CommandStatus | BooleanHandler (bool *value, std::vector< std::string > arguments, ConsoleCommand *command) |
Handler for boolean commands. More... | |
Functions used to handle multiple commands that have similar behavior.
CommandStatus Blam::Console::Handlers::BooleanHandler | ( | bool * | value, |
std::vector< std::string > | arguments, | ||
ConsoleCommand * | command | ||
) |
Handler for boolean commands.
value | - Pointer to the boolean value to be modified. |
arguments | - List of arguments passed to the command from console. |
command | - The command that called this handler. |