Scene Script
Revision as of 21:55, 2 February 2014 by imported>CraftySentinel (→Member Functions: Reverted to List)
Extends: Form Script
Script for the manipulation of scenes.
Definition
ScriptName Scene extends Form
Properties
None
Global Functions
None
Member Functions
- 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
None