TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.ILocalizedModType Interface Reference
+ 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}"
 

Detailed Description

Definition at line 3 of file ILocalizedModType.cs.


The documentation for this interface was generated from the following file: