NLua.Method Namespace Reference

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)
 

Typedef Documentation

◆ LuaCore

◆ LuaNativeFunction

using NLua.Method.LuaNativeFunction = typedef KeraLua.LuaNativeFunction

◆ LuaState

Function Documentation

◆ ExtractValue()

delegate object NLua.Method.ExtractValue ( LuaState  luaState,
int  stackPos 
)