|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlineinherited |
Returns a T:Terraria.Localization.LocalizedText for this Mod with the provided suffix . The suffix will be used to generate a key by providing it to M:Terraria.ModLoader.Mod.GetLocalizationKey(System.String).
If no existing localization exists for the key, it will be defined so it can be exported to a matching mod localization file.
| suffix | |
| makeDefaultValue | A factory method for creating the default value, used to update localization files with missing entries |
Definition at line 245 of file Mod.cs.
References Terraria.ModLoader.Mod.GetLocalizationKey(), and Terraria.Localization.Language.GetOrRegister().
Here is the call graph for this function: