|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.ModLoader.GoreLoader:Static Public Member Functions | |
| static bool | AddGoreFromTexture< TGore > (Mod mod, string texture) |
| Registers a new gore with the provided texture. | |
Static Package Functions | |
| static void | RegisterModGore (ModGore modGore) |
| static void | AutoloadGores (Mod mod) |
| static void | ResizeAndFillArrays () |
| static void | Unload () |
| static ModGore | GetModGore (int type) |
| static void | SetupUpdateType (Gore gore) |
| static void | TakeDownUpdateType (Gore gore) |
Static Package Attributes | |
| static readonly IDictionary< int, ModGore > | gores = new Dictionary<int, ModGore>() |
Properties | |
| static int | GoreCount = GoreID.Count [get, private set] |
Definition at line 13 of file GoreLoader.cs.