CBlob::SendCommand
From King Arthur's Gold Wiki
Revision as of 15:58, 31 January 2016 by Vermilicious (Talk | contribs)
Sends a command over the network.
This method sends a command, which is much like a remote procedure call, over the network. When called on the server, the local onCommand handler is called immidiately, but not if called on a client.
void SendCommand( u8 cmd, CBitStream@ params )
Object method of: CBlob