Skip to content

Console

isVanillaConsoleCommand(commandName): boolean

Defined in: packages/isaacscript-common/src/functions/console.ts:7

Helper function to see if a particular command is a vanilla console command. This is useful because the EXECUTE_CMD callback will not fire for any vanilla commands.

string

boolean


printEnabled(enabled, description): void

Defined in: packages/isaacscript-common/src/functions/console.ts:12

Helper function to print whether something was enabled or disabled to the in-game console.

boolean

string

void