- Found in:
- cLib
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)