- Found in:
- cLib
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)