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

◆ DrawItem_GetBasics()

void Terraria.Main.DrawItem_GetBasics ( Item item,
int slot,
[Out] Microsoft::Xna::Framework::Graphics::Texture2D texture,
[Out] Rectangle frame,
[Out] Rectangle glowmaskFrame )
inlineprivate

Definition at line 11322 of file Main.cs.

11323 {
11324 int num = 1;
11325 int type = item.type;
11326 if (num == 0)
11327 {
11328 }
11329 int type2 = item.type;
11330 if (num == 0 && num == 0)
11331 {
11332 int type3 = item.type;
11333 }
11334 int type4;
11335 if (num == 0)
11336 {
11337 type4 = item.type;
11338 }
11339 if (num == 0)
11340 {
11341 }
11342 if (type4 == 0)
11343 {
11344 }
11345 }
class f__AnonymousType0<< Count > j__TPar
static Item[] item
Definition Main.cs:19293

References Terraria.Main.item, j__TPar, and Terraria.Item.type.