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