Difference between revisions of "GetEventLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (probably this is what was intended)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetEventLocation
 
|name=GetEventLocation
Line 27: 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]]
+
 
 +
[[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