OnBegin - Scene

Member of: Scene Script

Event called when a scene begins.

SyntaxEdit

Event OnBegin()

ParametersEdit

None.

ExamplesEdit

Event OnBegin()
  Debug.Trace("This scene has started running")
endEvent

NotesEdit

  • This event runs in parallel with the scene begin fragment.
  • The scene will not be considered started until the fragment and events on all scripts (on the quest or remotely registered) have finished running.

See AlsoEdit