Difference between revisions of "Scene Script"
Jump to navigation
Jump to search
m
→Member Functions: Formatting Change
imported>Jog |
imported>CraftySentinel m (→Member Functions: Formatting Change) |
||
Line 19: | Line 19: | ||
== Member Functions == | == Member Functions == | ||
{|class="wikitable" width =100% | |||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[ForceStart - Scene|'''ForceStart'''()]] | |||
|Forces the scene to start playing and kills any other scenes running on actors this scene needs. | |||
|- | |||
|[[GetOwningQuest - Scene|Quest '''GetOwningQuest'''()]] | |||
|Returns the [[Quest Script|Quest]] that owns this scene. | |||
|- | |||
|[[IsActionComplete - Scene|Bool '''IsActionComplete'''(Int ''aiActionID'')]] | |||
|Returns whether the specified action is complete or not. | |||
|- | |||
|[[IsPlaying - Scene|Bool '''IsPlaying'''()]] | |||
|Returns whether the scene is currently playing or not. | |||
|- | |||
''' | |[[Start - Scene|'''Start'''()]] | ||
|Starts the scene. | |||
|- | |||
|[[Stop - Scene|'''Stop'''()]] | |||
|Stops the scene. | |||
|- | |||
|} | |||
== Events == | == Events == |