-
Notifications
You must be signed in to change notification settings - Fork 5
effectBurst
Lemonymous edited this page Aug 8, 2021
·
1 revision
A library providing functionality to add emitters to water and ice tiles in a skill effect. Normally, emitters cannot exist on water and ice tiles.
| Argument name | Type | Description |
|---|---|---|
self |
table | the effectBurst library itself |
effect |
SkillEffect | the effect to add the script to |
loc |
Point | the location to add the emitter to |
emitter |
table | the emitter object to add |
dir |
number | the direction to apply to the emitter [0,3] or DIR_NONE |
Adds an emitter to a tile to the specified skill effect at the specified location and direction.