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