Background for Skyrim SE
Member of the cGetCell script
boolfunctioncIsBetweenInt(intaValue, intminV, intmaxV)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

intaValue

intminV

intmaxV


Examples

Auto-Generated Example

int myInt__aValue
int myInt__minV
int myInt__maxV

bool returnedValue = cGetCell.cIsBetweenInt(myInt__aValue, myInt__minV, myInt__maxV)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.