![]() |
Blamite Game Engine - Strings
00313.05.23.21.2038.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <HelpCommand.hpp>
Public Member Functions | |
HelpCommand () | |
void | SetApplicationLabelName (std::string name) |
int | execute (std::vector< std::string > args) |
![]() | |
std::string | GetCommandName () |
std::string | GetSyntax () |
std::string | GetDescription () |
Additional Inherited Members | |
![]() | |
std::string | command = "" |
std::string | syntax = "" |
std::string | description = "" |
|
inline |
|
inlinevirtual |
Reimplemented from ToolCommand.
|
inline |