Background for Skyrim SE
Member of the clib script
boolfunctioncIsBetweenFloat(floataValue, floatminV, floatmaxV)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

floataValue

floatminV

floatmaxV


Examples

Auto-Generated Example

float myFloat__aValue
float myFloat__minV
float myFloat__maxV

bool returnedValue = clib.cIsBetweenFloat(myFloat__aValue, myFloat__minV, myFloat__maxV)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.