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

◆ CheckMountBuff()

void Terraria.Mount.CheckMountBuff ( Player mountedPlayer)
inline

Definition at line 1468 of file Mount.cs.

1469 {
1470 if (this._type == 0)
1471 {
1472 }
1473 int[] buffType = mountedPlayer.buffType;
1474 Mount.MountData data = this._data;
1475 int buff = data.buff;
1476 if (data != null && this._active && data.Minecart)
1477 {
1478 int extraBuff = data.extraBuff;
1479 }
1480 }
class f__AnonymousType0<< Count > j__TPar
Mount.MountData _data
Definition Mount.cs:1845

References Terraria.Mount._active, Terraria.Mount._data, Terraria.Mount._type, Terraria.Mount.MountData.buff, Terraria.Mount.MountData.extraBuff, j__TPar, and Terraria.Mount.MountData.Minecart.

Referenced by Terraria.Player.ResetEffects().