OnEndState
Revision as of 15:03, 26 October 2011 by imported>Jlundin
Member of: Any and all scripts.
Event called when the state the event is in about to be switched away from.
Syntax[edit | edit source]
Event OnEndState()
Parameters[edit | edit source]
None
Example[edit | edit source]
State Running
Event OnEndState()
Debug.Trace("Leaving the running state!")
EndEvent
EndState