Difference between revisions of "GetCurrentEvent"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (fix link, remove tag)
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCurrentEvent
 
|name=GetCurrentEvent
Line 23: Line 22:
 
== See also ==
 
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
[[HandlevEvent]]
+
[[HandleEvent]]
 
[[Category: Event functions]]
 
[[Category: Event functions]]

Revision as of 22:20, 9 February 2010

Gets the current event for the event script.

event GetCurrentEvent(
);
Parameters:
None
Returns:

Returns the current event.

Source:

script.ldf

Description

Gets the current event for the event script that was just fired. This function should only be used in the event script.

Remarks

Using this function outside of the event script might result in odd behaviour as the event returned might be invalid.


See also

HandleEvent