Difference between revisions of "SetLocationArea"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetLocationArea
 
|name=SetLocationArea

Latest revision as of 00:56, 27 February 2010

sets the area component of the specefied location.

location SetLocationArea(
location lLocation,
object oArea
);
Parameters:
lLocation
The location to set the area on
oArea
The area to set on the location
Returns:

a valid location on success or an invalid location on failure

Source:

script.ldf

Description

This function sets the area component of the specified location.