Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionIsIntInRange(intI, intMin, intMax)Global


Caveats


Parameters

intI

intMin

intMax


Examples

Auto-Generated Example

int myInt__I
int myInt__Min
int myInt__Max

bool returnedValue = DbMiscFunctions.IsIntInRange(myInt__I, myInt__Min, myInt__Max)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.