SetLocationArea

From Dragon Age Toolset Wiki
Revision as of 00:56, 27 February 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.