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

◆ DrawInvBG() [1/3]

static void Terraria.Utils.DrawInvBG ( SpriteBatch sb,
float x,
float y,
float w,
float h,
Color c = default(Color) )
inlinestatic

Definition at line 2497 of file Utils.cs.

2498 {
2499 //IL_000a: Unknown result type (might be due to invalid IL or missing references)
2500 DrawInvBG(sb, (int)x, (int)y, (int)w, (int)h, c);
2501 }
static void DrawInvBG(SpriteBatch sb, Rectangle R, Color c=default(Color))
Definition Utils.cs:2487

References Terraria.Utils.DrawInvBG().

+ Here is the call graph for this function: