NodeY()
Syntax
Result = NodeY(#Node [, Mode])Description
Returns the 'y' position of the node in the world.
Parameters
#Node The node to use. Mode (optional) The mode to get the 'y' position. It can be one of the following value: #PB_Absolute: get the absolute 'y' position of the node in the world (default). #PB_Relative: get the 'y' position of the node relative to its parent.
Return value
The 'y' position of the node in the world.
See Also
NodeX(), NodeZ()
Supported OS
All