EEex_GetActorTargetPoint
EEex_GetActorTargetPoint(actorID)
Return the target of the actor as an x, y point coordinate
Parameters
actorID - the actor’s id to return the target point for
Return
Returns an x, y point coordinate
Example
local targetX, targetY = EEex_GetActorTargetPoint(actorID)
See Also
EEex_GetActorTargetID, EEex_GetActorDirection, EEex_GetActorLocation, EEex_IsActorFacing