Difference between revisions of "GetAreaFromLocation"

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=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.