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

◆ MapZoomIn

bool Terraria.GameInput.TriggersSet.MapZoomIn
getset

Definition at line 247 of file TriggersSet.cs.

248 {
249 get
250 {
251 return KeyStatus["MapZoomIn"];
252 }
253 set
254 {
255 KeyStatus["MapZoomIn"] = value;
256 }
257 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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