GetFacingFromLocation

From Dragon Age Toolset Wiki
Revision as of 18:54, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.