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

◆ SmartSelect_SelectItem()

void Terraria.Player.SmartSelect_SelectItem ( int t)
inlineprivate

Definition at line 16038 of file Player.cs.

16039 {
16040 if (nonTorch == -1)
16041 {
16043 }
16044 selectedItem = t;
16045 }

References Terraria.Player.nonTorch, and Terraria.Player.selectedItem.

Referenced by Terraria.Player.SmartSelect_PickToolForStrategy(), and Terraria.Player.SmartSelectLookup().

+ Here is the caller graph for this function: