Difference between revisions of "GetEventType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetEventType
 
|name=GetEventType

Latest revision as of 19:00, 16 February 2010

Gets the type of event.

int GetEventType(
event evEvent
);
Parameters:
evEvent
The event to check
Returns:

Returns the type of the specified event.

Source:

script.ldf

Description

Returns the type of the specified event.


See also

SetEventType