Answers for "lua string to float"

Lua
1

lua float to int

math.floor(x)
Posted by: Guest on October-20-2021
0

convert a float to string lua

tostring(yourfloat)
--Example

tostring(10)
Posted by: Guest on March-25-2021

Browse Popular Code Answers by Language