UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

12 lines 835 B
import type { Direction } from "isaac-typescript-definitions"; import { RoomType } from "isaac-typescript-definitions"; import { HealthType } from "../../../../enums/HealthType"; export declare function addHeart(params: string, healthType: HealthType): void; export declare function devilAngel(useDevil: boolean): void; export declare function listEntities(params: string, includeBackgroundEffects: boolean): void; export declare function listGridEntities(params: string, includeWalls: boolean): void; export declare function movePlayer(params: string, direction: Direction): void; export declare function spawnTrapdoorOrCrawlSpace(trapdoor: boolean): void; export declare function warpToRoomType(roomType: RoomType): void; export declare function warpNextToRoomType(roomType: RoomType): void; //# sourceMappingURL=subroutines.d.ts.map