![]() |
Blamite Game Engine - Strings
00314.05.25.21.0023.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
#include <DecompileTagCommand.hpp>
Public Member Functions | |
DecompileTagCommand () | |
void | LogMessageReceived (BlamBasicLogMessage message) |
Called whenever a log message is received. More... | |
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.
|
inlinevirtual |
Called whenever a log message is received.
message | - The new log message. |
Reimplemented from BlamLogReceiver.