UIBattleRewardView_Generate.lua 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066
  1. ---@class UIBattleReward__Generate_ItemContent
  2. ---@field public gameObject UnityEngine.GameObject
  3. ---@field public gridLayoutGroup UnityEngine.UI.GridLayoutGroup
  4. ---@class UIBattleReward__Generate_ItemScrollView
  5. ---@field public gameObject UnityEngine.GameObject
  6. ---@field public loopVerticalScrollRect UnityEngine.UI.LoopVerticalScrollRect
  7. ---@class UIBattleReward__Generate_EvilVipTag_number
  8. ---@field public gameObject UnityEngine.GameObject
  9. ---@field public text TMPro.TextMeshProUGUI
  10. ---@class UIBattleReward__Generate_EvilVipTag_icon
  11. ---@field public gameObject UnityEngine.GameObject
  12. ---@field public image UnityEngine.UI.Image
  13. ---@class UIBattleReward__Generate_EvilVipTag
  14. ---@field public gameObject UnityEngine.GameObject
  15. ---@field public icon UIBattleReward__Generate_EvilVipTag_icon
  16. ---@field public number UIBattleReward__Generate_EvilVipTag_number
  17. ---@class UIBattleReward__Generate_EvilLbl
  18. ---@field public gameObject UnityEngine.GameObject
  19. ---@field public text UnityEngine.UI.Text
  20. ---@class UIBattleReward__Generate_GoldLbl
  21. ---@field public gameObject UnityEngine.GameObject
  22. ---@field public text UnityEngine.UI.Text
  23. ---@class UIBattleReward__Generate_CruiseVipTag_number
  24. ---@field public gameObject UnityEngine.GameObject
  25. ---@field public text TMPro.TextMeshProUGUI
  26. ---@class UIBattleReward__Generate_CruiseVipTag_icon
  27. ---@field public gameObject UnityEngine.GameObject
  28. ---@field public image UnityEngine.UI.Image
  29. ---@class UIBattleReward__Generate_CruiseVipTag
  30. ---@field public gameObject UnityEngine.GameObject
  31. ---@field public icon UIBattleReward__Generate_CruiseVipTag_icon
  32. ---@field public number UIBattleReward__Generate_CruiseVipTag_number
  33. ---@class UIBattleReward__Generate_CruiseLbl
  34. ---@field public gameObject UnityEngine.GameObject
  35. ---@field public text UnityEngine.UI.Text
  36. ---@class UIBattleReward__Generate_ParnterExpVipTag_number
  37. ---@field public gameObject UnityEngine.GameObject
  38. ---@field public text TMPro.TextMeshProUGUI
  39. ---@class UIBattleReward__Generate_ParnterExpVipTag_icon
  40. ---@field public gameObject UnityEngine.GameObject
  41. ---@field public image UnityEngine.UI.Image
  42. ---@class UIBattleReward__Generate_ParnterExpVipTag
  43. ---@field public gameObject UnityEngine.GameObject
  44. ---@field public icon UIBattleReward__Generate_ParnterExpVipTag_icon
  45. ---@field public number UIBattleReward__Generate_ParnterExpVipTag_number
  46. ---@class UIBattleReward__Generate_ParnterExpLbl
  47. ---@field public gameObject UnityEngine.GameObject
  48. ---@field public text UnityEngine.UI.Text
  49. ---@class UIBattleReward__Generate_ZenyVipTag_number
  50. ---@field public gameObject UnityEngine.GameObject
  51. ---@field public text TMPro.TextMeshProUGUI
  52. ---@class UIBattleReward__Generate_ZenyVipTag_icon
  53. ---@field public gameObject UnityEngine.GameObject
  54. ---@field public image UnityEngine.UI.Image
  55. ---@class UIBattleReward__Generate_ZenyVipTag
  56. ---@field public gameObject UnityEngine.GameObject
  57. ---@field public icon UIBattleReward__Generate_ZenyVipTag_icon
  58. ---@field public number UIBattleReward__Generate_ZenyVipTag_number
  59. ---@class UIBattleReward__Generate_ZenyLbl
  60. ---@field public gameObject UnityEngine.GameObject
  61. ---@field public text UnityEngine.UI.Text
  62. ---@class UIBattleReward__Generate_ExpVipTag_number
  63. ---@field public gameObject UnityEngine.GameObject
  64. ---@field public text TMPro.TextMeshProUGUI
  65. ---@class UIBattleReward__Generate_ExpVipTag_icon
  66. ---@field public gameObject UnityEngine.GameObject
  67. ---@field public image UnityEngine.UI.Image
  68. ---@class UIBattleReward__Generate_ExpVipTag
  69. ---@field public gameObject UnityEngine.GameObject
  70. ---@field public icon UIBattleReward__Generate_ExpVipTag_icon
  71. ---@field public number UIBattleReward__Generate_ExpVipTag_number
  72. ---@class UIBattleReward__Generate_ExpLbl
  73. ---@field public gameObject UnityEngine.GameObject
  74. ---@field public text UnityEngine.UI.Text
  75. ---@class UIBattleReward__Generate_talkBox1_levelUpTime_time
  76. ---@field public gameObject UnityEngine.GameObject
  77. ---@field public text UnityEngine.UI.Text
  78. ---@class UIBattleReward__Generate_talkBox1_levelUpTime_title
  79. ---@field public gameObject UnityEngine.GameObject
  80. ---@field public text UnityEngine.UI.Text
  81. ---@class UIBattleReward__Generate_talkBox1_levelUpTime
  82. ---@field public gameObject UnityEngine.GameObject
  83. ---@field public title UIBattleReward__Generate_talkBox1_levelUpTime_title
  84. ---@field public time UIBattleReward__Generate_talkBox1_levelUpTime_time
  85. ---@class UIBattleReward__Generate_BossCountLbl
  86. ---@field public gameObject UnityEngine.GameObject
  87. ---@field public text UnityEngine.UI.Text
  88. ---@class UIBattleReward__Generate_RewardTimeLbl
  89. ---@field public gameObject UnityEngine.GameObject
  90. ---@field public text UnityEngine.UI.Text
  91. ---@class UIBattleReward__Generate_RewardTimeSlider
  92. ---@field public gameObject UnityEngine.GameObject
  93. ---@field public slider UnityEngine.UI.Slider
  94. ---@class UIBattleReward__Generate_talkBox1
  95. ---@field public gameObject UnityEngine.GameObject
  96. ---@field public levelUpTime UIBattleReward__Generate_talkBox1_levelUpTime
  97. ---@class UIBattleReward__Generate_profit_GoldLbl
  98. ---@field public gameObject UnityEngine.GameObject
  99. ---@field public text UnityEngine.UI.Text
  100. ---@class UIBattleReward__Generate_profit_EvilLbl
  101. ---@field public gameObject UnityEngine.GameObject
  102. ---@field public text UnityEngine.UI.Text
  103. ---@class UIBattleReward__Generate_profit_CruiseLbl
  104. ---@field public gameObject UnityEngine.GameObject
  105. ---@field public text UnityEngine.UI.Text
  106. ---@class UIBattleReward__Generate_profit_ParnterExpLbl
  107. ---@field public gameObject UnityEngine.GameObject
  108. ---@field public text UnityEngine.UI.Text
  109. ---@class UIBattleReward__Generate_profit_ExpLbl
  110. ---@field public gameObject UnityEngine.GameObject
  111. ---@field public text UnityEngine.UI.Text
  112. ---@class UIBattleReward__Generate_profit_ZenyLbl
  113. ---@field public gameObject UnityEngine.GameObject
  114. ---@field public text UnityEngine.UI.Text
  115. ---@class UIBattleReward__Generate_profit
  116. ---@field public gameObject UnityEngine.GameObject
  117. ---@field public ZenyLbl UIBattleReward__Generate_profit_ZenyLbl
  118. ---@field public ExpLbl UIBattleReward__Generate_profit_ExpLbl
  119. ---@field public ParnterExpLbl UIBattleReward__Generate_profit_ParnterExpLbl
  120. ---@field public CruiseLbl UIBattleReward__Generate_profit_CruiseLbl
  121. ---@field public EvilLbl UIBattleReward__Generate_profit_EvilLbl
  122. ---@field public GoldLbl UIBattleReward__Generate_profit_GoldLbl
  123. ---@class UIBattleReward__Generate_window
  124. ---@field public gameObject UnityEngine.GameObject
  125. ---@field public receiveIcons UnityEngine.GameObject
  126. ---@class UIBattleReward__Generate_AnyBtn
  127. ---@field public gameObject UnityEngine.GameObject
  128. ---@field public button UnityEngine.UI.Button
  129. ---@class UIBattleReward__Generate
  130. ---@field private gameObject UnityEngine.GameObject
  131. ---@field private transform UnityEngine.Transform
  132. ---@field private uIAnimator UnityEngine.GameObject
  133. ---@field private AnyBtn UIBattleReward__Generate_AnyBtn
  134. ---@field private window UIBattleReward__Generate_window
  135. ---@field private TimingBox UnityEngine.GameObject
  136. ---@field private profit UIBattleReward__Generate_profit
  137. ---@field private talkBox1 UIBattleReward__Generate_talkBox1
  138. ---@field private reward120m UnityEngine.GameObject
  139. ---@field private time UnityEngine.GameObject
  140. ---@field private RewardTimeSlider UIBattleReward__Generate_RewardTimeSlider
  141. ---@field private RewardTimeLbl UIBattleReward__Generate_RewardTimeLbl
  142. ---@field private MaxNode UnityEngine.GameObject
  143. ---@field private bossCount UnityEngine.GameObject
  144. ---@field private BossCountLbl UIBattleReward__Generate_BossCountLbl
  145. ---@field private ExpLbl UIBattleReward__Generate_ExpLbl
  146. ---@field private ExpVipTag UIBattleReward__Generate_ExpVipTag
  147. ---@field private ZenyLbl UIBattleReward__Generate_ZenyLbl
  148. ---@field private ZenyVipTag UIBattleReward__Generate_ZenyVipTag
  149. ---@field private ParnterExpLbl UIBattleReward__Generate_ParnterExpLbl
  150. ---@field private ParnterExpVipTag UIBattleReward__Generate_ParnterExpVipTag
  151. ---@field private CruiseLbl UIBattleReward__Generate_CruiseLbl
  152. ---@field private CruiseVipTag UIBattleReward__Generate_CruiseVipTag
  153. ---@field private GoldLbl UIBattleReward__Generate_GoldLbl
  154. ---@field private EvilLbl UIBattleReward__Generate_EvilLbl
  155. ---@field private EvilVipTag UIBattleReward__Generate_EvilVipTag
  156. ---@field private ItemScrollView UIBattleReward__Generate_ItemScrollView
  157. ---@field private ItemContent UIBattleReward__Generate_ItemContent
  158. ---@field private None UnityEngine.GameObject
  159. local UIBattleRewardView = class("UIBattleRewardView", require("UIViewBase"))
  160. function UIBattleRewardView:ctor()
  161. end
  162. ---@private
  163. function UIBattleRewardView:SetActive(result)
  164. self.gameObject:SetActive(result)
  165. end
  166. ---@private
  167. function UIBattleRewardView:InitGenerate(Root, data)
  168. self.transform = Root
  169. self.inited = true
  170. if self.super.Init then
  171. self.super.Init(self)
  172. end
  173. local tmp
  174. self:InitGenerate__1(Root,data)
  175. self:InitGenerate__2(Root,data)
  176. self:InitGenerate__3(Root,data)
  177. self:InitGenerate__4(Root,data)
  178. self:InitGenerate__5(Root,data)
  179. self:InitGenerate__6(Root,data)
  180. self:InitGenerate__7(Root,data)
  181. self:InitGenerate__8(Root,data)
  182. self:InitGenerate__9(Root,data)
  183. self:InitGenerate__10(Root,data)
  184. self:InitGenerate__11(Root,data)
  185. self:InitGenerate__12(Root,data)
  186. self:InitGenerate__13(Root,data)
  187. self:InitGenerate__14(Root,data)
  188. self:InitGenerate__15(Root,data)
  189. self:InitGenerate__16(Root,data)
  190. self:InitGenerate__17(Root,data)
  191. self:InitGenerate__18(Root,data)
  192. self:InitGenerate__19(Root,data)
  193. self:InitGenerate__20(Root,data)
  194. self:InitGenerate__21(Root,data)
  195. self:InitGenerate__22(Root,data)
  196. self:InitGenerate__23(Root,data)
  197. self:InitGenerate__24(Root,data)
  198. self:InitGenerate__25(Root,data)
  199. self:InitGenerate__26(Root,data)
  200. self:InitGenerate__27(Root,data)
  201. self:InitGenerate__28(Root,data)
  202. self:InitGenerate__29(Root,data)
  203. self:InitGenerate__30(Root,data)
  204. self:InitGenerate__31(Root,data)
  205. self:InitGenerate__32(Root,data)
  206. self:InitGenerate__33(Root,data)
  207. self:InitGenerate__34(Root,data)
  208. self:InitGenerate__35(Root,data)
  209. self:InitGenerate__36(Root,data)
  210. self:InitGenerate__37(Root,data)
  211. self:InitGenerate__38(Root,data)
  212. self:InitGenerate__39(Root,data)
  213. self:InitGenerate__40(Root,data)
  214. self:InitGenerate__41(Root,data)
  215. self:InitGenerate__42(Root,data)
  216. self:InitGenerate__43(Root,data)
  217. self:InitGenerate__44(Root,data)
  218. self:InitGenerate__45(Root,data)
  219. self:InitGenerate__46(Root,data)
  220. self:InitGenerate__47(Root,data)
  221. end
  222. ---@private
  223. function UIBattleRewardView:InitGenerate__1(Root, data)
  224. --[[
  225. UIAnimator
  226. --]]
  227. local tmp = Root:Find("UIAnimator").gameObject
  228. if tolua.getpeer(tmp) == nil then
  229. tolua.setpeer(tmp, {})
  230. end
  231. self.uIAnimator = tmp
  232. end
  233. ---@private
  234. function UIBattleRewardView:InitGenerate__2(Root, data)
  235. --[[
  236. UIAnimator/Alpha
  237. --]]
  238. local tmp = Root:Find("UIAnimator/Alpha").gameObject
  239. if tolua.getpeer(tmp) == nil then
  240. tolua.setpeer(tmp, {})
  241. end
  242. self.AnyBtn = tmp
  243. tmp.button = tmp:GetComponent(Enum.TypeInfo.Button)
  244. end
  245. ---@private
  246. function UIBattleRewardView:InitGenerate__3(Root, data)
  247. --[[
  248. UIAnimator/Window
  249. --]]
  250. local tmp = Root:Find("UIAnimator/Window").gameObject
  251. if tolua.getpeer(tmp) == nil then
  252. tolua.setpeer(tmp, {})
  253. end
  254. self.window = tmp
  255. end
  256. ---@private
  257. function UIBattleRewardView:InitGenerate__4(Root, data)
  258. --[[
  259. UIAnimator/Window/BG/TimingBox
  260. --]]
  261. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox").gameObject
  262. if tolua.getpeer(tmp) == nil then
  263. tolua.setpeer(tmp, {})
  264. end
  265. self.TimingBox = tmp
  266. end
  267. ---@private
  268. function UIBattleRewardView:InitGenerate__5(Root, data)
  269. --[[
  270. UIAnimator/Window/BG/TimingBox/Profit
  271. --]]
  272. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/Profit").gameObject
  273. if tolua.getpeer(tmp) == nil then
  274. tolua.setpeer(tmp, {})
  275. end
  276. self.profit = tmp
  277. end
  278. ---@private
  279. function UIBattleRewardView:InitGenerate__6(Root, data)
  280. --[[
  281. UIAnimator/Window/BG/TimingBox/Profit/Zeny/Text
  282. --]]
  283. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/Profit/Zeny/Text").gameObject
  284. if tolua.getpeer(tmp) == nil then
  285. tolua.setpeer(tmp, {})
  286. end
  287. self.profit.ZenyLbl = tmp
  288. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  289. end
  290. ---@private
  291. function UIBattleRewardView:InitGenerate__7(Root, data)
  292. --[[
  293. UIAnimator/Window/BG/TimingBox/Profit/ExpBase/Text
  294. --]]
  295. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/Profit/ExpBase/Text").gameObject
  296. if tolua.getpeer(tmp) == nil then
  297. tolua.setpeer(tmp, {})
  298. end
  299. self.profit.ExpLbl = tmp
  300. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  301. end
  302. ---@private
  303. function UIBattleRewardView:InitGenerate__8(Root, data)
  304. --[[
  305. UIAnimator/Window/BG/TimingBox/Profit/ExpParnter/Text
  306. --]]
  307. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/Profit/ExpParnter/Text").gameObject
  308. if tolua.getpeer(tmp) == nil then
  309. tolua.setpeer(tmp, {})
  310. end
  311. self.profit.ParnterExpLbl = tmp
  312. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  313. end
  314. ---@private
  315. function UIBattleRewardView:InitGenerate__9(Root, data)
  316. --[[
  317. UIAnimator/Window/BG/TimingBox/Profit/Cruise/Text
  318. --]]
  319. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/Profit/Cruise/Text").gameObject
  320. if tolua.getpeer(tmp) == nil then
  321. tolua.setpeer(tmp, {})
  322. end
  323. self.profit.CruiseLbl = tmp
  324. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  325. end
  326. ---@private
  327. function UIBattleRewardView:InitGenerate__10(Root, data)
  328. --[[
  329. UIAnimator/Window/BG/TimingBox/Profit/Evel/Text
  330. --]]
  331. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/Profit/Evel/Text").gameObject
  332. if tolua.getpeer(tmp) == nil then
  333. tolua.setpeer(tmp, {})
  334. end
  335. self.profit.EvilLbl = tmp
  336. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  337. end
  338. ---@private
  339. function UIBattleRewardView:InitGenerate__11(Root, data)
  340. --[[
  341. UIAnimator/Window/BG/TimingBox/Profit/Gold/Text
  342. --]]
  343. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/Profit/Gold/Text").gameObject
  344. if tolua.getpeer(tmp) == nil then
  345. tolua.setpeer(tmp, {})
  346. end
  347. self.profit.GoldLbl = tmp
  348. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  349. end
  350. ---@private
  351. function UIBattleRewardView:InitGenerate__12(Root, data)
  352. --[[
  353. UIAnimator/Window/BG/TimingBox/TalkBox
  354. --]]
  355. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox").gameObject
  356. if tolua.getpeer(tmp) == nil then
  357. tolua.setpeer(tmp, {})
  358. end
  359. self.talkBox1 = tmp
  360. end
  361. ---@private
  362. function UIBattleRewardView:InitGenerate__13(Root, data)
  363. --[[
  364. UIAnimator/Window/BG/TimingBox/TalkBox/Reward120m
  365. --]]
  366. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/Reward120m").gameObject
  367. if tolua.getpeer(tmp) == nil then
  368. tolua.setpeer(tmp, {})
  369. end
  370. self.reward120m = tmp
  371. end
  372. ---@private
  373. function UIBattleRewardView:InitGenerate__14(Root, data)
  374. --[[
  375. UIAnimator/Window/BG/TimingBox/TalkBox/time
  376. --]]
  377. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/time").gameObject
  378. if tolua.getpeer(tmp) == nil then
  379. tolua.setpeer(tmp, {})
  380. end
  381. self.time = tmp
  382. end
  383. ---@private
  384. function UIBattleRewardView:InitGenerate__15(Root, data)
  385. --[[
  386. UIAnimator/Window/BG/TimingBox/TalkBox/time/Slider
  387. --]]
  388. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/time/Slider").gameObject
  389. if tolua.getpeer(tmp) == nil then
  390. tolua.setpeer(tmp, {})
  391. end
  392. self.RewardTimeSlider = tmp
  393. tmp.slider = tmp:GetComponent(Enum.TypeInfo.Slider)
  394. end
  395. ---@private
  396. function UIBattleRewardView:InitGenerate__16(Root, data)
  397. --[[
  398. UIAnimator/Window/BG/TimingBox/TalkBox/time/TextBox/Time
  399. --]]
  400. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/time/TextBox/Time").gameObject
  401. if tolua.getpeer(tmp) == nil then
  402. tolua.setpeer(tmp, {})
  403. end
  404. self.RewardTimeLbl = tmp
  405. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  406. end
  407. ---@private
  408. function UIBattleRewardView:InitGenerate__17(Root, data)
  409. --[[
  410. UIAnimator/Window/BG/TimingBox/TalkBox/time/TextBox/Max
  411. --]]
  412. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/time/TextBox/Max").gameObject
  413. if tolua.getpeer(tmp) == nil then
  414. tolua.setpeer(tmp, {})
  415. end
  416. self.MaxNode = tmp
  417. end
  418. ---@private
  419. function UIBattleRewardView:InitGenerate__18(Root, data)
  420. --[[
  421. UIAnimator/Window/BG/TimingBox/TalkBox/BossCount
  422. --]]
  423. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/BossCount").gameObject
  424. if tolua.getpeer(tmp) == nil then
  425. tolua.setpeer(tmp, {})
  426. end
  427. self.bossCount = tmp
  428. end
  429. ---@private
  430. function UIBattleRewardView:InitGenerate__19(Root, data)
  431. --[[
  432. UIAnimator/Window/BG/TimingBox/TalkBox/BossCount/Count
  433. --]]
  434. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/BossCount/Count").gameObject
  435. if tolua.getpeer(tmp) == nil then
  436. tolua.setpeer(tmp, {})
  437. end
  438. self.BossCountLbl = tmp
  439. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  440. end
  441. ---@private
  442. function UIBattleRewardView:InitGenerate__20(Root, data)
  443. --[[
  444. UIAnimator/Window/BG/TimingBox/TalkBox/levelUpTime
  445. --]]
  446. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/levelUpTime").gameObject
  447. if tolua.getpeer(tmp) == nil then
  448. tolua.setpeer(tmp, {})
  449. end
  450. self.talkBox1.levelUpTime = tmp
  451. end
  452. ---@private
  453. function UIBattleRewardView:InitGenerate__21(Root, data)
  454. --[[
  455. UIAnimator/Window/BG/TimingBox/TalkBox/levelUpTime/Text
  456. --]]
  457. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/levelUpTime/Text").gameObject
  458. if tolua.getpeer(tmp) == nil then
  459. tolua.setpeer(tmp, {})
  460. end
  461. self.talkBox1.levelUpTime.title = tmp
  462. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  463. end
  464. ---@private
  465. function UIBattleRewardView:InitGenerate__22(Root, data)
  466. --[[
  467. UIAnimator/Window/BG/TimingBox/TalkBox/levelUpTime/TextBox/Time
  468. --]]
  469. local tmp = Root:Find("UIAnimator/Window/BG/TimingBox/TalkBox/levelUpTime/TextBox/Time").gameObject
  470. if tolua.getpeer(tmp) == nil then
  471. tolua.setpeer(tmp, {})
  472. end
  473. self.talkBox1.levelUpTime.time = tmp
  474. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  475. end
  476. ---@private
  477. function UIBattleRewardView:InitGenerate__23(Root, data)
  478. --[[
  479. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/Text
  480. --]]
  481. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/Text").gameObject
  482. if tolua.getpeer(tmp) == nil then
  483. tolua.setpeer(tmp, {})
  484. end
  485. self.ExpLbl = tmp
  486. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  487. end
  488. ---@private
  489. function UIBattleRewardView:InitGenerate__24(Root, data)
  490. --[[
  491. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/VipTag
  492. --]]
  493. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/VipTag").gameObject
  494. if tolua.getpeer(tmp) == nil then
  495. tolua.setpeer(tmp, {})
  496. end
  497. self.ExpVipTag = tmp
  498. end
  499. ---@private
  500. function UIBattleRewardView:InitGenerate__25(Root, data)
  501. --[[
  502. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/VipTag/Icon
  503. --]]
  504. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/VipTag/Icon").gameObject
  505. if tolua.getpeer(tmp) == nil then
  506. tolua.setpeer(tmp, {})
  507. end
  508. self.ExpVipTag.icon = tmp
  509. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  510. end
  511. ---@private
  512. function UIBattleRewardView:InitGenerate__26(Root, data)
  513. --[[
  514. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/VipTag/Number
  515. --]]
  516. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpBase/VipTag/Number").gameObject
  517. if tolua.getpeer(tmp) == nil then
  518. tolua.setpeer(tmp, {})
  519. end
  520. self.ExpVipTag.number = tmp
  521. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  522. end
  523. ---@private
  524. function UIBattleRewardView:InitGenerate__27(Root, data)
  525. --[[
  526. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/Text
  527. --]]
  528. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/Text").gameObject
  529. if tolua.getpeer(tmp) == nil then
  530. tolua.setpeer(tmp, {})
  531. end
  532. self.ZenyLbl = tmp
  533. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  534. end
  535. ---@private
  536. function UIBattleRewardView:InitGenerate__28(Root, data)
  537. --[[
  538. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/VipTag
  539. --]]
  540. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/VipTag").gameObject
  541. if tolua.getpeer(tmp) == nil then
  542. tolua.setpeer(tmp, {})
  543. end
  544. self.ZenyVipTag = tmp
  545. end
  546. ---@private
  547. function UIBattleRewardView:InitGenerate__29(Root, data)
  548. --[[
  549. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/VipTag/Icon
  550. --]]
  551. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/VipTag/Icon").gameObject
  552. if tolua.getpeer(tmp) == nil then
  553. tolua.setpeer(tmp, {})
  554. end
  555. self.ZenyVipTag.icon = tmp
  556. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  557. end
  558. ---@private
  559. function UIBattleRewardView:InitGenerate__30(Root, data)
  560. --[[
  561. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/VipTag/Number
  562. --]]
  563. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Zeny/VipTag/Number").gameObject
  564. if tolua.getpeer(tmp) == nil then
  565. tolua.setpeer(tmp, {})
  566. end
  567. self.ZenyVipTag.number = tmp
  568. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  569. end
  570. ---@private
  571. function UIBattleRewardView:InitGenerate__31(Root, data)
  572. --[[
  573. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/Text
  574. --]]
  575. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/Text").gameObject
  576. if tolua.getpeer(tmp) == nil then
  577. tolua.setpeer(tmp, {})
  578. end
  579. self.ParnterExpLbl = tmp
  580. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  581. end
  582. ---@private
  583. function UIBattleRewardView:InitGenerate__32(Root, data)
  584. --[[
  585. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/VipTag
  586. --]]
  587. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/VipTag").gameObject
  588. if tolua.getpeer(tmp) == nil then
  589. tolua.setpeer(tmp, {})
  590. end
  591. self.ParnterExpVipTag = tmp
  592. end
  593. ---@private
  594. function UIBattleRewardView:InitGenerate__33(Root, data)
  595. --[[
  596. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/VipTag/Icon
  597. --]]
  598. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/VipTag/Icon").gameObject
  599. if tolua.getpeer(tmp) == nil then
  600. tolua.setpeer(tmp, {})
  601. end
  602. self.ParnterExpVipTag.icon = tmp
  603. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  604. end
  605. ---@private
  606. function UIBattleRewardView:InitGenerate__34(Root, data)
  607. --[[
  608. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/VipTag/Number
  609. --]]
  610. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/ExpParnter/VipTag/Number").gameObject
  611. if tolua.getpeer(tmp) == nil then
  612. tolua.setpeer(tmp, {})
  613. end
  614. self.ParnterExpVipTag.number = tmp
  615. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  616. end
  617. ---@private
  618. function UIBattleRewardView:InitGenerate__35(Root, data)
  619. --[[
  620. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/Text
  621. --]]
  622. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/Text").gameObject
  623. if tolua.getpeer(tmp) == nil then
  624. tolua.setpeer(tmp, {})
  625. end
  626. self.CruiseLbl = tmp
  627. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  628. end
  629. ---@private
  630. function UIBattleRewardView:InitGenerate__36(Root, data)
  631. --[[
  632. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/VipTag
  633. --]]
  634. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/VipTag").gameObject
  635. if tolua.getpeer(tmp) == nil then
  636. tolua.setpeer(tmp, {})
  637. end
  638. self.CruiseVipTag = tmp
  639. end
  640. ---@private
  641. function UIBattleRewardView:InitGenerate__37(Root, data)
  642. --[[
  643. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/VipTag/Icon
  644. --]]
  645. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/VipTag/Icon").gameObject
  646. if tolua.getpeer(tmp) == nil then
  647. tolua.setpeer(tmp, {})
  648. end
  649. self.CruiseVipTag.icon = tmp
  650. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  651. end
  652. ---@private
  653. function UIBattleRewardView:InitGenerate__38(Root, data)
  654. --[[
  655. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/VipTag/Number
  656. --]]
  657. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Cruise/VipTag/Number").gameObject
  658. if tolua.getpeer(tmp) == nil then
  659. tolua.setpeer(tmp, {})
  660. end
  661. self.CruiseVipTag.number = tmp
  662. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  663. end
  664. ---@private
  665. function UIBattleRewardView:InitGenerate__39(Root, data)
  666. --[[
  667. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Gold/Text
  668. --]]
  669. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Gold/Text").gameObject
  670. if tolua.getpeer(tmp) == nil then
  671. tolua.setpeer(tmp, {})
  672. end
  673. self.GoldLbl = tmp
  674. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  675. end
  676. ---@private
  677. function UIBattleRewardView:InitGenerate__40(Root, data)
  678. --[[
  679. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/Text
  680. --]]
  681. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/Text").gameObject
  682. if tolua.getpeer(tmp) == nil then
  683. tolua.setpeer(tmp, {})
  684. end
  685. self.EvilLbl = tmp
  686. tmp.text = tmp:GetComponent(Enum.TypeInfo.Text)
  687. end
  688. ---@private
  689. function UIBattleRewardView:InitGenerate__41(Root, data)
  690. --[[
  691. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/VipTag
  692. --]]
  693. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/VipTag").gameObject
  694. if tolua.getpeer(tmp) == nil then
  695. tolua.setpeer(tmp, {})
  696. end
  697. self.EvilVipTag = tmp
  698. end
  699. ---@private
  700. function UIBattleRewardView:InitGenerate__42(Root, data)
  701. --[[
  702. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/VipTag/Icon
  703. --]]
  704. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/VipTag/Icon").gameObject
  705. if tolua.getpeer(tmp) == nil then
  706. tolua.setpeer(tmp, {})
  707. end
  708. self.EvilVipTag.icon = tmp
  709. tmp.image = tmp:GetComponent(Enum.TypeInfo.Image)
  710. end
  711. ---@private
  712. function UIBattleRewardView:InitGenerate__43(Root, data)
  713. --[[
  714. UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/VipTag/Number
  715. --]]
  716. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveRes/Evil/VipTag/Number").gameObject
  717. if tolua.getpeer(tmp) == nil then
  718. tolua.setpeer(tmp, {})
  719. end
  720. self.EvilVipTag.number = tmp
  721. tmp.text = tmp:GetComponent(Enum.TypeInfo.TextMeshProUGUI)
  722. end
  723. ---@private
  724. function UIBattleRewardView:InitGenerate__44(Root, data)
  725. --[[
  726. UIAnimator/Window/BG/ReceiveBox/ReceiveIcons
  727. --]]
  728. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveIcons").gameObject
  729. if tolua.getpeer(tmp) == nil then
  730. tolua.setpeer(tmp, {})
  731. end
  732. self.window.receiveIcons = tmp
  733. end
  734. ---@private
  735. function UIBattleRewardView:InitGenerate__45(Root, data)
  736. --[[
  737. UIAnimator/Window/BG/ReceiveBox/ReceiveIcons/ItemScrollView
  738. --]]
  739. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveIcons/ItemScrollView").gameObject
  740. if tolua.getpeer(tmp) == nil then
  741. tolua.setpeer(tmp, {})
  742. end
  743. self.ItemScrollView = tmp
  744. tmp.loopVerticalScrollRect = tmp:GetComponent(Enum.TypeInfo.LoopVerticalScrollRect)
  745. end
  746. ---@private
  747. function UIBattleRewardView:InitGenerate__46(Root, data)
  748. --[[
  749. UIAnimator/Window/BG/ReceiveBox/ReceiveIcons/ItemScrollView/Viewport/Content
  750. --]]
  751. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveIcons/ItemScrollView/Viewport/Content").gameObject
  752. if tolua.getpeer(tmp) == nil then
  753. tolua.setpeer(tmp, {})
  754. end
  755. self.ItemContent = tmp
  756. tmp.gridLayoutGroup = tmp:GetComponent(Enum.TypeInfo.GridLayoutGroup)
  757. end
  758. ---@private
  759. function UIBattleRewardView:InitGenerate__47(Root, data)
  760. --[[
  761. UIAnimator/Window/BG/ReceiveBox/ReceiveIcons/Nothing
  762. --]]
  763. local tmp = Root:Find("UIAnimator/Window/BG/ReceiveBox/ReceiveIcons/Nothing").gameObject
  764. if tolua.getpeer(tmp) == nil then
  765. tolua.setpeer(tmp, {})
  766. end
  767. self.None = tmp
  768. end
  769. ---@private
  770. function UIBattleRewardView:GenerateDestroy()
  771. if tolua.getpeer(self.window.receiveIcons) ~= nil then
  772. tolua.setpeer(self.window.receiveIcons, nil)
  773. end
  774. if tolua.getpeer(self.EvilVipTag.number) ~= nil then
  775. tolua.setpeer(self.EvilVipTag.number, nil)
  776. end
  777. if tolua.getpeer(self.EvilVipTag.icon) ~= nil then
  778. tolua.setpeer(self.EvilVipTag.icon, nil)
  779. end
  780. if tolua.getpeer(self.CruiseVipTag.number) ~= nil then
  781. tolua.setpeer(self.CruiseVipTag.number, nil)
  782. end
  783. if tolua.getpeer(self.CruiseVipTag.icon) ~= nil then
  784. tolua.setpeer(self.CruiseVipTag.icon, nil)
  785. end
  786. if tolua.getpeer(self.ParnterExpVipTag.number) ~= nil then
  787. tolua.setpeer(self.ParnterExpVipTag.number, nil)
  788. end
  789. if tolua.getpeer(self.ParnterExpVipTag.icon) ~= nil then
  790. tolua.setpeer(self.ParnterExpVipTag.icon, nil)
  791. end
  792. if tolua.getpeer(self.ZenyVipTag.number) ~= nil then
  793. tolua.setpeer(self.ZenyVipTag.number, nil)
  794. end
  795. if tolua.getpeer(self.ZenyVipTag.icon) ~= nil then
  796. tolua.setpeer(self.ZenyVipTag.icon, nil)
  797. end
  798. if tolua.getpeer(self.ExpVipTag.number) ~= nil then
  799. tolua.setpeer(self.ExpVipTag.number, nil)
  800. end
  801. if tolua.getpeer(self.ExpVipTag.icon) ~= nil then
  802. tolua.setpeer(self.ExpVipTag.icon, nil)
  803. end
  804. if tolua.getpeer(self.talkBox1.levelUpTime.time) ~= nil then
  805. tolua.setpeer(self.talkBox1.levelUpTime.time, nil)
  806. end
  807. if tolua.getpeer(self.talkBox1.levelUpTime.title) ~= nil then
  808. tolua.setpeer(self.talkBox1.levelUpTime.title, nil)
  809. end
  810. if tolua.getpeer(self.talkBox1.levelUpTime) ~= nil then
  811. tolua.setpeer(self.talkBox1.levelUpTime, nil)
  812. end
  813. if tolua.getpeer(self.profit.GoldLbl) ~= nil then
  814. tolua.setpeer(self.profit.GoldLbl, nil)
  815. end
  816. if tolua.getpeer(self.profit.EvilLbl) ~= nil then
  817. tolua.setpeer(self.profit.EvilLbl, nil)
  818. end
  819. if tolua.getpeer(self.profit.CruiseLbl) ~= nil then
  820. tolua.setpeer(self.profit.CruiseLbl, nil)
  821. end
  822. if tolua.getpeer(self.profit.ParnterExpLbl) ~= nil then
  823. tolua.setpeer(self.profit.ParnterExpLbl, nil)
  824. end
  825. if tolua.getpeer(self.profit.ExpLbl) ~= nil then
  826. tolua.setpeer(self.profit.ExpLbl, nil)
  827. end
  828. if tolua.getpeer(self.profit.ZenyLbl) ~= nil then
  829. tolua.setpeer(self.profit.ZenyLbl, nil)
  830. end
  831. if tolua.getpeer(self.uIAnimator) ~= nil then
  832. tolua.setpeer(self.uIAnimator, nil)
  833. end
  834. self.uIAnimator = nil
  835. if tolua.getpeer(self.AnyBtn) ~= nil then
  836. tolua.setpeer(self.AnyBtn, nil)
  837. end
  838. self.AnyBtn = nil
  839. if tolua.getpeer(self.window) ~= nil then
  840. tolua.setpeer(self.window, nil)
  841. end
  842. self.window = nil
  843. if tolua.getpeer(self.TimingBox) ~= nil then
  844. tolua.setpeer(self.TimingBox, nil)
  845. end
  846. self.TimingBox = nil
  847. if tolua.getpeer(self.profit) ~= nil then
  848. tolua.setpeer(self.profit, nil)
  849. end
  850. self.profit = nil
  851. if tolua.getpeer(self.talkBox1) ~= nil then
  852. tolua.setpeer(self.talkBox1, nil)
  853. end
  854. self.talkBox1 = nil
  855. if tolua.getpeer(self.reward120m) ~= nil then
  856. tolua.setpeer(self.reward120m, nil)
  857. end
  858. self.reward120m = nil
  859. if tolua.getpeer(self.time) ~= nil then
  860. tolua.setpeer(self.time, nil)
  861. end
  862. self.time = nil
  863. if tolua.getpeer(self.RewardTimeSlider) ~= nil then
  864. tolua.setpeer(self.RewardTimeSlider, nil)
  865. end
  866. self.RewardTimeSlider = nil
  867. if tolua.getpeer(self.RewardTimeLbl) ~= nil then
  868. tolua.setpeer(self.RewardTimeLbl, nil)
  869. end
  870. self.RewardTimeLbl = nil
  871. if tolua.getpeer(self.MaxNode) ~= nil then
  872. tolua.setpeer(self.MaxNode, nil)
  873. end
  874. self.MaxNode = nil
  875. if tolua.getpeer(self.bossCount) ~= nil then
  876. tolua.setpeer(self.bossCount, nil)
  877. end
  878. self.bossCount = nil
  879. if tolua.getpeer(self.BossCountLbl) ~= nil then
  880. tolua.setpeer(self.BossCountLbl, nil)
  881. end
  882. self.BossCountLbl = nil
  883. if tolua.getpeer(self.ExpLbl) ~= nil then
  884. tolua.setpeer(self.ExpLbl, nil)
  885. end
  886. self.ExpLbl = nil
  887. if tolua.getpeer(self.ExpVipTag) ~= nil then
  888. tolua.setpeer(self.ExpVipTag, nil)
  889. end
  890. self.ExpVipTag = nil
  891. if tolua.getpeer(self.ZenyLbl) ~= nil then
  892. tolua.setpeer(self.ZenyLbl, nil)
  893. end
  894. self.ZenyLbl = nil
  895. if tolua.getpeer(self.ZenyVipTag) ~= nil then
  896. tolua.setpeer(self.ZenyVipTag, nil)
  897. end
  898. self.ZenyVipTag = nil
  899. if tolua.getpeer(self.ParnterExpLbl) ~= nil then
  900. tolua.setpeer(self.ParnterExpLbl, nil)
  901. end
  902. self.ParnterExpLbl = nil
  903. if tolua.getpeer(self.ParnterExpVipTag) ~= nil then
  904. tolua.setpeer(self.ParnterExpVipTag, nil)
  905. end
  906. self.ParnterExpVipTag = nil
  907. if tolua.getpeer(self.CruiseLbl) ~= nil then
  908. tolua.setpeer(self.CruiseLbl, nil)
  909. end
  910. self.CruiseLbl = nil
  911. if tolua.getpeer(self.CruiseVipTag) ~= nil then
  912. tolua.setpeer(self.CruiseVipTag, nil)
  913. end
  914. self.CruiseVipTag = nil
  915. if tolua.getpeer(self.GoldLbl) ~= nil then
  916. tolua.setpeer(self.GoldLbl, nil)
  917. end
  918. self.GoldLbl = nil
  919. if tolua.getpeer(self.EvilLbl) ~= nil then
  920. tolua.setpeer(self.EvilLbl, nil)
  921. end
  922. self.EvilLbl = nil
  923. if tolua.getpeer(self.EvilVipTag) ~= nil then
  924. tolua.setpeer(self.EvilVipTag, nil)
  925. end
  926. self.EvilVipTag = nil
  927. if tolua.getpeer(self.ItemScrollView) ~= nil then
  928. tolua.setpeer(self.ItemScrollView, nil)
  929. end
  930. self.ItemScrollView = nil
  931. if tolua.getpeer(self.ItemContent) ~= nil then
  932. tolua.setpeer(self.ItemContent, nil)
  933. end
  934. self.ItemContent = nil
  935. if tolua.getpeer(self.None) ~= nil then
  936. tolua.setpeer(self.None, nil)
  937. end
  938. self.None = nil
  939. self.transform = nil
  940. self.gameObject = nil
  941. self.inited = false
  942. end
  943. return UIBattleRewardView