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

◆ Blocked

bool Terraria.GameContent.Creative.CreativeUI.Blocked
get

Definition at line 50 of file CreativeUI.cs.

51 {
52 get
53 {
54 if (Main.LocalPlayer.talkNPC == -1)
55 {
56 return Main.LocalPlayer.chest != -1;
57 }
58 return true;
59 }
60 }

Referenced by Terraria.GameContent.Creative.CreativeUI.Draw().