GetActorX

From Eternity Wiki
(Redirected from GetActorY)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Returns the given x, y or z coordinate of the tagged actor.

Usage[edit]

fixed GetActorX(int tid)

fixed GetActorY(int tid)

fixed GetActorZ(int tid)

Parameters[edit]

  • tid: TID of tagged actor

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

This returns the absolute coordinates, without taking into account portal shifting.

This function's identification in zspecial.acs is: (ACS internal).

See also[edit]