![]() |
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
|
Namespace containing functions for Tool's command-line input. More...
Functions | |
| TOOL_LIB_API void | RegisterDefaultCommands () |
| Registers all default Tool commands. More... | |
| TOOL_LIB_API int | 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 * > | GetRegisteredCommands () |
| Retrieves the list of registered commands. More... | |
| TOOL_LIB_API ToolCommand * | GetCommand (std::string name) |
| Retrieves a command based on its name. More... | |
Namespace containing functions for Tool's command-line input.
| int BlamTool::Console::ExecuteCommandLine | ( | std::vector< std::string > | args, |
| std::string | name_label | ||
| ) |
Parses and executes a given list of command-line arguments.
| args | - The list of arguments provided to the application. |
| name_label | - The executable file name. Displayed in help guide. |
Here is the call graph for this function:| ToolCommand * BlamTool::Console::GetCommand | ( | std::string | name | ) |
Retrieves a command based on its name.
| name | - The name of the command. |
nullptr if no matching command was found.
Here is the caller graph for this function:| std::vector< ToolCommand * > BlamTool::Console::GetRegisteredCommands | ( | ) |
Retrieves the list of registered commands.
Here is the caller graph for this function:| void BlamTool::Console::RegisterDefaultCommands | ( | ) |
Registers all default Tool commands.