- Found in:
- Vanilla
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!")
endIfAuto-Generated Example
bool returnedValue = myScene__toCallFunctionOn.IsPlaying()