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

◆ SmartSelect_GetToolStrategy()

void Terraria.Player.SmartSelect_GetToolStrategy ( int tX,
int tY,
[Out] int toolStrategy,
[Out] bool wetTile )
inlineprivate

Definition at line 5287 of file Player.cs.

5288 {
5289 float x = this.position.X;
5290 int width = this.width;
5291 float y = this.position.Y;
5292 }
Vector2 position
Definition Entity.cs:460

References Terraria.Entity.position, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.