PlayerStat
Enumerations
Section titled “Enumerations”PlayerStat
Section titled “PlayerStat”Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:2
This represents the kinds of stats that a player can have.
Enumeration Members
Section titled “Enumeration Members”DAMAGE
Section titled “DAMAGE”DAMAGE:
0
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:4
Corresponds to CacheFlag.DAMAGE (1 << 0) and EntityPlayer.Damage.
FIRE_DELAY
Section titled “FIRE_DELAY”FIRE_DELAY:
1
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:7
Corresponds to CacheFlag.FIRE_DELAY (1 << 1) and EntityPlayer.MaxFireDelay.
SHOT_SPEED
Section titled “SHOT_SPEED”SHOT_SPEED:
2
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:10
Corresponds to CacheFlag.SHOT_SPEED (1 << 2) and EntityPlayer.ShotSpeed.
TEAR_HEIGHT
Section titled “TEAR_HEIGHT”TEAR_HEIGHT:
3
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:13
Corresponds to CacheFlag.RANGE (1 << 3) and EntityPlayer.TearHeight.
TEAR_RANGE
Section titled “TEAR_RANGE”TEAR_RANGE:
4
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:16
Corresponds to CacheFlag.RANGE (1 << 3) and EntityPlayer.TearRange.
TEAR_FALLING_ACCELERATION
Section titled “TEAR_FALLING_ACCELERATION”TEAR_FALLING_ACCELERATION:
5
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:19
Corresponds to CacheFlag.RANGE (1 << 3) and EntityPlayer.TearFallingAcceleration.
TEAR_FALLING_SPEED
Section titled “TEAR_FALLING_SPEED”TEAR_FALLING_SPEED:
6
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:22
Corresponds to CacheFlag.RANGE (1 << 3) and EntityPlayer.TearFallingSpeed.
MOVE_SPEED
Section titled “MOVE_SPEED”MOVE_SPEED:
7
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:25
Corresponds to CacheFlag.SPEED (1 << 4) and EntityPlayer.MoveSpeed.
TEAR_FLAG
Section titled “TEAR_FLAG”TEAR_FLAG:
8
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:28
Corresponds to CacheFlag.TEAR_FLAG (1 << 5) and EntityPlayer.TearFlags.
TEAR_COLOR
Section titled “TEAR_COLOR”TEAR_COLOR:
9
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:31
Corresponds to CacheFlag.TEAR_COLOR (1 << 6) and EntityPlayer.TearColor.
FLYING
Section titled “FLYING”FLYING:
10
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:34
Corresponds to CacheFlag.FLYING (1 << 7) and EntityPlayer.CanFly.
LUCK:
11
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:40
Corresponds to CacheFlag.LUCK (1 << 10) and EntityPlayer.Luck.
SIZE:
12
Defined in: packages/isaacscript-common/src/enums/PlayerStat.ts:43
Corresponds to CacheFlag.SIZE (1 << 11) and EntityPlayer.SpriteScale.
