A Flags array is an array of 32 bit integers, each representing a bit string of included flags. 1 means the flag is present, 0 means it's not.
See NavigationFlagDeclaration for more information about how to identify a particular flag, or hasFlag for a utility function to check if a flag is set.
A Flags array is an array of 32 bit integers, each representing a bit string of included flags. 1 means the flag is present, 0 means it's not.
See NavigationFlagDeclaration for more information about how to identify a particular flag, or hasFlag for a utility function to check if a flag is set.