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

Description

Documentation Comment

Moves current value towards target


Caveats


Parameters

floatcurrent

floattarget

floatmaxDelta


Examples

Auto-Generated Example

float myFloat__current
float myFloat__target
float myFloat__maxDelta

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