OnEndState

From the CreationKit Wiki
Revision as of 16:03, 26 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

See Also[edit | edit source]

OnBeginState