JsonWidget.isEffectDone

Returns if a named effect is done or not.

Kind: Function

Environments: Game

Game

jsonWidget:isEffectDone( 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 done, false otherwise.