Difference between revisions of "Event"
From Dragon Age Toolset Wiki
m (moved "see also" into the "see also" section) |
BryanDerksen (Talk | contribs) (remove tag, and add a link at the top to make it clearer where information about events can be found) |
||
| Line 1: | Line 1: | ||
| − | + | :''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 17: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.
- 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.