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

◆ UpdateOrderChanged

EventHandler< EventArgs > Microsoft.Xna.Framework.GameComponent.UpdateOrderChanged
addremove

Implements Microsoft.Xna.Framework.IUpdateable.

Definition at line 13 of file GameComponent.cs.

14 {
16 add
17 {
19 if (@delegate != null && @delegate == null)
20 {
21 return;
22 }
23 }
25 remove
26 {
28 if (@delegate != null && @delegate == null)
29 {
30 return;
31 }
32 }
33 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< EventArgs > UpdateOrderChanged
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278