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

◆ SmartSelect

bool Terraria.GameInput.TriggersSet.SmartSelect
getset

Definition at line 139 of file TriggersSet.cs.

140 {
141 get
142 {
143 return KeyStatus["SmartSelect"];
144 }
145 set
146 {
147 KeyStatus["SmartSelect"] = value;
148 }
149 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

Referenced by Terraria.GameInput.TriggersSet.CopyInto().