Difference between revisions of "GetOrientationFromLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetOrientationFromLocation
 
|name=GetOrientationFromLocation

Latest revision as of 23:16, 26 February 2010

returns the orientation component of the location as an orientation vector.

vector GetOrientationFromLocation(
location lLocation
);
Parameters:
lLocation
the location to retrieve the orientation from
Returns:

a non empty vector on success or an empty vector on failure

Source:

script.ldf

Description

This function returns the orientation component of the location as an orientation vector.