You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
Francesco Bertolaccini edited this page Nov 28, 2013
·
2 revisions
LuaObject represents a Lua object in NetLua.
It automatically casts to string, double, LuaFunction and bool.
It follows the specifications from the Lua 5.2 manual. All algebraic and logic operators are supported, and they automatically call the object's metatable fields if they are present.