OnEscortWaitStop - Actor

Member of: Actor Script

Event called when this actor is running an Escort procedure, and stops waiting for the escorted actor because the escorted actor is now sufficiently close that the escorter can resume travel to the destination.

SyntaxEdit

Event OnEscortWaitStop()

ParametersEdit

None

ExamplesEdit

Event OnEscortWaitStop()
  Debug.Trace("Escorting actor stopped waiting because escorted actor caught up.")
endEvent

See AlsoEdit