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

◆ AddTile() [3/3]

Recipe Terraria.Recipe.AddTile ( ModTile tile)
inline

Adds a required crafting station to this recipe of the given type of tile.

Parameters
tileThe tile.

Definition at line 16332 of file Recipe.cs.

16333 {
16334 return AddTile(tile.Type);
16335 }
ushort Type
The internal ID of this type of tile/wall.
Recipe AddTile(int tileID)
Adds a required crafting station with the given tile type to this recipe. Ex: recipe....
Definition Recipe.cs:16299

References Terraria.Recipe.AddTile(), and Terraria.ModLoader.ModBlockType.Type.

+ Here is the call graph for this function: