Exemple #1
0
 static int UnInit(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         UICore obj = (UICore)ToLua.CheckObject <UICore>(L, 1);
         obj.UnInit();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }