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

◆ AddCoinLuck()

void Terraria.Player.AddCoinLuck ( Microsoft::Xna::Framework::Vector2 coinPosition,
int coinAmount )
inline

Definition at line 5487 of file Player.cs.

5488 {
5489 bool flag = this.dead;
5490 if (!flag)
5491 {
5492 Microsoft.Xna.Framework.Vector2 center = base.Center;
5493 if (!flag)
5494 {
5495 }
5496 float num = this.coinLuck;
5497 this.coinLuck = num;
5498 this.luckNeedsSync = true;
5499 }
5500 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Player.coinLuck, Terraria.Player.dead, and j__TPar.