9951 explained code solutions for 126 technologies


luaConvert boolean value to string


str = tostring(bool)ctrl + c
str

string variable that will contain true or false string

tostring

converts given value to string

bool

boolean variable