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

◆ addDPS()

void Terraria.Player.addDPS ( int dmg)
inline

Definition at line 18102 of file Player.cs.

18103 {
18104 int num;
18105 if (this.dpsStarted)
18106 {
18108 num = this.dpsDamage;
18110 this.dpsDamage = num;
18112 this.dpsEnd = now2;
18113 return;
18114 }
18115 int num2 = 1;
18116 this.dpsStarted = num2 != 0;
18117 if (num == 0)
18118 {
18119 }
18123 this.dpsEnd = now4;
18127 }
class f__AnonymousType0<< Count > j__TPar
static DateTime Now
Definition DateTime.cs:530

References Terraria.Player.dpsDamage, Terraria.Player.dpsStarted, j__TPar, and System.DateTime.Now.