terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UIItemIcon.cs
Go to the documentation of this file.
1using System;
3using Terraria.UI;
4
6{
7 // Token: 0x02000ABD RID: 2749
8 public class UIItemIcon : UIElement
9 {
10 // Token: 0x060050F6 RID: 20726 RVA: 0x0027EF2C File Offset: 0x0027D12C
12 {
13 if (!true)
14 {
15 }
16 base..ctor();
18 }
19
20 // Token: 0x060050F7 RID: 20727 RVA: 0x0027EF4C File Offset: 0x0027D14C
21 protected override void DrawSelf(SpriteBatch spriteBatch)
22 {
23 float x = this._dimensions.X;
24 Item item = this._item;
25 Item item2 = this._item;
26 float scale = item2.scale;
27 if (item2 == null)
28 {
29 }
30 if (556 == 0)
31 {
32 }
33 }
34
35 // Token: 0x040089B0 RID: 35248
36 private Item _item;
37
38 // Token: 0x040089B1 RID: 35249
39 private bool _blackedOut;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
override void DrawSelf(SpriteBatch spriteBatch)
Definition UIItemIcon.cs:21
UIItemIcon(Item item, bool blackedOut)
Definition UIItemIcon.cs:11
float scale
Definition Item.cs:2270
CalculatedStyle _dimensions