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

◆ AddStringMapping()

void System.TermInfoDriver.AddStringMapping ( TermInfoStrings s)
inlineprivate

Definition at line 625 of file TermInfoDriver.cs.

626 {
627 byte[] stringBytes = this.reader.GetStringBytes(s);
628 if (stringBytes != null)
629 {
630 this.rootmap.AddMapping(s, stringBytes);
631 return;
632 }
633 }
class f__AnonymousType0<< Count > j__TPar
void AddMapping(TermInfoStrings key, byte[] val)
byte[] GetStringBytes(TermInfoStrings tstr)

References System.ByteMatcher.AddMapping(), System.TermInfoReader.GetStringBytes(), j__TPar, System.TermInfoDriver.reader, and System.TermInfoDriver.rootmap.