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.
1
using
System
;
2
using
System.IO
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
Terraria.DataStructures
6
{
7
// Token: 0x02000619 RID: 1561
8
public
struct
BinaryWriterHelper
9
{
10
// Token: 0x060035B9 RID: 13753 RVA: 0x00211810 File Offset: 0x0020FA10
11
public
void
ReservePointToFillLengthLaterByFilling6Bytes
(
BinaryWriter
writer)
12
{
13
this._placeInWriter
= writer;
14
}
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
22
public
void
FillOnlyIfThereIsLengthOrRevertToSavedPosition
(
BinaryWriter
writer, ushort
dataId
, [Out]
bool
wroteSomething
)
23
{
24
int
num = 1;
25
wroteSomething.m_value
= num != 0;
26
}
27
28
// Token: 0x04007692 RID: 30354
29
private
long
_placeInWriter
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IO.BinaryWriter
Definition
BinaryWriter.cs:15
System.IO
Definition
__Error.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:4
Terraria.DataStructures.BinaryWriterHelper.FillReservedPoint
void FillReservedPoint(BinaryWriter writer, ushort dataId)
Definition
BinaryWriterHelper.cs:17
Terraria.DataStructures.BinaryWriterHelper.FillOnlyIfThereIsLengthOrRevertToSavedPosition
void FillOnlyIfThereIsLengthOrRevertToSavedPosition(BinaryWriter writer, ushort dataId, [Out] bool wroteSomething)
Definition
BinaryWriterHelper.cs:22
Terraria.DataStructures.BinaryWriterHelper.ReservePointToFillLengthLaterByFilling6Bytes
void ReservePointToFillLengthLaterByFilling6Bytes(BinaryWriter writer)
Definition
BinaryWriterHelper.cs:11
Terraria.DataStructures.BinaryWriterHelper._placeInWriter
long _placeInWriter
Definition
BinaryWriterHelper.cs:29
Terraria.DataStructures.BinaryWriterHelper
Definition
BinaryWriterHelper.cs:9
source
Terraria
DataStructures
BinaryWriterHelper.cs
Generated by
1.10.0