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

◆ CheckCuteFishron()

bool Terraria.Player.CheckCuteFishron ( )
inline

Definition at line 8129 of file Player.cs.

8130 {
8131 Mount mount = this.mount;
8132 if (mount != null && mount._active)
8133 {
8134 int type = mount._type;
8135 int width = this.width;
8136 float x = this.position.X;
8137 float y = this.position.Y;
8138 if (32640 == 0)
8139 {
8140 }
8141 Tile tile;
8142 bool isLoaded = tile.IsLoaded;
8143 if (width == 0)
8144 {
8145 }
8146 Tile tile2;
8147 bool isLoaded2 = tile2.IsLoaded;
8148 }
8149 bool flag;
8150 return flag;
8151 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References Terraria.Mount._active, Terraria.Mount._type, Terraria.Tile.IsLoaded, j__TPar, Terraria.Player.mount, Terraria.Entity.position, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.