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

◆ UnlockChest()

static bool Terraria.ModLoader.TileLoader.UnlockChest ( int i,
int j,
int type,
ref short frameXAdjustment,
ref int dustType,
ref bool manual )
inlinestatic

Definition at line 1299 of file TileLoader.cs.

1300 {
1301 return GetTile(type)?.UnlockChest(i, j, ref frameXAdjustment, ref dustType, ref manual) ?? false;
1302 }
static ModTile GetTile(int type)
Gets the ModTile instance with the given type. If no ModTile with the given type exists,...

References Terraria.ModLoader.TileLoader.GetTile().

Referenced by Terraria.Chest.Unlock().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: