Background for Fallout 4
Member of the Actor script
voidfunctionForceTargetAngle(floatafXAngle=0.0, floatafYAngle=0.0, floatafZAngle=0.0)NativeDebugOnly

Description

Documentation Comment

Sets the target facing angle on the actor
afXAngle, afYAngle and afZAngle are in degrees


Caveats


Parameters

floatafXAngle=0.0

floatafYAngle=0.0

floatafZAngle=0.0


Examples

Auto-Generated Example

float myFloat__afXAngle
float myFloat__afYAngle
float myFloat__afZAngle

myActor__toCallFunctionOn.ForceTargetAngle(myFloat__afXAngle, myFloat__afYAngle, myFloat__afZAngle)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.