Difference between revisions of "GetEventType"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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