SetEventType

From Dragon Age Toolset Wiki
Revision as of 00:26, 13 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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