Difference between revisions of "Event"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (moved "see also" into the "see also" section)
m (Updating links)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Generated}}
+
:''This article is about the event constructor function. For information about how events work in general, see [[Event keyword]]''
 +
 
 
{{dafunction
 
{{dafunction
 
|name=Event
 
|name=Event
Line 24: 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