Background for Skyrim SE
Member of the clib script
intfunctioncWrapInt(intaValue, inthighVal, intlowVal=0, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft

Documentation Comment

Adapted from PapyrusUtil function, awesome function!


Caveats


Parameters

intaValue

inthighVal

intlowVal=0

boolusePapUtil=true


Examples

Auto-Generated Example

int myInt__aValue
int myInt__highVal
int myInt__lowVal
bool myBool__usePapUtil

int returnedValue = clib.cWrapInt(myInt__aValue, myInt__highVal, myInt__lowVal, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.