Effects
Last updated
Last updated
local
Specifying that an effect is local
makes the effect only usable from within the script that it is defined in. This allows you to create effects that do not interfere with effects from other addons or scripts.
parse
Code in this section is executed whenever the effect is parsed. This section may be used to emit errors if the effect is used in an improper context.
If this section is included, you must also if the effect was parsed successfully.
trigger