Background for Fallout 4
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


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 Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.