OnEscortWaitStart - Actor

Member of: Actor Script

Event called when this actor is running an Escort procedure, and starts waiting for the escorted actor to catch up.

SyntaxEdit

Event OnEscortWaitStart()

ParametersEdit

None

ExamplesEdit

Event OnEscortWaitStart()
  Debug.Trace("Escorting actor started waiting for escorted actor to catch up.")
endEvent

See AlsoEdit