isaacscript-common 1.0.528 → 1.0.529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
export declare function getEffectiveStage(): int;
|
|
8
8
|
/** Helper function to get the current stage. */
|
|
9
9
|
export declare function getStage(): LevelStage;
|
|
10
|
-
/** Helper function to get the current stage. */
|
|
10
|
+
/** Helper function to get the current stage type. */
|
|
11
11
|
export declare function getStageType(): StageType;
|
|
12
12
|
/** Helper function to directly warp to a specific stage using the "stage" console command. */
|
|
13
13
|
export declare function goToStage(stage: LevelStage, stageType: StageType): void;
|