Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SetVanityTreeDrops()
static
void
Terraria.WorldGen.SetVanityTreeDrops
(
int
dropType
,
Tile
tileCache
,
ref
int
dropItem
)
inline
static
private
Definition at line
56817
of file
WorldGen.cs
.
56818
{
56819
if
(Main.rand.Next(2) == 0)
56820
{
56821
dropItem
=
dropType
;
56822
}
56823
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
References
Terraria.Main.rand
.
Terraria
WorldGen
Generated by
1.10.0