Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TileMergeAttempt()
[4/5]
static
void
Terraria.WorldGen.TileMergeAttempt
(
int
myType
,
int
lookfor
,
ref
int
up
,
ref
int
down
,
ref
int
left
,
ref
int
right
)
inline
static
Definition at line
71175
of file
WorldGen.cs
.
71176
{
71177
if
(
lookfor
== up)
71178
{
71179
up =
myType
;
71180
}
71181
if
(
lookfor
== down)
71182
{
71183
down =
myType
;
71184
}
71185
if
(
lookfor
== left)
71186
{
71187
left =
myType
;
71188
}
71189
if
(
lookfor
== right)
71190
{
71191
right =
myType
;
71192
}
71193
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
WorldGen
Generated by
1.10.0