 |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file. 1 #include "../console.h"
17 name =
"write_debug_info";
23 BlamResult
Execute(std::vector<std::string> arguments)
30 return BlamResult::Success_OK;
WriteDebugInfoCommand()
Definition: write_debug_info.hpp:15
BLAM void LogEvent(std::string message)
Logs a message to the log and/or console.
Definition: aliases.cpp:130
std::string description
An optional description of the command. Shown when using the classify command.
Definition: console.h:36
Class used to represent a console command.
Definition: console.h:33
Class for the write_debug_info command.
Definition: write_debug_info.hpp:12
BlamResult Execute(std::vector< std::string > arguments)
Called upon command execution.
Definition: write_debug_info.hpp:23
std::string name
The name of the console command.
Definition: console.h:35
BLAM BlamUIWidget_InfoDisplay * GetInfoDisplayWidget()
Retrieves the built-in info display widget.
Definition: ui.cpp:354
BlamCommandType type
The type of command this is. See #Blam::Resources::Console::BlamCommandType for more information.
Definition: console.h:40
Namespace for things relating to the debug console.
Definition: abort.hpp:5
@ Builtin
A command that is hard-coded into the engine.