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

◆ CheckLiquidPlacement()

static bool Terraria.ObjectData.TileObjectData.CheckLiquidPlacement ( int type,
int style,
Tile checkTile )
inlinestatic

Definition at line 4313 of file TileObjectData.cs.

4314 {
4315 return GetTileData(type, style)?.LiquidPlace(checkTile) ?? LiquidPlace(type, checkTile);
4316 }
bool LiquidPlace(Tile checkTile, bool checkStay=false)
static TileObjectData GetTileData(int type, int style, int alternate=0)

References Terraria.ObjectData.TileObjectData.GetTileData(), and Terraria.ObjectData.TileObjectData.LiquidPlace().

Referenced by Terraria.Player.PlaceThing_Tiles_CheckLavaBlocking().

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