Background for Skyrim SE
Member of the Scene script
boolfunctionIsPlaying()Native

Description

Wiki Description

Returns whether the scene is currently playing or not.

Documentation Comment

Is this scene currently playing?


Caveats

CK Wiki - Notes

  • Even though a scene is stuck, it is still playing, and thus this function will return true. Therefore it is not entirely useful for debugging a scene.

Examples

; Is the scene playing
if CoolScene.IsPlaying()
  Debug.Trace("Cool scene is playing!")
endIf

Auto-Generated Example

bool returnedValue = myScene__toCallFunctionOn.IsPlaying()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.