GETOUTPUTVALUE
From STX Wiki
Jump to navigationJump to search
GETOUTPUTVALUE
Reads the current value of an item output and returns its value. The output pin can be owned by an SPU-item, a value-item or a graph-item. If the output is of type number
the current value is returned. If it is of type vector
the length of the vector is returned.
Usage:
GETOUTPUTVALUE output
Parameters:
- output
- The name of an output pin of an item.
Result:
The current value of the output.