Background for Starfield
Member of the Math script
floatfunctionNormalize(floatafValue, floatafMin, floatafMax)Global

Description

Documentation Comment

return a normalized value between 0 and 1


Caveats


Parameters

floatafValue

floatafMin

floatafMax


Examples

Auto-Generated Example

float myFloat__afValue
float myFloat__afMin
float myFloat__afMax

float returnedValue = Math.Normalize(myFloat__afValue, myFloat__afMin, myFloat__afMax)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.