LuaD
LuaD copied to clipboard
An immutable bool will get converted to an integer on the Lua side.
I ran into an issue when passing a boolean value to a Lua function wherein it would be converted to an integer if it was immutable. Otherwise it would work as expected and remained a boolean value.
I looked around and didn't see it documented anywhere so forgive me if I've overlooked something. Thanks!