#include <commander.h>
Collaboration diagram for Commander::sCommand:

Public Member Functions | |
| sCommand (const std::string &cmd, int plID) | |
| Just simple inicialization. | |
Public Attributes | |
| std::string | command |
| string with command | |
| int | playerID |
| ID of player who created the command. | |
Definition at line 79 of file commander.h.
|
||||||||||||
|
Just simple inicialization.
Definition at line 82 of file commander.h. |
|
|
string with command
Definition at line 87 of file commander.h. Referenced by Commander::processAllCommands(), and sCommand(). |
|
|
ID of player who created the command.
Definition at line 88 of file commander.h. Referenced by Commander::processAllCommands(), and sCommand(). |
1.4.5