Background for Skyrim SE
Member of the clib script
floatfunctioncClampFloat(floataValue, floatminV, floatmaxV, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft

Documentation Comment

Conditional manipulation


Caveats


Parameters

floataValue

floatminV

floatmaxV

boolusePapUtil=true


Examples

Auto-Generated Example

float myFloat__aValue
float myFloat__minV
float myFloat__maxV
bool myBool__usePapUtil

float returnedValue = clib.cClampFloat(myFloat__aValue, myFloat__minV, myFloat__maxV, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.