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

◆ ViewZoomOut

bool Terraria.GameInput.TriggersSet.ViewZoomOut
getset

Definition at line 655 of file TriggersSet.cs.

656 {
657 get
658 {
659 return KeyStatus["ViewZoomOut"];
660 }
661 set
662 {
663 KeyStatus["ViewZoomOut"] = value;
664 }
665 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9