![]() |
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
|
Class for the Help command. More...
#include <HelpCommand.hpp>
Inheritance diagram for HelpCommand:
Collaboration diagram for HelpCommand:Public Member Functions | |
| HelpCommand () | |
| void | SetApplicationLabelName (std::string name) |
| Updates the application name label. More... | |
| int | execute (std::vector< std::string > args) |
| Executes the command. More... | |
Public Member Functions inherited from ToolCommand | |
| std::string | GetCommandName () |
| Retrieves the name of the command. More... | |
| std::string | GetSyntax () |
| Retrieves the syntax of the command. More... | |
| std::string | GetDescription () |
| Retrieves the description of the command. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ToolCommand | |
| std::string | command = "" |
| The name of the command. More... | |
| std::string | syntax = "" |
| The syntax of the command. This should include the command name, as well as any arguments. More... | |
| std::string | description = "" |
| A description of the command. More... | |
Class for the Help command.
This command provides a list of all available Tool commands, along with their syntax and description.
|
inline |
|
inlinevirtual |
Executes the command.
| args | - A list of arguments provided to the command. |
Reimplemented from ToolCommand.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Updates the application name label.
This should be called in cases where the application name is something other than tool.exe.
| name | - The name of the application, without the file extension. |
Here is the caller graph for this function: