LuaBridge3
LuaBridge3 copied to clipboard
Comparison Issue Between `uint64_t` in C++ and Numeric Constant in Lua
How can I compare a uint64_t
value returned from C++ with a numeric constant0x000fffff
in Lua? I am currently encountering an error that states: "The native integer can't fit inside a Lua integer."
Could you please help resolve this issue or suggest a workaround? Thank you.