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

◆ AddTick()

MultiTimer.TimerData Terraria.Utilities.MultiTimer.TimerData.AddTick ( double time)
inline

Definition at line 160 of file MultiTimer.cs.

161 {
162 if (!true)
163 {
164 }
165 double max = this.Max;
166 double num = Math.Max(max, time);
167 double ticks = this.Ticks;
168 return 1;
169 }
static byte Max(byte val1, byte val2)
Definition Math.cs:111

References System.Math.Max(), Terraria.Utilities.MultiTimer.TimerData.Max, and Terraria.Utilities.MultiTimer.TimerData.Ticks.