Difference between revisions of "GetOrientation"

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=GetOrientation
 
|name=GetOrientation

Latest revision as of 18:48, 2 March 2010

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