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

◆ DrawBumper()

static bool Terraria.Minecart.DrawBumper ( int frameID)
inlinestatic

Definition at line 1681 of file Minecart.cs.

1682 {
1684 {
1685 return false;
1686 }
1687 if (_tileHeight[frameID][0] != -1)
1688 {
1689 return _tileHeight[frameID][7] == -1;
1690 }
1691 return true;
1692 }
static int[][] _tileHeight
Definition Minecart.cs:89

References Terraria.Minecart._tileHeight.

Referenced by Terraria.GameContent.Drawing.TileDrawing.DrawTile_MinecartTrack().

+ Here is the caller graph for this function: