Classes | |
class | EventHandlerContainer |
We keep track of what delegates we have auto attached to an event - to allow us to cleanly exit a NLua session More... | |
class | LuaClassHelper |
class | LuaDelegate |
class | LuaEventHandler |
class | LuaMethodWrapper |
struct | MethodArgs |
struct | MethodCache |
class | RegisterEventHandler |
Typedefs | |
using | LuaCore = KeraLua.Lua |
using | LuaState = KeraLua.LuaState |
using | LuaNativeFunction = KeraLua.LuaNativeFunction |
Functions | |
delegate object | ExtractValue (LuaState luaState, int stackPos) |
using NLua.Method.LuaCore = typedef KeraLua.Lua |
using NLua.Method.LuaNativeFunction = typedef KeraLua.LuaNativeFunction |
using NLua.Method.LuaState = typedef KeraLua.LuaState |
delegate object NLua.Method.ExtractValue | ( | LuaState | luaState, |
int | stackPos | ||
) |