EVENT TYPE CAST AT

From Dragon Age Toolset Wiki
Revision as of 16:52, 24 July 2009 by BryanDerksen (Talk | contribs) (formatting)

Jump to: navigation, search
Source:
[Undocumented]
Sent when:
placeable is hit by a spell
Sent from:
engine
Sent to:
placeable
Parameters:
None.

Usage

case EVENT_TYPE_CAST_AT:
{

// insert event-handling code here

break;
}