Pinned Loading
-
LuaVal is a C++ structure that is co...
LuaVal is a C++ structure that is convertible from a lua table and to a lua table. Usage instructions at the bottom as a comment. Allows passing lua table between multiple lua states. Supports string, table, bool and number. 1enum LuaTypeTag
2{
3TNIL,
4TSTRING,
5TTABLE,
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.