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
◆
Disposed
EventHandler
<
EventArgs
> Terraria.Server.Game.Disposed
add
remove
Definition at line
185
of file
Game.cs
.
186
{
187
[
CompilerGenerated
]
188
add
189
{
190
Delegate
@
delegate
=
Delegate
.
Combine
(this.
Disposed
,
value
);
191
if
(@delegate !=
null
&& @
delegate
==
null
)
192
{
193
return
;
194
}
195
}
196
[
CompilerGenerated
]
197
remove
198
{
199
Delegate
@
delegate
=
Delegate
.
Remove
(this.
Disposed
,
value
);
200
if
(@delegate !=
null
&& @
delegate
==
null
)
201
{
202
return
;
203
}
204
}
205
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate.Combine
static Delegate Combine(Delegate a, Delegate b)
Definition
Delegate.cs:255
System.Delegate.Remove
static Delegate Remove(Delegate source, Delegate value)
Definition
Delegate.cs:278
System.Delegate
Definition
Delegate.cs:14
Terraria.Server.Game.Disposed
EventHandler< EventArgs > Disposed
Definition
Game.cs:186
System.ExceptionArgument.value
@ value
Terraria
Server
Game
Generated by
1.10.0