-
Notifications
You must be signed in to change notification settings - Fork 13
attributeFlags
Timothy C edited this page Jan 3, 2018
·
1 revision
Seems to be a data dump of the attribute flags.
| ID | Type | Name | Description | Properties | Links |
|---|---|---|---|---|---|
| 1 | Number | offset | The bit offset of the current value. | PRIMARY, UNIQUE | // todo. |
| 2 | String | name | The text name of the attribute. | ||
| 3 | String | note | Notes about that attribute. Probably internal. |
Defines the bit number, plus one.
So...
| Bit | Value if on |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 3 | 4 |
| 4 | 8 |
and so on... Cast binary into decimal numbers... Turn that into text and voila.
- Perpetuum.ExportedTypes.AttributeFlags (forgot assembly name)