GetEventLocation

From Dragon Age Toolset Wiki
Jump to: navigation, search

Gets the specified location on the event.

location GetEventLocation(
event evEvent,
int nIndex
);
Parameters:
evEvent
The event to get the location from
nIndex
The index of the location to get
Returns:

Returns the specified location - returns an empty location on error.

Source:

script.ldf

Description

Gets the specified location on the event.


See also

SetEventLocation