rsc3/doc/help/server-command/n-fill.help.scrbl

20 lines
511 B
Text
Raw Permalink Normal View History

2022-08-24 13:53:18 +00:00
#lang scribble/manual
@(require (for-label racket))
@title{/n_fill Fill ranges of a node's control value(s)}
2022-08-28 10:27:01 +00:00
2022-08-24 13:53:18 +00:00
int - node ID
[
int or string - a control index or name
int - number of values to fill (M)
float - value
] * N
Set contiguous ranges of control indices to single values. For each
range, the starting control index is given followed by the number of
controls to change, followed by the value to fill. If the node is a
group, then it sets the controls of every node in the group.
2022-08-28 10:27:01 +00:00