TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ BindArgs()

void Terraria.Localization.LocalizedText.BindArgs ( object[] args)
inlinepackage

Definition at line 251 of file LocalizedText.cs.

252 {
253 SetValue(Format(args));
254 BoundArgs = args;
255 }
object[] BoundArgs
Returns the args used with M:Terraria.Localization.LocalizedText.WithFormatArgs(System....
string Format(params object[] args)
Creates a string from this LocalizedText populated with data from the provided args arguments....

References Terraria.Localization.LocalizedText.BoundArgs, Terraria.Localization.LocalizedText.Format(), and Terraria.Localization.LocalizedText.SetValue().

+ Here is the call graph for this function: