Difference between revisions of "EventOnCastAtParamStruct"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Creating)
(No difference)

Revision as of 23:48, 11 August 2011

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