Skip to content

Using CommandServer Commands

mika edited this page Dec 22, 2017 · 1 revision

Using CommandServer Commands *not supported in selfpaced mode

  • void SendCommand(string command)
    • executes CommandServer commands on client
    • list of available commands: link-missing
    • example to show message: b:SendCommand("MESSAGE|HelloWorld!")
  • void Cmd(string command)
    • short version of SendCommand
Clone this wiki locally