Esempio n. 1
0
 static int DestroyListView(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 3);
         SuperScrollView.LoopListView2 obj = (SuperScrollView.LoopListView2)ToLua.CheckObject <SuperScrollView.LoopListView2>(L, 1);
         LuaTable    arg0 = ToLua.CheckLuaTable(L, 2);
         LuaFunction arg1 = ToLua.CheckLuaFunction(L, 3);
         obj.DestroyListView(arg0, arg1);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }