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
◆
Activated
EventHandler
<
EventArgs
> Terraria.Server.Game.Activated
add
remove
Definition at line
135
of file
Game.cs
.
136
{
137
[
CompilerGenerated
]
138
add
139
{
140
Delegate
@
delegate
=
Delegate
.
Combine
(this.
Activated
,
value
);
141
if
(@delegate !=
null
&& @
delegate
==
null
)
142
{
143
return
;
144
}
145
}
146
[
CompilerGenerated
]
147
remove
148
{
149
Delegate
@
delegate
=
Delegate
.
Remove
(this.
Activated
,
value
);
150
if
(@delegate !=
null
&& @
delegate
==
null
)
151
{
152
return
;
153
}
154
}
155
}
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.Activated
EventHandler< EventArgs > Activated
Definition
Game.cs:136
System.ExceptionArgument.value
@ value
Terraria
Server
Game
Generated by
1.10.0