Beispiel #1
0
 internal static int LuaLRef(IntPtr luaState, int registryIndex)
 {
     return(LuaInterop.LuaLRef(luaState, registryIndex));
 }