Jump to content

Cmd: Difference between revisions

Dat Hack3r (talk | contribs)
m Added page to Documentation category.
Dat Hack3r (talk | contribs)
Added some examples as per Dimka's request.
 
Line 30: Line 30:
// send a message with the text "hi" with the username and Uvias ID
// send a message with the text "hi" with the username and Uvias ID
w.broadcastCommand("hi", true);
w.broadcastCommand("hi", true);
// are the same as above
network.cmd("hi", false);
network.cmd("hi", true);
</syntaxhighlight>
</syntaxhighlight>