Skip to content

LadderSubTypeCustom

Defined in: packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:11

For EntityType.EFFECT (1000), EffectVariant.LADDER (8).

Note that vanilla ladders only use a sub-type of 0. The isaacscript-common library uses ladders to represent custom objects, since they are non-interacting and will not automatically despawn after time passes, unlike most other effects.

This enum tracks the kinds of custom objects that are represented by vanilla ladders. We start assigning sub-types after 100 as to not interfere with any possible modded ladder variants.

LADDER: 0

Defined in: packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:12

CUSTOM_BACKDROP: 101

Defined in: packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:14

CUSTOM_SHADOW: 102

Defined in: packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:15

CUSTOM_PICKUP: 103

Defined in: packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:16