Difference between revisions of "SetEventType"

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=SetEventType
 
|name=SetEventType

Latest revision as of 00:26, 13 February 2010

Sets the type of event.

event SetEventType(
event evEvent,
int nType
);
Parameters:
evEvent
The event to set the type of
nType
The type of the event
Returns:

Returns the modified event, returns an invalid event on error.

Source:

script.ldf

Description

Sets the type of the specified event.

Remarks

Overriding event types on existing events can have adverse effects.


See also

GetEventType