Background for Skyrim SE
Member of the clib script
intfunctioncClampInt(intaValue, intminV, intmaxV, boolusePapUtil=true)Global

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.