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

◆ MapAlphaDown

bool Terraria.GameInput.TriggersSet.MapAlphaDown
getset

Definition at line 283 of file TriggersSet.cs.

284 {
285 get
286 {
287 return KeyStatus["MapAlphaDown"];
288 }
289 set
290 {
291 KeyStatus["MapAlphaDown"] = value;
292 }
293 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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