rsc3/doc/help/server-command/u-cmd.help.scrbl

16 lines
350 B
Text
Raw Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/u_cmd send a command to a unit generator}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
int - node ID
int - unit generator index
string - command name
...any arguments
Sends all arguments following the command name to the unit generator
to be performed. Commands are defined by unit generator plug ins.
2022-08-28 10:27:01 +00:00