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 Dec 1, 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.

LuaObject inherits the DynamicObject class and can be used as a dynamic object.

Clone this wiki locally