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
◆
Deactivated
EventHandler
<
EventArgs
> Terraria.Server.Game.Deactivated
add
remove
Definition at line
160
of file
Game.cs
.
161
{
162
[
CompilerGenerated
]
163
add
164
{
165
Delegate
@
delegate
=
Delegate
.
Combine
(this.
Deactivated
,
value
);
166
if
(@delegate !=
null
&& @
delegate
==
null
)
167
{
168
return
;
169
}
170
}
171
[
CompilerGenerated
]
172
remove
173
{
174
Delegate
@
delegate
=
Delegate
.
Remove
(this.
Deactivated
,
value
);
175
if
(@delegate !=
null
&& @
delegate
==
null
)
176
{
177
return
;
178
}
179
}
180
}
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.Deactivated
EventHandler< EventArgs > Deactivated
Definition
Game.cs:161
System.ExceptionArgument.value
@ value
Terraria
Server
Game
Generated by
1.10.0