- Found in:
- cLib
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
intaValue
intminV
intmaxV
boolusePapUtil=true
Examples
Auto-Generated Example
int myInt__aValue
int myInt__minV
int myInt__maxV
bool myBool__usePapUtil
int returnedValue = clib.cClampInt(myInt__aValue, myInt__minV, myInt__maxV, myBool__usePapUtil)