Background for Skyrim SE
Member of the LibMathf script
floatfunctionDeltaAngle(floatcurrent, floattarget)NativeGlobal

Description

Documentation Comment

Calculates the shortest difference between two angles in degrees


Caveats


Parameters

floatcurrent

floattarget


Examples

Auto-Generated Example

float myFloat__current
float myFloat__target

float returnedValue = LibMathf.DeltaAngle(myFloat__current, myFloat__target)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.