RMailingList class
A class that handles all the message commands.
Contents
- Reference
Public functions
- void sendSignal(std::string command, var data = NULL)
- Runs a command.
- void addEngineCommands()
- Adds engine commands to CommandsMap.
Public variables
- std::map<std::string, SignalSignature*> CommandsMap
- Contains all the message commands.
Function documentation
              void Rubeus::
            Runs a command.
| Parameters | |
|---|---|
| command | Name of message command. | 
| data | The data that need to pass to corresponding function. | 
Variable documentation
              std::map<std::string, SignalSignature*> Rubeus::
            Contains all the message commands.
CommandsMap