LadderSubTypeCustom
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.
Enumeration Members
LADDER
• LADDER = 0
Defined in
packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:12
CUSTOM_BACKDROP
• CUSTOM_BACKDROP = 101
Defined in
packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:14
CUSTOM_SHADOW
• CUSTOM_SHADOW = 102
Defined in
packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:15
CUSTOM_PICKUP
• CUSTOM_PICKUP = 103
Defined in
packages/isaacscript-common/src/enums/LadderSubTypeCustom.ts:16