- 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
No human-generated examples found for this function.
Auto-Generated Example
bool returnedValue = myScene__toCallFunctionOn.IsPlaying()