Exemplo n.º 1
0
 static int OnEnd(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 2);
         UI.HandleState obj  = (UI.HandleState)ToLua.CheckObject(L, 1, typeof(UI.HandleState));
         UI.Handle      arg0 = (UI.Handle)ToLua.CheckObject(L, 2, typeof(UI.Handle));
         obj.OnEnd(arg0);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }