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

◆ UpdateOrder

int Microsoft.Xna.Framework.GameComponent.UpdateOrder
getset

Implements Microsoft.Xna.Framework.IUpdateable.

Definition at line 125 of file GameComponent.cs.

126 {
127 get
128 {
129 return this._updateOrder;
130 }
131 set
132 {
135 if (true)
136 {
137 if (updateOrderChanged != null)
138 {
139 }
140 return;
141 }
142 while (updateOrderChanged != null)
143 {
144 }
145 }
146 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< EventArgs > UpdateOrderChanged