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