Programmer Guide/Macro Library/GETOUTPUTVALUE: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Latest revision as of 17:31, 18 November 2010
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.