Skip to content
Lemonymous edited this page Aug 8, 2021 · 1 revision

Table of Contents

 

effectBurst

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.

 

add

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.

 

Clone this wiki locally