Difference between revisions of "GetEventLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (remove self-link from see also)
m (probably this is what was intended)
 
Line 26: Line 26:
 
== See also ==
 
== See also ==
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 +
 +
[[SetEventLocation]]
  
 
[[Category: Event functions]]
 
[[Category: Event functions]]

Latest revision as of 18:59, 16 February 2010

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