Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OnDataArrive
virtual
Action<byte[]> Terraria.Social.WeGame.IPCBase.OnDataArrive
add
remove
Definition at line
33
of file
IPCBase.cs
.
34
{
35
add
36
{
37
_onDataArrive
= (
Action<byte[]>
)
Delegate
.
Combine
(
_onDataArrive
,
value
);
38
}
39
remove
40
{
41
_onDataArrive
= (
Action<byte[]>
)
Delegate
.
Remove
(
_onDataArrive
,
value
);
42
}
43
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
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
IPCBase
Generated by
1.10.0