Beispiel #1
0
 void Awake()
 {
     _ctrl = (ShopRechargeOtherController)UIManager.GetControler(UIName.SHOP_RECHARGE_OTHER_WIN);
     initUI();
     _ctrl.RegisterUIEvent(UIEventID.CREATE_WIN_ACTION, UICreateAction);
     _ctrl.RegisterUIEvent(UIEventID.DESTROY_WIN_ACTION, UIDestroyAction);
 }
Beispiel #2
0
 static public int wxBuy(IntPtr l)
 {
     try {
         ShopRechargeOtherController self = (ShopRechargeOtherController)checkSelf(l);
         self.wxBuy();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #3
0
 static public int get_ZFB_recharge(IntPtr l)
 {
     try {
         ShopRechargeOtherController self = (ShopRechargeOtherController)checkSelf(l);
         pushValue(l, true);
         pushValue(l, self.ZFB_recharge);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #4
0
 static public int buyItemIAPImpl(IntPtr l)
 {
     try {
         ShopRechargeOtherController self = (ShopRechargeOtherController)checkSelf(l);
         System.Int32 a1;
         checkType(l, 2, out a1);
         self.buyItemIAPImpl(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #5
0
 static public int GoBack(IntPtr l)
 {
     try {
         ShopRechargeOtherController self = (ShopRechargeOtherController)checkSelf(l);
         UnityEngine.GameObject      a1;
         checkType(l, 2, out a1);
         self.GoBack(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #6
0
 static public int set_ZFB_recharge(IntPtr l)
 {
     try {
         ShopRechargeOtherController self = (ShopRechargeOtherController)checkSelf(l);
         System.Boolean v;
         checkType(l, 2, out v);
         self.ZFB_recharge = v;
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #7
0
 static public int set__shopData(IntPtr l)
 {
     try {
         ShopRechargeOtherController self = (ShopRechargeOtherController)checkSelf(l);
         network.pb_shop_item        v;
         checkType(l, 2, out v);
         self._shopData = v;
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #8
0
 static public int constructor(IntPtr l)
 {
     try {
         ShopRechargeOtherController o;
         System.String a1;
         checkType(l, 2, out a1);
         o = new ShopRechargeOtherController(a1);
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #9
0
 static public int GetShopItem(IntPtr l)
 {
     try {
         ShopRechargeOtherController self = (ShopRechargeOtherController)checkSelf(l);
         System.Int32 a1;
         checkType(l, 2, out a1);
         var ret = self.GetShopItem(a1);
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }