|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Tries to find the T:Terraria.Chest associated with the tile at (X , Y ) (tile coordinates).
| X | The x-coordinate to check, in tile coordinates. |
| Y | The y-coordinate to check, in tile coordinates. |
-1 if one doesn't exist.If you have the top-left corner of the chest tile, use M:Terraria.Chest.FindChest(System.Int32,System.Int32).
Definition at line 780 of file Chest.cs.
References Terraria.Main.chest.
Referenced by Terraria.Main.DrawMap_FindChestName().
Here is the caller graph for this function: