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

◆ ItemDraw()

void GUITalkerList.ItemDraw ( ItemGrid_Layout gridLayout,
int i,
Vector2 position,
float scale )
inline

Definition at line 54 of file GUITalkerList.cs.

55 {
56 int num = this.itemOffset;
58 int width = texture2D.Width;
59 int height = texture2D.Height;
60 int num2 = 32640;
61 int width2 = texture2D.Width;
62 int arraySize = texture2D.ArraySize;
63 if (this.lastDrawRegion.Width != 0)
64 {
68 return;
69 }
71 if (num2 == 0)
72 {
73 }
74 }
class f__AnonymousType0<< Count > j__TPar
List< string > ActiveTalkers
Rectangle lastDrawRegion

References ActiveTalkers, itemOffset, j__TPar, lastDrawRegion, Microsoft.Xna.Framework.Graphics.Texture2D.Width, and Microsoft.Xna.Framework.Rectangle.Width.