Terraria
v1.4.4.9
Terraria 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
)
)
inline
static
Definition at line
1926
of file
Utils.cs
.
1927
{
1928
DrawInvBG
(sb, (
int
)x, (
int
)y, (
int
)
w
, (
int
)
h
, c);
1929
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.Utils.DrawInvBG
static void DrawInvBG(SpriteBatch sb, Rectangle R, Color c=default(Color))
Definition
Utils.cs:1921
References
Terraria.Utils.DrawInvBG()
.
Terraria
Utils
Generated by
1.10.0