We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Normalize input value within input range
// Map a health value (0-200) to the 0-1 range health = 150 t = raylib.Normalize(health, 0, 200) print t // 0.75
There was an error while loading. Please reload this page.