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
◆
Exiting
EventHandler
<
EventArgs
> Terraria.Server.Game.Exiting
add
remove
Definition at line
210
of file
Game.cs
.
211
{
212
[
CompilerGenerated
]
213
add
214
{
215
Delegate
@
delegate
=
Delegate
.
Combine
(this.
Exiting
,
value
);
216
if
(@delegate !=
null
&& @
delegate
==
null
)
217
{
218
return
;
219
}
220
}
221
[
CompilerGenerated
]
222
remove
223
{
224
Delegate
@
delegate
=
Delegate
.
Remove
(this.
Exiting
,
value
);
225
if
(@delegate !=
null
&& @
delegate
==
null
)
226
{
227
return
;
228
}
229
}
230
}
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.Exiting
EventHandler< EventArgs > Exiting
Definition
Game.cs:211
System.ExceptionArgument.value
@ value
Terraria
Server
Game
Generated by
1.10.0