Difference between revisions of "GetOrientation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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