CBlob::SendCommand

From King Arthur's Gold Wiki
Jump to: navigation, search

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