SetOrientation

From Dragon Age Toolset Wiki
Jump to: navigation, search

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