GetOrientation

From Dragon Age Toolset Wiki
Revision as of 18:48, 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 of the object.

vector GetOrientation(
object oTarget
);
Parameters:
oTarget
Object to get the orientation from
Returns:

Returns a vector representing the orientation of the target object. Returns an empty vector on error.

Source:

script.ldf

Description

Returns the orientation of the object in vector format.


See also

SetOrientation, SetFacing, GetFacing, SetFacingPosition, SetFacingObject