Background for Skyrim SE
Member of the Trash_Function script
floatfunctionGetHeadingPointAngleX(ObjectReference_ref, float_x, float_y, float_z, boola_abs=false)NativeGlobal


Caveats


Parameters

ObjectReference_ref

float_x

float_y

float_z

boola_abs=false


Examples

Auto-Generated Example

ObjectReference myObjectReference___ref
float myFloat___x
float myFloat___y
float myFloat___z
bool myBool__a_abs

float returnedValue = Trash_Function.GetHeadingPointAngleX(myObjectReference___ref, myFloat___x, myFloat___y, myFloat___z, myBool__a_abs)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.