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

◆ MapZoomOut

bool Terraria.GameInput.TriggersSet.MapZoomOut
getset

Definition at line 259 of file TriggersSet.cs.

260 {
261 get
262 {
263 return KeyStatus["MapZoomOut"];
264 }
265 set
266 {
267 KeyStatus["MapZoomOut"] = value;
268 }
269 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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