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

◆ IsChestRigged()

static bool Terraria.WorldGen.IsChestRigged ( int x,
int y )
inlinestatic

Definition at line 32349 of file WorldGen.cs.

32350 {
32351 if (Main.tile[x, y].type == 467)
32352 {
32353 return Main.tile[x, y].frameX / 36 == 4;
32354 }
32355 return false;
32356 }

References Terraria.Main.tile.

Referenced by Terraria.MessageBuffer.GetData(), and Terraria.Player.TileInteractionsUse().

+ Here is the caller graph for this function: