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

◆ StopInvasion()

static void Terraria.GameContent.Events.DD2Event.StopInvasion ( bool win = false)
inlinestatic

Definition at line 275 of file DD2Event.cs.

276 {
277 int num = 1;
278 if (num == 0)
279 {
280 }
281 if (num != 0)
282 {
283 if (num == 0)
284 {
285 }
286 DD2Event.WinInvasionInternal();
287 if (num == 0)
288 {
289 }
290 if (num == 0)
291 {
292 }
293 bool logicHost = Main.LogicHost;
294 if (num == 0)
295 {
296 }
297 if (num == 0)
298 {
299 }
300 DD2Event.WipeEntities();
301 if (num == 0)
302 {
303 }
304 }
305 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Main.LogicHost, Terraria.GameContent.Events.DD2Event.WinInvasionInternal(), and Terraria.GameContent.Events.DD2Event.WipeEntities().

Referenced by Terraria.GameContent.Events.DD2Event.UpdateTime().