tModLoader v2024.10
A mod to make and play Terraria mods
|
Static Public Member Functions | |
static bool | AddGoreFromTexture< TGore > (Mod mod, string texture) |
Registers a new gore with the provided texture. Typically used with SimpleModGore as TGore for gore with no additional logic. Use this for any gore textures not autoloaded by the Mod.GoreAutoloadingEnabled logic. More... | |
Properties | |
static int | GoreCount = GoreID.Count [get] |
|
static |
Registers a new gore with the provided texture. Typically used with SimpleModGore as TGore for gore with no additional logic. Use this for any gore textures not autoloaded by the Mod.GoreAutoloadingEnabled logic.
TGore | : | ModGore | |
TGore | : | new() |