OnEndState

Member of: Any and all scripts.

Event called when the state the event is in about to be switched away from.

SyntaxEdit

Event OnEndState()

ParametersEdit

None

ExampleEdit

State Running
  Event OnEndState()
    Debug.Trace("Leaving the running state!")
  EndEvent
EndState

See AlsoEdit

OnBeginState