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_GetColorAndScale()

static void Terraria.UI.ItemSlot.DrawItem_GetColorAndScale ( Item item,
float scale,
Microsoft::Xna::Framework::Graphics::Color currentWhite,
float sizeLimit,
Rectangle frame,
[Out] Microsoft::Xna::Framework::Graphics::Color itemLight,
[Out] float finalDrawScale )
inlinestatic

Definition at line 938 of file ItemSlot.cs.

939 {
940 if (16256 == 0)
941 {
942 }
943 int width = frame.Width;
944 }

References Microsoft.Xna.Framework.Rectangle.Width.