JsonWidget.isEffectPlaying

Returns if a named effect is playing or not.

Kind: Function

Environments: Game

Game

jsonWidget:isEffectPlaying( name )

Open the full Game reference

Availability: Client only

Parameters:

Name Type Description
jsonWidget JsonWidget The JsonWidget.
name string The name of the effect.

Returns:

Type Description
boolean True if the effect is playing, false otherwise.