PossibleStatType
Type Aliases
PossibleStatType
Ƭ PossibleStatType: number
| boolean
| BitFlags
<TearFlag
> | Color
| Vector
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.
Defined in
packages/isaacscript-common/src/types/PossibleStatType.ts:7