Scene Script

From the CreationKit Wiki
Revision as of 13:57, 26 October 2011 by imported>Jlundin (→‎Member Functions)
(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

ScriptName Scene extends Form

Properties

None

Global Functions

None

Member Functions

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

Events

None

Related Fragments