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

◆ AddToCoinValue()

void Terraria.PopupText.AddToCoinValue ( long addedValue)
inlineprivate

Definition at line 139 of file PopupText.cs.

140 {
141 long num = this.coinValue;
142 long num2 = Math.Max(0L, addedValue);
143 long num3 = Math.Min(51711L, num2);
145 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152
static byte Max(byte val1, byte val2)
Definition Math.cs:111

References Terraria.PopupText.coinValue, j__TPar, System.L, System.Math.Max(), and System.Math.Min().