GridEntityCustomData
Interfaces
Section titled “Interfaces”GridEntityCustomData
Section titled “GridEntityCustomData”Defined in: packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:12
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
Section titled “Properties”gridEntityTypeCustom
Section titled “gridEntityTypeCustom”
readonlygridEntityTypeCustom:GridEntityType
Defined in: packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:17
This is not a real GridEntityType; rather it is an arbitrary integer selected by end-user
mods.
roomListIndex
Section titled “roomListIndex”
readonlyroomListIndex:int
Defined in: packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:19
gridIndex
Section titled “gridIndex”
readonlygridIndex:int
Defined in: packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:20
gridCollisionClass?
Section titled “gridCollisionClass?”
readonlyoptionalgridCollisionClass?:GridCollisionClass
Defined in: packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:21
anm2Path?
Section titled “anm2Path?”
readonlyoptionalanm2Path?:string
Defined in: packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:22
defaultAnimation?
Section titled “defaultAnimation?”
readonlyoptionaldefaultAnimation?:string
Defined in: packages/isaacscript-common/src/interfaces/GridEntityCustomData.ts:23
