Difference between revisions of "Event"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (moved "see also" into the "see also" section)
(remove tag, and add a link at the top to make it clearer where information about events can be found)
Line 1: Line 1:
{{Generated}}
+
:''This article is about the event constructor function. For information about how events work in general, see [[event (data type)]]''
 +
 
 
{{dafunction
 
{{dafunction
 
|name=Event
 
|name=Event

Revision as of 18:53, 16 February 2010

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)