Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OnDataArrive
override Action<byte[]> Terraria.Social.WeGame.IPCServer.OnDataArrive
add
remove
Definition at line
16
of file
IPCServer.cs
.
17
{
18
add
19
{
20
_onDataArrive
= (Action<byte[]>)
Delegate
.
Combine
(
_onDataArrive
,
value
);
21
}
22
remove
23
{
24
_onDataArrive
= (Action<byte[]>)
Delegate
.
Remove
(
_onDataArrive
,
value
);
25
}
26
}
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
IPCServer
Generated by
1.10.0