EventOnCastAtParamStruct

From Dragon Age Toolset Wiki
Revision as of 23:48, 11 August 2011 by Sunjammer (Talk | contribs) (Creating)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using this to typecast event parameters for EVENT_CAST_AT

struct EventOnCastAtParamStruct{
object oCaster;
int nAbility;
int bHostile;
float fParam1;
};
Members:
oCaster
[Undocumented]
nAbility
[Undocumented]
bHostile
[Undocumented]
fParam1
for healing spells: amount being healed
Source:

Core Game Resources.events_h