- Found in:
- Vanilla
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!")
endIfAuto-Generated Example
bool returnedValue = myScene__toCallFunctionOn.IsPlaying()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
