Difference between revisions of "Scene Script"
→Member Functions
imported>Jlundin |
imported>Jog |
||
Line 19: | Line 19: | ||
== Member Functions == | == Member Functions == | ||
'''Function [[ForceStart - Scene|ForceStart]]()''' | |||
*Forces the scene to start playing and kills any other scenes running on actors this scene needs. | |||
'''Quest Function [[GetOwningQuest - Scene|GetOwningQuest]]()''' | |||
*Returns the [[Quest Script|Quest]] that owns this scene. | |||
'''bool Function [[IsActionComplete - Scene|IsActionComplete]](int aiActionID)''' | |||
*Returns whether the specified action is complete or not. | |||
'''bool Function [[IsPlaying - Scene|IsPlaying]]()''' | |||
*Returns whether the scene is currently playing or not. | |||
'''Function [[Start - Scene|Start]]()''' | |||
*Starts the scene. | |||
'''Function [[Stop - Scene|Stop]]()''' | |||
*Stops the scene. | |||
== Events == | == Events == |