Exemplo n.º 1
0
 static int SetImageSize(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 3);
         GameSDKInterface obj = (GameSDKInterface)ToLua.CheckObject <GameSDKInterface>(L, 1);
         int arg0             = (int)LuaDLL.luaL_checknumber(L, 2);
         int arg1             = (int)LuaDLL.luaL_checknumber(L, 3);
         obj.SetImageSize(arg0, arg1);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }