Background for Skyrim SE
Member of the PapyrusUtil script
floatfunctionClampFloat(floatvalue, floatmin, floatmax)NativeGlobal


Caveats


Parameters

floatvalue

floatmin

floatmax


Examples

Auto-Generated Example

float myFloat__value
float myFloat__min
float myFloat__max

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