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

◆ WriteSelfTo()

void Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker.WriteSelfTo ( BinaryWriter writer)
inline

Definition at line 479 of file CoinLossRevengeSystem.cs.

480 {
481 int uniqueID = this._uniqueID;
482 float x = this._location.X;
483 float y = this._location.Y;
484 int npcNetID = this._npcNetID;
485 float npcHPPercent = this._npcHPPercent;
488 int coinsValue = this._coinsValue;
489 float baseValue = this._baseValue;
491 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._baseValue, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._coinsValue, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._location, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._npcAIStyleAgainstDiscouragement, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._npcHPPercent, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._npcNetID, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._npcTypeAgainstDiscouragement, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._spawnedFromStatue, Terraria.GameContent.CoinLossRevengeSystem.RevengeMarker._uniqueID, j__TPar, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.