NodeZ()

Syntax

Result = NodeZ(#Node [, Mode])
Description
Returns the 'z' position of the node in the world.

Parameters

#Node The node to use.
Mode (optional) The mode to get the 'z' position. It can be one of the following value:
  #PB_Absolute: get the absolute 'z' position of the node in the world (default).
  #PB_Relative: get the 'z' position of the node relative to its parent.

Return value

The 'z' position of the node in the world.

See Also

NodeX(), NodeY()

Supported OS

All

<- NodeYaw() - Node Index - RotateNode() ->