EffectAreaOfEffect

From Dragon Age Toolset Wiki
Jump to: navigation, search

Create an area of effect.

effect EffectAreaOfEffect(
int nId,
resource rScript,
int nAoEVfx = 0
);
Parameters:
nId
The ID of an area of effect in persistent 2da
rScript
The AOE event handler script
nAoEVfx
The ID of a visual effect in visual from VFX_ 2da
Returns:

An area of effect.

Source:

script.ldf

Description

Creates an area of effect (AOE), optionally with an embedded visual effect (VFX) that is synced to the lifetime of the AOE.