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

◆ PopulateWithError()

TextGenerationError UnityEngine.TextGenerator.PopulateWithError ( string str,
TextGenerationSettings settings )
inlineprivate

Definition at line 150 of file TextGenerator.cs.

151 {
152 if (this.m_HasGenerated)
153 {
154 string lastString = this.m_LastString;
155 bool flag = str == lastString;
156 return this.m_LastValid;
157 }
158 TextGenerationError textGenerationError;
160 return textGenerationError;
161 }
class f__AnonymousType0<< Count > j__TPar
TextGenerationError m_LastValid

References j__TPar, UnityEngine.TextGenerator.m_HasGenerated, UnityEngine.TextGenerator.m_LastString, and UnityEngine.TextGenerator.m_LastValid.