Difference between revisions of "Event"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (moved "see also" into the "see also" section)
Line 1: Line 1:
:See also: [[event (data type)]]
 
 
{{Generated}}
 
{{Generated}}
 
{{dafunction
 
{{dafunction
Line 23: Line 22:
 
<!-- 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 (data type)]]
  
 
[[Category: Event functions]]
 
[[Category: Event functions]]

Revision as of 16:57, 15 October 2009

This page was generated by Sunjammer's Dragon Age Script Parser.

The parser extracted and matched all the information required to the best of its ability however the parser relies on the source file, and especially a function's comments, to be correctly formatted. If the source file was not correctly formatted the information presented may be incomplete.

This page should be reviewed by a knowledgeable scripter as it may require updating. If an issue with the source file is identified it should be reported to BioWare.

Please remove the {{Generated}} tag once the page has been confirmed or corrected.

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)