Keyword(s) to search:
Sort results by title
Keyword Index
FlagSet
.
.
::
.
.
IsClear Method (UInt32)
Checks whether one or more individual flags are clear
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
bool
IsClear
(
uint
flags
)
Parameters
flags
Type:
UInt32
The flags to check
Return Value
True if ALL the flags are clear
See Also
FlagSet Class
IsClear Overload
AngbandOS.Core Namespace