Example #1
0
 static public int setInit(IntPtr l)
 {
     try {
         XGOStrKeyPool self = (XGOStrKeyPool)checkSelf(l);
         XGOStrKeyPool.XPoolObjInit a1;
         LuaDelegation.checkDelegate(l, 2, out a1);
         self.setInit(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }