Skip to content

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.)

FAMILIAR: number

Defined in: flags/EntityPartition.ts:11

1 << 0 (1)


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: number

Defined in: flags/EntityPartition.ts:23

1 << 4 (16)


PLAYER: number

Defined in: flags/EntityPartition.ts:26

1 << 5 (32)


EFFECT: number

Defined in: flags/EntityPartition.ts:35

1 << 6 (64)