luaL_ref() private method

private luaL_ref ( IntPtr luaState, int t ) : int
luaState System.IntPtr
t int
return int
Beispiel #1
0
 public static int GetFuncRef(this IntPtr L)
 {
     return(Lua.luaL_ref(L, (int)LuaInnerIndex.LUA_REGISTRYINDEX));
 }