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

◆ Draw()

void Terraria.GameContent.UI.GameTipsDisplay.Draw ( [Optional] String_Layout layout,
float MaxHeight = 0f )
inline

Definition at line 35 of file GameTipsDisplay.cs.

36 {
37 if (!true)
38 {
39 }
40 int screenHeight = Main.screenHeight;
41 int screenHeight2 = Main.screenHeight;
42 int screenWidth = Main.screenWidth;
44 while (layout == null)
45 {
46 }
47 }
class f__AnonymousType0<< Count > j__TPar
readonly List< GameTipsDisplay.GameTip > _currentTips

References Terraria.GameContent.UI.GameTipsDisplay._currentTips, j__TPar, Terraria.Main.screenHeight, and Terraria.Main.screenWidth.