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

10 lines
255 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /n_before Place a node before another
; [
; int - the ID of the node to place (A)
; int - the ID of the node before which the above is placed (B)
; ] * N
; Places node A in the same group as node B, to execute immediately
; before node B.