| Parameter | Description |
|---|---|
| flags | The flags to check across all hierarchy nodes. |
bool
true if none of the nodes have all of the flags set, false otherwise.
Gets whether or not all of the specified flags are not set on any hierarchy node.
| Parameter | Description |
|---|---|
| node | The hierarchy node to check for the absence of the specified flags. |
| flags | The flags to verify are absent on the hierarchy node. |
bool
true if all of the flags are not set, false otherwise.
Gets whether or not all of the specified flags are not set on the hierarchy node.