Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Supported
virtual
bool
System.ComponentModel.Design.MenuCommand.Supported
get
set
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
}
System.ComponentModel.Design.MenuCommand.SetStatus
void SetStatus(int mask, bool value)
Definition
MenuCommand.cs:77
System.ComponentModel.Design.MenuCommand._status
int _status
Definition
MenuCommand.cs:10
System.ExceptionArgument.value
@ value
System
ComponentModel
Design
MenuCommand
Generated by
1.10.0