GetCurrentEvent

From Dragon Age Toolset Wiki
Revision as of 19:28, 18 November 2017 by Sunjammer (Talk | contribs) (Formatting)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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