StatusEffect

Description

StatusEffect holds the StatusEffectData and duration of its life.

Properties

data

The StatusEffectData reference.

duration

How long in seconds the effect will last. A duration of 0 or less will be infinite.

Actions

started

Invoked when the effect starts.

stopped

Invoked when the effect stops.

Last updated