EffectAreaOfEffect

From Dragon Age Toolset Wiki
Revision as of 20:39, 5 April 2015 by Sunjammer (Talk | contribs) (Fixing parameters)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.