Beispiel #1
0
 static int SetFixPage(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 4);
         UIPage    obj  = (UIPage)ToLua.CheckObject(L, 1, typeof(UIPage));
         int       arg0 = (int)LuaDLL.luaL_checknumber(L, 2);
         EShowMode arg1 = (EShowMode)ToLua.CheckObject(L, 3, typeof(EShowMode));
         ECollider arg2 = (ECollider)ToLua.CheckObject(L, 4, typeof(ECollider));
         obj.SetFixPage(arg0, arg1, arg2);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }