![]() |
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
|
Include dependency graph for console.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| BlamTool | |
| Namespace containing functions for Tool. | |
| BlamTool::Console | |
| Namespace containing functions for Tool's command-line input. | |
Macros | |
| #define | TOOL_LIB_API __declspec(dllimport) |
Functions | |
| TOOL_LIB_API void | BlamTool::Console::RegisterDefaultCommands () |
| Registers all default Tool commands. More... | |
| TOOL_LIB_API int | BlamTool::Console::ExecuteCommandLine (std::vector< std::string > args, std::string name_label) |
| Parses and executes a given list of command-line arguments. More... | |
| TOOL_LIB_API std::vector< ToolCommand * > | BlamTool::Console::GetRegisteredCommands () |
| Retrieves the list of registered commands. More... | |
| TOOL_LIB_API ToolCommand * | BlamTool::Console::GetCommand (std::string name) |
| Retrieves a command based on its name. More... | |
| #define TOOL_LIB_API __declspec(dllimport) |