Method AreaOfEffect
AreaOfEffect(PersistentVfxTableEntry, ScriptCallbackHandle?, ScriptCallbackHandle?, ScriptCallbackHandle?)
Creates an area of effect (AOE) effect.
public static Effect AreaOfEffect(PersistentVfxTableEntry vfxType, ScriptCallbackHandle? onEnterHandle = null, ScriptCallbackHandle? heartbeatHandle = null, ScriptCallbackHandle? onExitHandle = null)
Parameters
vfxTypePersistentVfxTableEntryThe persistent area visual effect to use for this effect.
onEnterHandleScriptCallbackHandleThe callback to invoke when something enters this area of effect.
heartbeatHandleScriptCallbackHandleThe callback to invoke when something is inside the area of effect during a heartbeat (~6 seconds)
onExitHandleScriptCallbackHandleThe callback to invoke when something leaves this area of effect.