GridEntityCustomData
This is meta-data that describes a custom grid entity.
(One of the extra features that the standard library offers is the ability to spawn custom grid
entities with the spawnCustomGridEntity
helper function.)
Properties
gridEntityTypeCustom
• gridEntityTypeCustom: GridEntityType
This is not a real GridEntityType
; rather it is an arbitrary integer selected by end-user
mods.
Defined in
packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:17
roomListIndex
• roomListIndex: int
Defined in
packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:19
gridIndex
• gridIndex: int
Defined in
packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:20
gridCollisionClass
• Optional
gridCollisionClass: GridCollisionClass
Defined in
packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:21
anm2Path
• Optional
anm2Path: string
Defined in
packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:22
defaultAnimation
• Optional
defaultAnimation: string
Defined in
packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:23