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

◆ SelectedItem

int Terraria.Player.SelectionRadial.SelectedItem
get

Definition at line 378 of file Player.cs.

379 {
380 get
381 {
382 if (_SelectedBinding == -1)
383 {
384 return -1;
385 }
387 }
388 }

Referenced by Terraria.Player.SmartSelectLookup().