Get your own free workspace
View
 

ActorDistance

Page history last edited by Gamemaster 3 years, 11 months ago

 

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.