예제 #1
0
 internal static int LuaGetMetatable(IntPtr luaState, int objIndex)
 {
     return(LuaInterop.LuaGetMetatable(luaState, objIndex));
 }