Difference between revisions of "SetEventLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetEventLocation
 
|name=SetEventLocation

Latest revision as of 22:50, 9 February 2010

Sets the specified location on the event.

event SetEventLocation(
event evEvent,
int nIndex,
location lLocation
);
Parameters:
evEvent
The event to set the location on
nIndex
The index of the location to set
lLocation
The value of the location to set
Returns:

Returns the modified event, returns an invalid event on error.

Source:

script.ldf

Description

Sets the specified location on the event.

Remarks

It should be noted that there is no maximum number of values on an event, as the array of values on the event expands as needed.