SetEventLocation

From Dragon Age Toolset Wiki
Jump to: navigation, search

Sets the specified location on the event.

event SetEventLocation(
event evEvent,
int nIndex,
location lLocation
);
Parameters:
evEvent
The event to set the location on
nIndex
The index of the location to set
lLocation
The value of the location to set
Returns:

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

Source:

script.ldf

Description

Sets the specified location on the event.

Remarks

It should be noted that there is no maximum number of values on an event, as the array of values on the event expands as needed.