Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

LuaObject

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.

Clone this wiki locally