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

◆ HasTile< T >()

bool Terraria.Recipe.HasTile< T > ( )
inline
Type Constraints
T :ModTile 

Definition at line 16027 of file Recipe.cs.

16027 : ModTile
16028 {
16029 return HasTile(ModContent.TileType<T>());
16030 }
Manages content added by mods. Liasons between mod content and Terraria's arrays and oversees the Loa...
Definition ModContent.cs:38
This class represents a type of tile that can be added by a mod. Only one instance of this class will...
Definition ModTile.cs:19
bool HasTile(int tileID)
Definition Recipe.cs:16004

References Terraria.Recipe.HasTile().

+ Here is the call graph for this function: