TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetOtherPlayersPickTile()

void Terraria.Player.GetOtherPlayersPickTile ( int x,
int y,
int pickDamage )
inline

Definition at line 54327 of file Player.cs.

54328 {
54329 int tileId = hitTile.HitObject(x, y, 1);
54331 }
int AddDamage(int tileId, int damageAmount, bool updateAmount=true)
Definition HitTile.cs:178
int HitObject(int x, int y, int hitType)
Definition HitTile.cs:142
HitTile hitTile
Definition Player.cs:1836

References Terraria.HitTile.AddDamage(), Terraria.HitTile.HitObject(), and Terraria.Player.hitTile.

+ Here is the call graph for this function: