OnEscortWaitStop - Actor
Jump to navigation
Jump to search
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.
Syntax[edit | edit source]
Event OnEscortWaitStop()
Parameters[edit | edit source]
None
Examples[edit | edit source]
Event OnEscortWaitStop()
Debug.Trace("Escorting actor stopped waiting because escorted actor caught up.")
endEvent