rsc3/doc/examples/server-command/_scm/n-run.help.scm

12 lines
372 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /n_run Turn node on or off
; [
; int - node ID
; int - run flag
; ] * N
; If the run flag set to zero then the node will not be executed. If
; the run flag is set back to one, then it will be executed. Using
; this method to start and stop nodes can cause a click if the node is
; not silent at the time run flag is toggled.