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

◆ ChangeSelection()

void Terraria.Player.SelectionRadial.ChangeSelection ( int to)
inline

Definition at line 531 of file Player.cs.

532 {
533 if (_SelectedBinding == to)
534 {
535 _SelectedBinding = -1;
536 }
537 else
538 {
540 }
541 }

References Terraria.Player.SelectionRadial._SelectedBinding.

Referenced by Terraria.Player.SelectionRadial.Bind(), Terraria.Player.ScrollHotbar(), Terraria.Player.SelectionRadial.Update(), and Terraria.Player.Update().

+ Here is the caller graph for this function: