SetEventType

From Dragon Age Toolset Wiki
Jump to: navigation, search

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