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
BinaryWriterHelper.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
6{
7 // Token: 0x02000619 RID: 1561
8 public struct BinaryWriterHelper
9 {
10 // Token: 0x060035B9 RID: 13753 RVA: 0x00211810 File Offset: 0x0020FA10
15
16 // Token: 0x060035BA RID: 13754 RVA: 0x00211824 File Offset: 0x0020FA24
17 public void FillReservedPoint(BinaryWriter writer, ushort dataId)
18 {
19 }
20
21 // Token: 0x060035BB RID: 13755 RVA: 0x00211834 File Offset: 0x0020FA34
23 {
24 int num = 1;
25 wroteSomething.m_value = num != 0;
26 }
27
28 // Token: 0x04007692 RID: 30354
29 private long _placeInWriter;
30 }
31}
class f__AnonymousType0<< Count > j__TPar
void FillReservedPoint(BinaryWriter writer, ushort dataId)
void FillOnlyIfThereIsLengthOrRevertToSavedPosition(BinaryWriter writer, ushort dataId, [Out] bool wroteSomething)
void ReservePointToFillLengthLaterByFilling6Bytes(BinaryWriter writer)