EntityPartition
Defined in: flags/EntityPartition.ts:9
Not Exported
This is represented as an object instead of an enum due to limitations with TypeScript enums. (We
want this type to be a child of the BitFlag type.)
Enumeration Members
Section titled “Enumeration Members”FAMILIAR
Section titled “FAMILIAR”FAMILIAR:
number
Defined in: flags/EntityPartition.ts:11
1 << 0 (1)
BULLET
Section titled “BULLET”BULLET:
number
Defined in: flags/EntityPartition.ts:14
1 << 1 (2)
TEAR:
number
Defined in: flags/EntityPartition.ts:17
1 << 2 (4)
ENEMY:
number
Defined in: flags/EntityPartition.ts:20
1 << 3 (8)
PICKUP
Section titled “PICKUP”PICKUP:
number
Defined in: flags/EntityPartition.ts:23
1 << 4 (16)
PLAYER
Section titled “PLAYER”PLAYER:
number
Defined in: flags/EntityPartition.ts:26
1 << 5 (32)
EFFECT
Section titled “EFFECT”EFFECT:
number
Defined in: flags/EntityPartition.ts:35
1 << 6 (64)
