Location

From Dragon Age Toolset Wiki
Revision as of 23:47, 29 July 2009 by BryanDerksen (Talk | contribs) (fix missing parameter)

Jump to: navigation, search

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.