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

◆ TermInfoReader() [1/2]

System.TermInfoReader.TermInfoReader ( string term,
string filename )
inline

Definition at line 11 of file TermInfoReader.cs.

12 {
14 byte[] array = this.buffer;
15 this.ReadHeader(array, 0);
16 byte[] array2 = this.buffer;
17 int num = this.booleansOffset;
18 int stringLength = this.GetString(array2, num)._stringLength;
19 if (stringLength != 0)
20 {
21 }
22 }
class f__AnonymousType0<< Count > j__TPar
static FileStream OpenRead(string path)
Definition File.cs:159
string GetString(byte[] buffer, int offset)
void ReadHeader(byte[] buffer, int position)

References System.array, System.TermInfoReader.booleansOffset, System.TermInfoReader.buffer, System.TermInfoReader.GetString(), j__TPar, System.IO.File.OpenRead(), and System.TermInfoReader.ReadHeader().