rsc3/doc/examples/server-command/_scm/u-cmd.help.scm

10 lines
300 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /u_cmd send a command to a unit generator
; 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.