isaacscript-common 7.17.2 → 7.17.5
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.
- package/dist/features/characterHealthConversion.d.ts +0 -1
- package/dist/features/characterHealthConversion.d.ts.map +1 -1
- package/dist/features/characterHealthConversion.lua +2 -0
- package/dist/features/characterStats.d.ts +0 -1
- package/dist/features/characterStats.d.ts.map +1 -1
- package/dist/features/characterStats.lua +2 -0
- package/dist/features/collectibleItemPoolType.d.ts +0 -1
- package/dist/features/collectibleItemPoolType.d.ts.map +1 -1
- package/dist/features/collectibleItemPoolType.lua +2 -0
- package/dist/features/customGridEntity.d.ts +0 -2
- package/dist/features/customGridEntity.d.ts.map +1 -1
- package/dist/features/customGridEntity.lua +2 -0
- package/dist/features/customPickup.d.ts +0 -1
- package/dist/features/customPickup.d.ts.map +1 -1
- package/dist/features/customPickup.lua +2 -0
- package/dist/features/deployJSONRoom.d.ts +0 -2
- package/dist/features/deployJSONRoom.d.ts.map +1 -1
- package/dist/features/deployJSONRoom.lua +2 -0
- package/dist/features/disableAllSound.d.ts +0 -2
- package/dist/features/disableAllSound.d.ts.map +1 -1
- package/dist/features/disableAllSound.lua +2 -0
- package/dist/features/disableInputs.d.ts +0 -1
- package/dist/features/disableInputs.d.ts.map +1 -1
- package/dist/features/disableInputs.lua +2 -0
- package/dist/features/fadeInRemover.d.ts +0 -2
- package/dist/features/fadeInRemover.d.ts.map +1 -1
- package/dist/features/fadeInRemover.lua +2 -0
- package/dist/features/fastReset.d.ts +0 -2
- package/dist/features/fastReset.d.ts.map +1 -1
- package/dist/features/fastReset.lua +2 -0
- package/dist/features/forgottenSwitch.d.ts +0 -2
- package/dist/features/forgottenSwitch.d.ts.map +1 -1
- package/dist/features/forgottenSwitch.lua +2 -0
- package/dist/features/pause.d.ts +0 -2
- package/dist/features/pause.d.ts.map +1 -1
- package/dist/features/pause.lua +2 -0
- package/dist/features/persistentEntities.d.ts +0 -2
- package/dist/features/persistentEntities.d.ts.map +1 -1
- package/dist/features/persistentEntities.lua +2 -0
- package/dist/features/pickupIndex.d.ts +0 -2
- package/dist/features/pickupIndex.d.ts.map +1 -1
- package/dist/features/pickupIndex.lua +2 -0
- package/dist/features/playerInventory.d.ts +0 -2
- package/dist/features/playerInventory.d.ts.map +1 -1
- package/dist/features/playerInventory.lua +2 -0
- package/dist/features/ponyDetection.d.ts +0 -2
- package/dist/features/ponyDetection.d.ts.map +1 -1
- package/dist/features/ponyDetection.lua +2 -0
- package/dist/features/preventChildEntities.d.ts +0 -2
- package/dist/features/preventChildEntities.d.ts.map +1 -1
- package/dist/features/preventChildEntities.lua +2 -0
- package/dist/features/preventCollectibleRotation.d.ts +0 -1
- package/dist/features/preventCollectibleRotation.d.ts.map +1 -1
- package/dist/features/preventCollectibleRotation.lua +2 -0
- package/dist/features/registerHotkey.d.ts +0 -1
- package/dist/features/registerHotkey.d.ts.map +1 -1
- package/dist/features/registerHotkey.lua +2 -0
- package/dist/features/roomClearFrame.d.ts +0 -2
- package/dist/features/roomClearFrame.d.ts.map +1 -1
- package/dist/features/roomClearFrame.lua +2 -0
- package/dist/features/roomHistory.d.ts +0 -2
- package/dist/features/roomHistory.d.ts.map +1 -1
- package/dist/features/roomHistory.lua +2 -0
- package/dist/features/runInNFrames.d.ts +0 -2
- package/dist/features/runInNFrames.d.ts.map +1 -1
- package/dist/features/runInNFrames.lua +2 -0
- package/dist/features/runNextRoom.d.ts +0 -2
- package/dist/features/runNextRoom.d.ts.map +1 -1
- package/dist/features/runNextRoom.lua +2 -0
- package/dist/features/sirenHelpers.d.ts +0 -1
- package/dist/features/sirenHelpers.d.ts.map +1 -1
- package/dist/features/sirenHelpers.lua +2 -0
- package/dist/features/stageHistory.d.ts +0 -2
- package/dist/features/stageHistory.d.ts.map +1 -1
- package/dist/features/stageHistory.lua +2 -0
- package/dist/features/taintedLazarusPlayers.d.ts +0 -2
- package/dist/features/taintedLazarusPlayers.d.ts.map +1 -1
- package/dist/features/taintedLazarusPlayers.lua +2 -0
- package/dist/index.d.ts +22 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.lua +144 -122
- package/package.json +1 -1
- package/src/features/characterHealthConversion.ts +1 -0
- package/src/features/characterStats.ts +1 -0
- package/src/features/collectibleItemPoolType.ts +1 -0
- package/src/features/customGridEntity.ts +1 -0
- package/src/features/customPickup.ts +1 -0
- package/src/features/deployJSONRoom.ts +1 -0
- package/src/features/disableAllSound.ts +1 -0
- package/src/features/disableInputs.ts +1 -0
- package/src/features/fadeInRemover.ts +1 -0
- package/src/features/fastReset.ts +4 -0
- package/src/features/forgottenSwitch.ts +1 -0
- package/src/features/pause.ts +1 -0
- package/src/features/persistentEntities.ts +1 -0
- package/src/features/pickupIndex.ts +1 -0
- package/src/features/playerInventory.ts +1 -0
- package/src/features/ponyDetection.ts +1 -0
- package/src/features/preventChildEntities.ts +1 -0
- package/src/features/preventCollectibleRotation.ts +1 -0
- package/src/features/registerHotkey.ts +1 -0
- package/src/features/roomClearFrame.ts +1 -0
- package/src/features/roomHistory.ts +1 -0
- package/src/features/runInNFrames.ts +1 -0
- package/src/features/runNextRoom.ts +1 -0
- package/src/features/sirenHelpers.ts +1 -0
- package/src/features/stageHistory.ts +1 -0
- package/src/features/taintedLazarusPlayers.ts +1 -0
- package/src/index.ts +24 -61
- package/src/types/AwaitingTextInput.d.ts +0 -2
|
@@ -30,6 +30,7 @@ const v = {
|
|
|
30
30
|
},
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
+
/** @internal */
|
|
33
34
|
export function taintedLazarusPlayersInit(mod: ModUpgraded): void {
|
|
34
35
|
// `EntityPtr` is not serializable, so we cannot save the data. However, this is inconsequential,
|
|
35
36
|
// since the `POST_PLAYER_INIT` callback will fire when a run is continued, which will repopulate
|
package/src/index.ts
CHANGED
|
@@ -14,74 +14,37 @@ export * from "./enums/SaveDataKey";
|
|
|
14
14
|
export * from "./enums/SerializationType";
|
|
15
15
|
export * from "./enums/SlotDestructionType";
|
|
16
16
|
export * from "./enums/StatType";
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export { initCustomDoor, spawnCustomDoor } from "./features/customDoor";
|
|
24
|
-
export {
|
|
25
|
-
removeCustomGridEntity,
|
|
26
|
-
spawnCustomGridEntity,
|
|
27
|
-
} from "./features/customGridEntity";
|
|
28
|
-
export { registerCustomPickup } from "./features/customPickup";
|
|
17
|
+
export * from "./features/characterHealthConversion";
|
|
18
|
+
export * from "./features/characterStats";
|
|
19
|
+
export * from "./features/collectibleItemPoolType";
|
|
20
|
+
export * from "./features/customDoor";
|
|
21
|
+
export * from "./features/customGridEntity";
|
|
22
|
+
export * from "./features/customPickup";
|
|
29
23
|
export * from "./features/customStage/exports";
|
|
30
24
|
export * from "./features/customTrapdoor/exports";
|
|
31
25
|
export * from "./features/debugDisplay/exports";
|
|
32
|
-
export
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
emptyRoom,
|
|
36
|
-
} from "./features/deployJSONRoom";
|
|
37
|
-
export { disableAllSound, enableAllSound } from "./features/disableAllSound";
|
|
38
|
-
export {
|
|
39
|
-
disableAllInputs,
|
|
40
|
-
disableAllInputsExceptFor,
|
|
41
|
-
disableInputs,
|
|
42
|
-
disableMovementInputs,
|
|
43
|
-
disableShootingInputs,
|
|
44
|
-
enableAllInputs,
|
|
45
|
-
enableAllInputsExceptFor,
|
|
46
|
-
} from "./features/disableInputs";
|
|
26
|
+
export * from "./features/deployJSONRoom";
|
|
27
|
+
export * from "./features/disableAllSound";
|
|
28
|
+
export * from "./features/disableInputs";
|
|
47
29
|
export * from "./features/extraConsoleCommands/exports";
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
removePersistentEntity,
|
|
54
|
-
spawnPersistentEntity,
|
|
55
|
-
} from "./features/persistentEntities";
|
|
30
|
+
export * from "./features/fadeInRemover";
|
|
31
|
+
export * from "./features/fastReset";
|
|
32
|
+
export * from "./features/forgottenSwitch";
|
|
33
|
+
export * from "./features/pause";
|
|
34
|
+
export * from "./features/persistentEntities";
|
|
56
35
|
export * from "./features/pickupIndex";
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export
|
|
63
|
-
export { preventCollectibleRotation } from "./features/preventCollectibleRotation";
|
|
64
|
-
export { registerHotkey, unregisterHotkey } from "./features/registerHotkey";
|
|
65
|
-
export {
|
|
66
|
-
getRoomClearGameFrame,
|
|
67
|
-
getRoomClearRoomFrame,
|
|
68
|
-
} from "./features/roomClearFrame";
|
|
36
|
+
export * from "./features/playerInventory";
|
|
37
|
+
export * from "./features/ponyDetection";
|
|
38
|
+
export * from "./features/preventChildEntities";
|
|
39
|
+
export * from "./features/preventCollectibleRotation";
|
|
40
|
+
export * from "./features/registerHotkey";
|
|
41
|
+
export * from "./features/roomClearFrame";
|
|
69
42
|
export * from "./features/roomHistory";
|
|
70
|
-
export
|
|
71
|
-
runInNGameFrames,
|
|
72
|
-
runInNRenderFrames,
|
|
73
|
-
runNextGameFrame,
|
|
74
|
-
runNextRenderFrame,
|
|
75
|
-
setIntervalGameFrames,
|
|
76
|
-
setIntervalRenderFrames,
|
|
77
|
-
} from "./features/runInNFrames";
|
|
43
|
+
export * from "./features/runInNFrames";
|
|
78
44
|
export * from "./features/saveDataManager/exports";
|
|
79
|
-
export
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
} from "./features/sirenHelpers";
|
|
83
|
-
export { getStageHistory, hasVisitedStage } from "./features/stageHistory";
|
|
84
|
-
export { getTaintedLazarusSubPlayer } from "./features/taintedLazarusPlayers";
|
|
45
|
+
export * from "./features/sirenHelpers";
|
|
46
|
+
export * from "./features/stageHistory";
|
|
47
|
+
export * from "./features/taintedLazarusPlayers";
|
|
85
48
|
export * from "./functions/ambush";
|
|
86
49
|
export * from "./functions/array";
|
|
87
50
|
export * from "./functions/benchmark";
|