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

◆ Supported

virtual bool System.ComponentModel.Design.MenuCommand.Supported
getset

Definition at line 40 of file MenuCommand.cs.

41 {
42 get
43 {
44 return (_status & 1) != 0;
45 }
46 set
47 {
48 SetStatus(1, value);
49 }
50 }
void SetStatus(int mask, bool value)