Background for Skyrim SE
Member of the clib script
floatfunctioncWrapFloat(floataValue, floatmaxValue, floatminValue=0.0, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

floataValue

floatmaxValue

floatminValue=0.0

boolusePapUtil=true


Examples

Auto-Generated Example

float myFloat__aValue
float myFloat__maxValue
float myFloat__minValue
bool myBool__usePapUtil

float returnedValue = clib.cWrapFloat(myFloat__aValue, myFloat__maxValue, myFloat__minValue, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.