Scene Script

From the CreationKit Wiki
Revision as of 22:55, 2 February 2014 by imported>CraftySentinel (→‎Member Functions: Reverted to List)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of scenes.

Definition[edit | edit source]

ScriptName Scene extends Form

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

ForceStart()
  • Forces the scene to start playing and kills any other scenes running on actors this scene needs.
Quest GetOwningQuest()
  • Returns the Quest that owns this scene.
Bool IsActionComplete(Int aiActionID)
  • Returns whether the specified action is complete or not.
Bool IsPlaying()
  • Returns whether the scene is currently playing or not.
Start()
  • Starts the scene.
Stop()
  • Stops the scene.

Events[edit | edit source]

None

Related Fragments[edit | edit source]