UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

10 lines 568 B
/** * Helper function to remove all naturally spawning entities and grid entities from a room. Notably, * this will not remove players (1), tears (2), familiars (3), lasers (7), knives (8), projectiles * (9), blacklisted NPCs such as Dark Esau, charmed NPCs, friendly NPCs, persistent NPCs, most * effects (1000), doors, and walls. */ export declare function emptyRoom(): void; /** Helper function to remove all grid entities from a room except for doors and walls. */ export declare function emptyRoomGridEntities(): void; //# sourceMappingURL=emptyRoom.d.ts.map