Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OnDataArrive
override Action<byte[]> Terraria.Social.WeGame.IPCClient.OnDataArrive
add
remove
Definition at line
14
of file
IPCClient.cs
.
15
{
16
add
17
{
18
_onDataArrive
= (Action<byte[]>)
Delegate
.
Combine
(
_onDataArrive
,
value
);
19
}
20
remove
21
{
22
_onDataArrive
= (Action<byte[]>)
Delegate
.
Remove
(
_onDataArrive
,
value
);
23
}
24
}
System.Delegate.Remove
static ? Delegate Remove(Delegate? source, Delegate? value)
Definition
Delegate.cs:463
System.Delegate.Combine
static ? Delegate Combine(Delegate? a, Delegate? b)
Definition
Delegate.cs:379
System.Delegate
Definition
Delegate.cs:12
Terraria.Social.WeGame.IPCBase._onDataArrive
Action< byte[]> _onDataArrive
Definition
IPCBase.cs:29
System.ExceptionArgument.value
@ value
Terraria
Social
WeGame
IPCClient
Generated by
1.10.0