Skip to content

Versus Screen

getBossNamePNGFilePath(bossID): string

Defined in: packages/isaacscript-common/src/functions/versusScreen.ts:22

Helper function to get the path to the name file that corresponds to the graphic shown on the versus screen for the particular boss.

For example, the file path for BossID.MONSTRO is “gfx/ui/boss/bossname_20.0_monstro.png”.

BossID

string


getBossPortraitPNGFilePath(bossID): string

Defined in: packages/isaacscript-common/src/functions/versusScreen.ts:33

Helper function to get the path to the portrait file that corresponds to the graphic shown on the versus screen for the particular boss.

For example, the file path for BossID.MONSTRO is “gfx/ui/boss/portrait_20.0_monstro.png”.

BossID

string


getCharacterNamePNGFilePath(character): string

Defined in: packages/isaacscript-common/src/functions/versusScreen.ts:44

Helper function to get the path to the name file that corresponds to the graphic shown on the versus screen for the particular character.

For example, the file path for PlayerType.ISAAC is “gfx/ui/boss/playername_01_isaac.png”.

PlayerType

string


getCharacterPortraitPNGFilePath(character): string

Defined in: packages/isaacscript-common/src/functions/versusScreen.ts:55

Helper function to get the path to the portrait file that corresponds to the graphic shown on the versus screen for the particular character.

For example, the file path for PlayerType.ISAAC is “gfx/ui/boss/playerportrait_isaac.png”.

PlayerType

string