Skip to content

PossibleStatType

PossibleStatType = number | boolean | BitFlags<TearFlag> | Color | Vector

Defined in: packages/isaacscript-common/src/types/PossibleStatType.ts:7

These are the possible types that player stats can be. For example, EntityPlayer.Damage is of type float, EntityPlayer.CanFly is of type boolean, and so on.