Difference between revisions of "Location"
From Dragon Age Toolset Wiki
(Generated by Sunjammer's Dragon Age Script Paser) |
BryanDerksen (Talk | contribs) (link) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | :''For the article about the data type, see [[Location (dascript type)]]'' | |
| + | |||
{{dafunction | {{dafunction | ||
|name=Location | |name=Location | ||
| Line 13: | Line 14: | ||
|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= | ||
Latest revision as of 23:57, 26 February 2010
- For the article about the data type, see Location (dascript type)
Location object constructor.
- 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.