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

◆ MapAlphaUp

bool Terraria.GameInput.TriggersSet.MapAlphaUp
getset

Definition at line 271 of file TriggersSet.cs.

272 {
273 get
274 {
275 return KeyStatus["MapAlphaUp"];
276 }
277 set
278 {
279 KeyStatus["MapAlphaUp"] = value;
280 }
281 }
Dictionary< string, bool > KeyStatus
Definition TriggersSet.cs:9

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