Difference between revisions of "GetOrientationFromLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
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.