IsScenePlaying

From the CreationKit Wiki
Jump to navigation Jump to search

Description[edit | edit source]

IsScenePlaying Returns 1 if the specified scene is currently playing.

Syntax[edit | edit source]

IsScenePlaying SceneID 

Examples[edit | edit source]

IsScenePlaying SceneA

Returns true if SceneA is currently playing.

Notes[edit | edit source]

  • As with its papyrus counterpart, this has a possibility to return true, even if the scene is NOT playing. Source

See Also[edit | edit source]

StartScene
StopScene

Reference[edit | edit source]

None provided.

Papyrus Version[edit | edit source]

Scene.IsPlaying (Papyrus)