grouped
Status effect from multiple sources, when all sources are removed, so is the effect
Vars | |
sources | A list of all sources applying this status effect. Sources are a list of keys |
---|---|
Procs | |
source_added | Called after a source is added to the status effect, this includes the first source added after creation. |
source_removed | Called after a source is removed from the status effect. removing will be TRUE if this is the last source, which means
the effect will be deleted. |
Var Details
sources
A list of all sources applying this status effect. Sources are a list of keys
Proc Details
source_added
Called after a source is added to the status effect, this includes the first source added after creation.
source_removed
Called after a source is removed from the status effect.
removing
will be TRUE if this is the last source, which means
the effect will be deleted.