UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 329 B
import { AmbushType } from "../enums/AmbushType"; /** * Helper function to get the corresponding ambush type for the current room. Returns undefined if * the current room does not correspond to any particular ambush type. */ export declare function getAmbushType(): AmbushType | undefined; //# sourceMappingURL=ambush.d.ts.map