Client Commands
Client sends commands to ARC which cause an action in the component. They consist of a $type field identifying the command by name and optionally parameter fields specific
to the command. The first field must be $type.
To send a command, call the method SendCommand(string) on GameObject ClientAPI, putting the json as the string parameter.
API
Playback
| Type | Parameters | Example |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
- |
|
Settings
| Type | Parameters | Example |
|---|---|---|
|
|
|
|
Optionally also:
|
|
|
One or more from:
|
|
Developer commands
| Type | Parameters | Example |
|---|---|---|
|
|
|
|
One or more from:
Automatically switches logging to use client events instead of console (more). |
|
|
|
|
|
- |
|