|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.ModLoader.ILocalizedModType:
Collaboration diagram for Terraria.ModLoader.ILocalizedModType:Properties | |
| string | LocalizationCategory [get] |
| The category used by this modded content for use in localization keys. Localization keys follow the pattern of "Mods.{ModName}.{Category}.{ContentName}.{DataName}". The Localization wiki pageexplains how custom T:Terraria.ModLoader.ModType classes can utilize this. | |
| Mod | Mod [get] |
| The mod this belongs to. | |
| string | Name [get] |
| The internal name of this instance. | |
| string | FullName [get] |
| => $"{Mod.Name}/{Name}" | |
Definition at line 3 of file ILocalizedModType.cs.