![]() |
Blamite Game Engine - Strings
00311.03.29.21.1456.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <CompileTagCommand.hpp>
Inheritance diagram for CompileTagCommand:Public Member Functions | |
| CompileTagCommand () | |
| void | LogMessageReceived (BlamBasicLogMessage message) |
| Called whenever a log message is received. More... | |
| int | execute (std::vector< std::string > args) |
Public Member Functions inherited from ToolCommand | |
| std::string | GetCommandName () |
| std::string | GetSyntax () |
| std::string | GetDescription () |
Additional Inherited Members | |
Protected Attributes inherited from ToolCommand | |
| std::string | command = "" |
| std::string | syntax = "" |
| std::string | description = "" |
|
inline |
|
inlinevirtual |
Reimplemented from ToolCommand.
|
inlinevirtual |
Called whenever a log message is received.
| message | - The new log message. |
Reimplemented from BlamLogReceiver.