EEex_GetActorPosDest

EEex_GetActorPosDest(actorID)

Return the destination position of the actor as an x, y point coordinate

Parameters

  • actorID - the actor’s id to return the destination position for

Return

Returns an x, y point coordinate

Example

local destX, destY = EEex_GetActorPosDest(actorID)

See Also

EEex_GetActorCurrentDest, EEex_GetActorMovementRate, EEex_GetActorDirection, EEex_GetActorLocation