![]() |
tModLoader
0.12 Alpha
A mod to make and play Terraria mods
|
This serves as the central class which loads mods. It contains many static fields and methods related to mods and their contents. More...
Static Public Member Functions | |
static Mod | GetMod (string name) |
Gets the instance of the Mod with the specified name. This will throw an exception if the mod cannot be found. More... | |
static bool | HasMod (string name) |
Safely checks whether or not a mod with the specified internal name is currently loaded. More... | |
static bool | IsSignedBy (TmodFile mod, string xmlPublicKey) |
static bool | TryGetMod (string name, out Mod result) |
Safely attempts to get the instance of the Mod with the specified name. More... | |
Properties | |
static string | CompressedPlatformRepresentation [get] |
static string | ModPath [get] |
static Mod[] | Mods = new Mod[0] [get] |
static string | versionedName [get] |
This serves as the central class which loads mods. It contains many static fields and methods related to mods and their contents.
|
static |
Gets the instance of the Mod with the specified name. This will throw an exception if the mod cannot be found.
KeyNotFoundException |
|
static |
Safely checks whether or not a mod with the specified internal name is currently loaded.