Difference between revisions of "GetFacingFromLocation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetFacingFromLocation
 
|name=GetFacingFromLocation

Latest revision as of 18:54, 2 March 2010

returns the orientation component of the location as an absolute degree value.

float GetFacingFromLocation(
location lLocation
);
Parameters:
lLocation
the location to retrieve the facing from
Returns:

An absolute degree angle representing the orientation of the location

Source:

script.ldf

Description

This function returns the orientation component of the location as an absolute degree value.