"packages/KeraLua.1.0.27/lib/MonoAndroid/KeraLua.xml" did not exist on "ea29d831588935c714eba08858d2fd78ab81ecfe"
Commit 08a713a6 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Added registry index API.

parent ec5bff45
......@@ -419,7 +419,12 @@ namespace NLua
public static bool luaL_checkmetatable (LuaCore.lua_State luaState, int index)
{
return LuaCore.luaL_checkmetatable (luaState, index);
}
}
public static int luanet_registryindex ()
{
return LuaCore.luanet_registryindex ();
}
public static int luanet_tonetobject (LuaCore.lua_State luaState, int index)
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment