Difference between revisions of "Event"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(remove tag, and add a link at the top to make it clearer where information about events can be found)
m (Updating links)
 
Line 1: Line 1:
:''This article is about the event constructor function. For information about how events work in general, see [[event (data type)]]''
+
:''This article is about the event constructor function. For information about how events work in general, see [[Event keyword]]''
  
 
{{dafunction
 
{{dafunction
Line 25: Line 25:
 
== See also ==
 
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
[[event (data type)]]
+
[[Event keyword]]
  
 
[[Category: Event functions]]
 
[[Category: Event functions]]

Latest revision as of 00:05, 3 August 2011

This article is about the event constructor function. For information about how events work in general, see Event keyword

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 keyword