Background for Skyrim SE
Member of the LibMathf script
floatfunctionClamp01(floatvalue)NativeGlobal

Description

Documentation Comment

Returns value clamped between 0 and 1


Caveats


Parameters

floatvalue


Examples

Auto-Generated Example

float myFloat__value

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