ActorDistance
Usage:
ActorDistance(ActorA, ActorB)
Description:
The ActorDistance command returns the distance between two actors, as a floating point value.
Example:
Function Main()
Result = ActorDistance(Actor(), ContextActor())
Output(Actor(), "Distance to context actor: " $+ Result)
Return()
End Function
Comments (0)
You don't have permission to comment on this page.