Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SurfaceBackgroundID.cs
Go to the documentation of this file.
1
namespace
Terraria.ID
;
2
3
public
static
class
SurfaceBackgroundID
4
{
5
public
const
int
Forest1
= 0;
6
7
public
const
int
Corruption
= 1;
8
9
public
const
int
Desert = 2;
10
11
public
const
int
Jungle
= 3;
12
13
public
const
int
Ocean
= 4;
14
15
public
const
int
GoodEvilDesert
= 5;
16
17
public
const
int
Hallow
= 6;
18
19
public
const
int
Snow
= 7;
20
21
public
const
int
Crimson
= 8;
22
23
public
const
int
Mushroom
= 9;
24
25
public
const
int
Forest2
= 10;
26
27
public
const
int
Forest3
= 11;
28
29
public
const
int
Forest4
= 12;
30
31
public
const
int
Empty
= 13;
32
}
Terraria.ID.SurfaceBackgroundID.Empty
const int Empty
Definition
SurfaceBackgroundID.cs:31
Terraria.ID.SurfaceBackgroundID.Hallow
const int Hallow
Definition
SurfaceBackgroundID.cs:17
Terraria.ID.SurfaceBackgroundID.Forest2
const int Forest2
Definition
SurfaceBackgroundID.cs:25
Terraria.ID.SurfaceBackgroundID.GoodEvilDesert
const int GoodEvilDesert
Definition
SurfaceBackgroundID.cs:15
Terraria.ID.SurfaceBackgroundID.Crimson
const int Crimson
Definition
SurfaceBackgroundID.cs:21
Terraria.ID.SurfaceBackgroundID.Snow
const int Snow
Definition
SurfaceBackgroundID.cs:19
Terraria.ID.SurfaceBackgroundID.Corruption
const int Corruption
Definition
SurfaceBackgroundID.cs:7
Terraria.ID.SurfaceBackgroundID.Ocean
const int Ocean
Definition
SurfaceBackgroundID.cs:13
Terraria.ID.SurfaceBackgroundID.Mushroom
const int Mushroom
Definition
SurfaceBackgroundID.cs:23
Terraria.ID.SurfaceBackgroundID.Forest4
const int Forest4
Definition
SurfaceBackgroundID.cs:29
Terraria.ID.SurfaceBackgroundID.Forest3
const int Forest3
Definition
SurfaceBackgroundID.cs:27
Terraria.ID.SurfaceBackgroundID.Jungle
const int Jungle
Definition
SurfaceBackgroundID.cs:11
Terraria.ID.SurfaceBackgroundID.Forest1
const int Forest1
Definition
SurfaceBackgroundID.cs:5
Terraria.ID.SurfaceBackgroundID
Definition
SurfaceBackgroundID.cs:4
Terraria.ID
Definition
AchievementHelperID.cs:1
source
Terraria.ID
SurfaceBackgroundID.cs
Generated by
1.10.0