Appearance
The LocalObject class is the second of two base objects that all other objects inherits from, the other one being RemoteObject.
LocalObject
It contains an inlined C++ object that is owned by Lua.
None