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

◆ ViewZoomIn

bool Terraria.GameInput.TriggersSet.ViewZoomIn
getset

Definition at line 643 of file TriggersSet.cs.

644 {
645 get
646 {
647 return KeyStatus["ViewZoomIn"];
648 }
649 set
650 {
651 KeyStatus["ViewZoomIn"] = value;
652 }
653 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9