nrother / dynamiclua

Wrapper for NLua, making access to lua more idomatic from .NET. Heavily using the "dynamic" keyword.
63 stars 10 forks source link

RawGet/RawSet Method #3

Open nrother opened 10 years ago

nrother commented 10 years ago

We could implement Methods for getting values without using the Metatables like Lua does. In Lua these functions are called rawget() and rawset().