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

◆ DrawLabel()

static void GUITransactionButton.DrawLabel ( TransactionButton_Layout layout,
string label,
Microsoft::Xna::Framework::Graphics::Color labelColour,
bool over )
inlinestaticprivate

Definition at line 351 of file GUITransactionButton.cs.

352 {
353 bool drawLabel = layout.DrawLabel;
354 if (drawLabel)
355 {
356 if (!drawLabel)
357 {
358 }
359 bool mouseHoverFade = layout.MouseHoverFade;
360 if (mouseHoverFade)
361 {
362 if (!mouseHoverFade)
363 {
364 }
365 int tooltipTime = Main.tooltipTime;
366 if (17279 == 0)
367 {
368 }
369 return;
370 }
372 }
373 }
class f__AnonymousType0<< Count > j__TPar
static int tooltipTime
Definition Main.cs:198

References j__TPar, UnityEngine.layout, and Terraria.Main.tooltipTime.