Background for Skyrim SE
Member of the clib script
intfunctioncWrapIndex(intaValue, intendIndex, intstartIndex=0, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft

Documentation Comment

Adapted from PapyrusUtil function, awesome function!


Parameters

  1. intaValue

  2. intendIndex

  3. intstartIndex=0

  4. boolusePapUtil=true


Examples

Auto-Generated Example

int myInt__aValue
int myInt__endIndex
int myInt__startIndex
bool myBool__usePapUtil

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