Get float value from text NOTE: This function replaces atof() [stdlib.h] WARNING: Only '.' character is understood as decimal point
val = raylib.TextToFloat("3.14") print val // 3.14
There was an error while loading. Please reload this page.