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

◆ ShouldDrawInfoIconsHorizontally

bool Terraria.Main.ShouldDrawInfoIconsHorizontally
staticget

Definition at line 3061 of file Main.cs.

3062 {
3063 get
3064 {
3066 {
3067 return false;
3068 }
3069 if (mapStyle == 1 && mapEnabled && screenHeight < 820)
3070 {
3071 return false;
3072 }
3073 if (mapStyle != 1 && screenWidth < 855)
3074 {
3075 return false;
3076 }
3078 {
3079 return false;
3080 }
3081 return true;
3082 }
3083 }
static int screenHeight
Definition Main.cs:1870
static int mapStyle
Definition Main.cs:977
static bool mapEnabled
Definition Main.cs:975
static int screenWidth
Definition Main.cs:1868
static bool _cannotDrawAccessoriesHorizontally
Definition Main.cs:2578

Referenced by Terraria.Main.GetInfoAccIconPosition().