Flags selection: {{ config.name }}
Total value: {{ value }}
Wondering how bits work? Check the documentation.
Bit | Value (2^Bit) | Description | |
---|---|---|---|
|
{{ flag.bit }} | {{ flagValues[flag.bit] ? '+' + pow(2, flag.bit) : '' }} | {{ flag.name }} |