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

◆ ToNetworkText() [2/2]

NetworkText Terraria.Localization.LocalizedText.ToNetworkText ( params object[] substitutions)
inline

Definition at line 118 of file LocalizedText.cs.

119 {
120 return NetworkText.FromKey(Key, substitutions);
121 }

References Terraria.Localization.NetworkText.FromKey(), and Terraria.Localization.LocalizedText.Key.

+ Here is the call graph for this function: