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

◆ AutoSelect()

virtual bool Terraria.ModLoader.GlobalTile.AutoSelect ( int i,
int j,
int type,
Item item )
inlinevirtual

Allows you to determine whether the given item can become selected when the cursor is hovering over a tile and the auto selection keybind is pressed.

Parameters
iThe x position in tile coordinates.
jThe y position in tile coordinates.
type
item
Returns

Definition at line 246 of file GlobalTile.cs.

247 {
248 return false;
249 }