Difference between revisions of "GetAreaFromLocation"

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

Latest revision as of 19:46, 25 February 2010

returns the area component of the location

object GetAreaFromLocation(
location lLocation
);
Parameters:
lLocation
the location to retrieve the area from
Returns:

a valid object on success or an invalid object on failure

Source:

script.ldf

Description

This function returns the area component of the location.