GetOrientation

From Dragon Age Toolset Wiki
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