BillboardGroupY()

语法

Result = BillboardGroupY(#BillboardGroup [, Mode])
概要
Determines the absolute position of the billboard group in the world.

参数

#BillboardGroup The number of the billboard group to get the position of.
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 billboard group in the world (default).
  #PB_Relative: get the 'y' position of the billboard group relative to its parent.

返回值

The absolute 'y' position of the billboard group.

已支持操作系统

所有

<- BillboardGroupX() - Billboard Index - BillboardGroupZ() ->