CBlob::SendCommand

From King Arthur's Gold Wiki
Revision as of 16:58, 31 January 2016 by Vermilicious (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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