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

◆ MapStyle

bool Terraria.GameInput.TriggersSet.MapStyle
getset

Definition at line 307 of file TriggersSet.cs.

308 {
309 get
310 {
311 return KeyStatus["MapStyle"];
312 }
313 set
314 {
315 KeyStatus["MapStyle"] = value;
316 }
317 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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