Recast  1
Game with custom magic
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
On

Run command. command 'stop now 1 2' from Server console this method receives (Server, 'stop'. {'now','1', '2'})

Warning
ICommandSender is NOT thread-safe. It means
Parameters
senderis sent from background thread. If your ICommand needs main thread execution, create an issue. I will create a flag for that command.
sendercontext object
cmdfirst word in command
argssecond and next words in command (Always not null)