Background for Starfield
Member of the Math script
floatfunctionClamp(floatValueToClamp, floatafValueMin, floatafValueMax)Global

Description

Documentation Comment

return clamped value


Caveats


Parameters

floatValueToClamp

floatafValueMin

floatafValueMax


Examples

Auto-Generated Example

float myFloat__ValueToClamp
float myFloat__afValueMin
float myFloat__afValueMax

float returnedValue = Math.Clamp(myFloat__ValueToClamp, myFloat__afValueMin, myFloat__afValueMax)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.