Difference between revisions of "GetEventLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (looks okay, removing tag)
m (remove self-link from see also)
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. -->
[[GetEventLocation]]
+
 
 
[[Category: Event functions]]
 
[[Category: Event functions]]

Revision as of 18:58, 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