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

◆ GetStringBytes() [2/2]

byte[] System.TermInfoReader.GetStringBytes ( TermInfoStrings tstr)
inline

Definition at line 95 of file TermInfoReader.cs.

96 {
97 int num = this.strOffsets;
98 int num2 = this.booleansOffset;
99 int num3 = this.boolSize;
100 int num4 = this.strOffsets;
101 byte[] array = this.buffer;
102 byte[] array2;
103 return array2;
104 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.TermInfoReader.booleansOffset, System.TermInfoReader.boolSize, System.TermInfoReader.buffer, j__TPar, and System.TermInfoReader.strOffsets.

Referenced by System.TermInfoDriver.AddStringMapping().