|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inline |
Creates a string from this LocalizedText populated with data from the provided args arguments. Formats the string in the same manner as string.Format. Placeholders such as "{0}", "{1}", etc will be replaced with the string representation of the corresponding objects provided.
Additionally, pluralization is supported as well. The Contributing Localization Guideteaches more about placeholders and plural support.
| args |
Definition at line 207 of file LocalizedText.cs.
References Terraria.Localization.LocalizedText._hasPlurals, Terraria.Localization.LocalizedText.ApplyPluralization(), Terraria.Localization.LocalizedText.PluralizationPatternRegex, and Terraria.Localization.LocalizedText.Value.
Referenced by Terraria.Localization.LocalizedText.BindArgs().
Here is the call graph for this function:
Here is the caller graph for this function: