コード例 #1
0
 static public int CallAllCacheEvent(IntPtr l)
 {
     try {
         EventManager.UIEventCachePool self = (EventManager.UIEventCachePool)checkSelf(l);
         self.CallAllCacheEvent();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }