Difference between revisions of "SetOrientation"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks okay, removing tag)
 
Line 1: Line 1:
{{Generated with joins}}
 
 
{{dafunction
 
{{dafunction
 
|name=SetOrientation
 
|name=SetOrientation

Latest revision as of 22:26, 9 February 2010

Sets the orientation of the target object.

void SetOrientation(
object oTarget,
vector vOrientation
);
Parameters:
oTarget
Object to set the orientation for
vOrientation
Vector orientation to set for the object
Returns:

Nothing.

Source:

script.ldf

Description

Sets the orientation of the target object.

Remarks

If the target object is invalid or does not have an orientation then the function will fail.


See also

GetOrientation, SetFacing, GetFacing, SetFacingPosition, SetFacingObject