ExecuteCommand() public static method

Enques and executes a command.
public static ExecuteCommand ( string command ) : void
command string /// The command to be executed ///
return void
Beispiel #1
0
 public void ChangeLevel(string map)
 {
     Server.ExecuteCommand("changelevel {0}", map);
 }