Skip to content

EffectStatusEx

Inherits object

Public Static Functions

bool

IsSetup(EffectStatus value)

Checks if the effect is in a setup state. Returns true if the effect is in a setup state; otherwise, false.

bool

IsSuccess(EffectStatus value)

Checks if the effect is in a success state.

bool

IsFailure(EffectStatus value)

Checks if the effect is in a failure state. Returns true if the effect is in a failure state; otherwise, false.

bool

IsDelay(EffectStatus value)

Checks if the effect is in a delay state. Returns true if the effect is in a delay state; otherwise, false.

bool

IsTimedUpdate(EffectStatus value)

Checks if the status is a timed state. Returns true if the status is a timed state; otherwise, false.

bool

IsConnectorStatus(EffectStatus value)

Checks if the status is a connector state. Returns true if the status is a connector state; otherwise, false.

bool

IsEffectStatic(EffectStatus value)

Checks if the status is a menu state. Returns true if the status is a menu state; otherwise, false.