GetEventLocation

From Dragon Age Toolset Wiki
Revision as of 18:59, 16 February 2010 by BryanDerksen (Talk | contribs) (probably this is what was intended)

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