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

◆ CheckProgress()

static void Terraria.GameContent.Events.DD2Event.CheckProgress ( int slainMonsterID)
inlinestatic

Definition at line 418 of file DD2Event.cs.

419 {
420 int num = 1;
421 if (num == 0)
422 {
423 }
424 bool netClientOnly = Main.NetClientOnly;
425 if (num == 0)
426 {
427 }
428 if (num == 0)
429 {
430 if (num == 0)
431 {
432 }
433 bool enemySpawningIsOnHold = DD2Event.EnemySpawningIsOnHold;
434 if (num == 0)
435 {
436 }
437 int monsterPointsWorth = DD2Event.GetMonsterPointsWorth(slainMonsterID);
438 if (-2147483648 == 0)
439 {
440 if ("DungeonDefenders2.WaveCompleteFirst" == null)
441 {
442 }
443 if ("DungeonDefenders2.WaveComplete" == null)
444 {
445 }
446 if ("DungeonDefenders2.WaveComplete" == null)
447 {
448 }
449 DD2Event.SetEnemySpawningOnHold(1800);
450 if (-2147483648 == 0)
451 {
452 }
453 DD2Event.DropMedals(1);
454 if (-2147483648 == 0)
455 {
456 }
457 if (-2147483648 == 0)
458 {
459 }
460 return;
461 }
462 if (monsterPointsWorth != 0)
463 {
464 if (-2147483648 == 0)
465 {
466 }
467 bool logicHost = Main.LogicHost;
468 if (-2147483648 == 0)
469 {
470 }
471 int num2 = 3;
472 Main.ReportInvasionProgress(slainMonsterID, slainMonsterID, num2, monsterPointsWorth);
473 if (-2147483648 == 0)
474 {
475 }
476 bool netHost = Main.NetHost;
477 if (-2147483648 == 0)
478 {
479 }
480 if (-2147483648 == 0)
481 {
482 }
483 return;
484 }
485 }
486 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Events.DD2Event.DropMedals(), Terraria.GameContent.Events.DD2Event.EnemySpawningIsOnHold, Terraria.GameContent.Events.DD2Event.GetMonsterPointsWorth(), j__TPar, Terraria.Main.LogicHost, Terraria.Main.NetClientOnly, Terraria.Main.NetHost, Terraria.Main.ReportInvasionProgress(), and Terraria.GameContent.Events.DD2Event.SetEnemySpawningOnHold().