Difference between revisions of "Event"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Updating links)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
:See also: [[event (data type)]]
+
:''This article is about the event constructor function. For information about how events work in general, see [[Event keyword]]''
{{Generated}}
+
 
 
{{dafunction
 
{{dafunction
 
|name=Event
 
|name=Event
Line 23: Line 23:
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
  
<!-- == 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 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