IsPlaying - Scene

From Creation Kit
Revision as of 2011-10-26T15:00:49 by Jlundin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Member of: Scene Script

Returns whether the scene is currently playing or not.

Contents

Syntax

bool Function IsPlaying() native

Parameters

None.

Return Value

Returns if the scene is currently playing or not.

Examples

; Is the scene playing
if CoolScene.IsPlaying()
  Debug.Trace("Cool scene is playing!")
endIf

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
coming
coming
coming
coming