|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Determines if the chest at F:Terraria.Main.tile[x , y ] is locked.
| x | The x-coordinate of the chest to check, in tile coordinates. |
| y | The y-coordinate of the chest to check, in tile coordinates. |
true if the chest is locked, false otherwise.Definition at line 324 of file Chest.cs.
References Terraria.Chest.IsLocked(), Terraria.Main.tile, Terraria.Chest.x, and Terraria.Chest.y.
Referenced by Terraria.Chest.IsLocked(), Terraria.Chest.PutItemInNearbyChest(), Terraria.Player.TileInteractionsUse(), and Terraria.WorldGen.WouldTileReplacementWork().
Here is the call graph for this function:
Here is the caller graph for this function: