Difference between revisions of "Location"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(fix missing parameter)
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=Location
 
|name=Location
Line 13: Line 12:
 
|param3desc=The angle degree orientation of the location
 
|param3desc=The angle degree orientation of the location
 
|returntype=location
 
|returntype=location
|returndesc=
+
|returndesc=constructed location
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Revision as of 23:47, 29 July 2009

Location object constructor.

location Location(
object oArea,
vector vPosition,
float fAngle
);
Parameters:
oArea
The area of the location
vPosition
The vector position of the location
fAngle
The angle degree orientation of the location
Returns:

constructed location

Source:

script.ldf

Description

This function creates a Location object based on the specified parameters.