EntityY()

语法

Result = EntityY(#Entity [, Mode])
概要
Returns the current position of the entity in the world.

参数

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

返回值

Returns the 'y' position of the entity.

参阅

EntityX(), EntityZ(), MoveEntity()

已支持操作系统

所有

<- EntityX() - Entity Index - EntityYaw() ->