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 ReLogic.Utilities.MultiTimer.TimerData.AddTick ( double time)
inline

Definition at line 157 of file MultiTimer.cs.

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

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