EEex_GetActorLocation
EEex_GetActorLocation(actorID)
Returns an x, y point coordinate indicating actor’s location
Parameters
actorID - the actor’s id to return the location for
Return
Returns an x and y point coordinate
Example
local targetX, targetY = EEex_GetActorLocation(targetID)
See Also