terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ EstimateWordCount()

int Terraria.Localization.LanguageManager.EstimateWordCount ( )
inline

Definition at line 142 of file LanguageManager.cs.

143 {
145 string text2;
146 string text = text2.Replace(",", "").Replace(".", "").Replace("\"", "")
147 .Trim();
148 bool flag = string.IsNullOrWhiteSpace(text2);
149 int stringLength = text2._stringLength;
150 throw new OutOfMemoryException();
151 }
class f__AnonymousType0<< Count > j__TPar
readonly Dictionary< string, LocalizedText > _localizedTexts

References Terraria.Localization.LanguageManager._localizedTexts, j__TPar, and System.text.