Elaztek Developer Hub
Blamite Game Engine - Strings  00314.05.25.21.0023.blamite
A library containing general purpose utilities and classes for use in multiple projects.
DecompileTagCommand Class Reference

#include <DecompileTagCommand.hpp>

+ Inheritance diagram for DecompileTagCommand:

Public Member Functions

 DecompileTagCommand ()
 
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 = ""
 

Constructor & Destructor Documentation

◆ DecompileTagCommand()

DecompileTagCommand::DecompileTagCommand ( )
inline

Member Function Documentation

◆ execute()

int DecompileTagCommand::execute ( std::vector< std::string >  args)
inlinevirtual

Reimplemented from ToolCommand.

◆ LogMessageReceived()

void DecompileTagCommand::LogMessageReceived ( BlamBasicLogMessage  message)
inlinevirtual

Called whenever a log message is received.

Parameters
message- The new log message.

Reimplemented from BlamLogReceiver.


The documentation for this class was generated from the following file: