TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DrawInvBG() [3/3]

static void Terraria.Utils.DrawInvBG ( SpriteBatch sb,
Rectangle R,
Color c = default(Color) )
inlinestatic

Definition at line 2487 of file Utils.cs.

2488 {
2489 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
2490 //IL_0007: Unknown result type (might be due to invalid IL or missing references)
2491 //IL_000d: Unknown result type (might be due to invalid IL or missing references)
2492 //IL_0013: Unknown result type (might be due to invalid IL or missing references)
2493 //IL_0019: Unknown result type (might be due to invalid IL or missing references)
2494 DrawInvBG(sb, R.X, R.Y, R.Width, R.Height, c);
2495 }
static void DrawInvBG(SpriteBatch sb, Rectangle R, Color c=default(Color))
Definition Utils.cs:2487

References Terraria.Utils.DrawInvBG().

Referenced by Terraria.IngameOptions.Draw(), Terraria.Graphics.Capture.CaptureInterface.ModeChangeSettings.Draw(), Terraria.ModLoader.UI.UIModNetDiagnostics.Draw(), Terraria.UI.NetDiagnosticsUI.Draw(), Terraria.Main.DrawClothesWindow(), Terraria.UI.InGamePopups.AchievementUnlockedPopup.DrawInGame(), Terraria.UI.InGamePopups.PlayerWantsToJoinGamePopup.DrawInGame(), Terraria.UI.InGamePopups.AchievementUnlockedPopup.DrawInNotificationsArea(), Terraria.UI.InGamePopups.PlayerWantsToJoinGamePopup.DrawInNotificationsArea(), Terraria.Main.DrawInvasionProgress(), Terraria.Utils.DrawInvBG(), Terraria.Utils.DrawInvBG(), Terraria.Main.DrawMouseOver(), and Terraria.Main.MouseText_DrawItemTooltip().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: