UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

25 lines 982 B
import type { ControllerIndex } from "isaac-typescript-definitions"; import { UIStreakAnimation } from "../../../../enums/private/UIStreakAnimation"; import type { CustomStage } from "../../../../interfaces/private/CustomStage"; export declare const v: { run: { currentCustomStage: CustomStage | null; /** Whether we are on e.g. Caves 1 or Caves 2. */ firstFloor: boolean; showingBossVersusScreen: boolean; /** Values are the render frame that the controller first pressed the map button. */ controllerIndexPushingMapRenderFrame: Map<ControllerIndex, int>; topStreakTextStartedRenderFrame: int | null; topStreakText: { animation: UIStreakAnimation; frame: number; pauseFrame: boolean; }; bottomStreakText: { animation: UIStreakAnimation; frame: number; pauseFrame: boolean; }; }; }; //# sourceMappingURL=v.d.ts.map