Event

From Dragon Age Toolset Wiki
Revision as of 18:53, 16 February 2010 by BryanDerksen (Talk | contribs) (remove tag, and add a link at the top to make it clearer where information about events can be found)

Jump to: navigation, search
This article is about the event constructor function. For information about how events work in general, see event (data type)

Creates an event of the specified type.

event Event(
int nEventType
);
Parameters:
nEventType
The type of event to create
Returns:

Returns an event of the specified type, returns an invalid event on error.

Source:

script.ldf

Description

Creates an event of the specified type.


See also

event (data type)