Background for Skyrim SE
Member of the PapyrusUtil script
floatfunctionWrapFloat(floatvalue, floatend, floatstart=0.0)NativeGlobal


Caveats


Parameters

floatvalue

floatend

floatstart=0.0


Examples

Auto-Generated Example

float myFloat__value
float myFloat__end
float myFloat__start

float returnedValue = PapyrusUtil.WrapFloat(myFloat__value, myFloat__end, myFloat__start)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.