KeraLua.Lua Member List

This is the complete list of members for KeraLua.Lua, including all inherited members.

LuaAtPanic(IntPtr luaState, LuaNativeFunction panicf)KeraLua.Luastatic
LuaCheckStack(IntPtr luaState, int extra)KeraLua.Luastatic
LuaClose(IntPtr luaState)KeraLua.Luastatic
LuaCreateTable(IntPtr luaState, int narr, int nrec)KeraLua.Luastatic
LuaError(IntPtr luaState)KeraLua.Luastatic
LuaGC(IntPtr luaState, int what, int data)KeraLua.Luastatic
LuaGetField(IntPtr luaState, int stackPos, string meta)KeraLua.Luastatic
LuaGetHookCount(IntPtr luaState)KeraLua.Luastatic
LuaGetHookMask(IntPtr luaState)KeraLua.Luastatic
LuaGetLocal(IntPtr luaState, LuaDebug ar, int n)KeraLua.Luastatic
LuaGetMetatable(IntPtr luaState, int objIndex)KeraLua.Luastatic
LuaGetTable(IntPtr luaState, int index)KeraLua.Luastatic
LuaGetTop(IntPtr luaState)KeraLua.Luastatic
LuaGetUpValue(IntPtr luaState, int funcindex, int n)KeraLua.Luastatic
LuaInsert(IntPtr luaState, int newTop)KeraLua.Luastatic
LuaIsCFunction(IntPtr luaState, int index)KeraLua.Luastatic
LuaIsString(IntPtr luaState, int index)KeraLua.Luastatic
LuaLCheckMetatable(IntPtr luaState, int obj)KeraLua.Luastatic
LuaLCheckUData(IntPtr luaState, int stackPos, string meta)KeraLua.Luastatic
LuaLError(IntPtr luaState, string message)KeraLua.Luastatic
LuaLGetMetafield(IntPtr luaState, int stackPos, string field)KeraLua.Luastatic
LuaLLoadString(IntPtr luaState, string chunk)KeraLua.Luastatic
LuaLLoadString(IntPtr luaState, byte[] chunk)KeraLua.Luastatic
LuaLNewMetatable(IntPtr luaState, string meta)KeraLua.Luastatic
LuaLNewState()KeraLua.Luastatic
LuaLOpenLibs(IntPtr luaState)KeraLua.Luastatic
LuaLRef(IntPtr luaState, int registryIndex)KeraLua.Luastatic
LuaLUnref(IntPtr luaState, int registryIndex, int reference)KeraLua.Luastatic
LuaLWhere(IntPtr luaState, int level)KeraLua.Luastatic
LuaNetCheckUData(IntPtr luaState, int ud, string tname)KeraLua.Luastatic
LuaNetEqual(IntPtr luaState, int index1, int index2)KeraLua.Luastatic
LuaNetGetGlobal(IntPtr luaState, string name)KeraLua.Luastatic
LuaNetGetMainState(IntPtr luaState)KeraLua.Luastatic
LuaNetGetTag()KeraLua.Luastatic
LuaNetLoadBuffer(IntPtr luaState, string buff, uint size, string name)KeraLua.Luastatic
LuaNetLoadBuffer(IntPtr luaState, byte[] buff, uint size, string name)KeraLua.Luastatic
LuaNetLoadFile(IntPtr luaState, string filename)KeraLua.Luastatic
LuaNetNewUData(IntPtr luaState, int val)KeraLua.Luastatic
LuaNetPCall(IntPtr luaState, int nArgs, int nResults, int errfunc)KeraLua.Luastatic
LuaNetPopGlobalTable(IntPtr luaState)KeraLua.Luastatic
LuaNetPushGlobalTable(IntPtr luaState)KeraLua.Luastatic
LuaNetPushLString(IntPtr luaState, string str, uint size)KeraLua.Luastatic
LuaNetRawNetObj(IntPtr luaState, int obj)KeraLua.Luastatic
LuaNetRegistryIndex()KeraLua.Luastatic
LuaNetSetGlobal(IntPtr luaState, string name)KeraLua.Luastatic
LuaNetToNetObject(IntPtr luaState, int index)KeraLua.Luastatic
LuaNetToNumber(IntPtr luaState, int index)KeraLua.Luastatic
LuaNewUserData(IntPtr luaState, uint size)KeraLua.Luastatic
LuaNext(IntPtr luaState, int index)KeraLua.Luastatic
LuaPushBoolean(IntPtr luaState, int value)KeraLua.Luastatic
LuaPushLightUserData(IntPtr luaState, IntPtr udata)KeraLua.Luastatic
LuaPushNil(IntPtr luaState)KeraLua.Luastatic
LuaPushNumber(IntPtr luaState, double number)KeraLua.Luastatic
LuaPushStdCallCFunction(IntPtr luaState, LuaNativeFunction fn)KeraLua.Luastatic
LuaPushString(IntPtr luaState, string str)KeraLua.Luastatic
LuaPushValue(IntPtr luaState, int index)KeraLua.Luastatic
LuaRawGet(IntPtr luaState, int index)KeraLua.Luastatic
LuaRawGetI(IntPtr luaState, int tableIndex, int index)KeraLua.Luastatic
LuaRawSet(IntPtr luaState, int index)KeraLua.Luastatic
LuaRawSetI(IntPtr luaState, int tableIndex, int index)KeraLua.Luastatic
LuaRemove(IntPtr luaState, int index)KeraLua.Luastatic
LuaReplace(IntPtr luaState, int index)KeraLua.Luastatic
LuaSetHook(IntPtr luaState, LuaHook func, int mask, int count)KeraLua.Luastatic
LuaSetLocal(IntPtr luaState, LuaDebug ar, int n)KeraLua.Luastatic
LuaSetMetatable(IntPtr luaState, int objIndex)KeraLua.Luastatic
LuaSetTable(IntPtr luaState, int index)KeraLua.Luastatic
LuaSetTop(IntPtr luaState, int newTop)KeraLua.Luastatic
LuaSetUpValue(IntPtr luaState, int funcindex, int n)KeraLua.Luastatic
LuaToBoolean(IntPtr luaState, int index)KeraLua.Luastatic
LuaToCFunction(IntPtr luaState, int index)KeraLua.Luastatic
LuaToLString(IntPtr luaState, int index, out uint strLen)KeraLua.Luastatic
LuaToUserData(IntPtr luaState, int index)KeraLua.Luastatic
LuaType(IntPtr luaState, int index)KeraLua.Luastatic
LuaTypeName(IntPtr luaState, int type)KeraLua.Luastatic