isaacscript-common 87.4.0 → 87.5.1
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/README.md +1 -1
- package/dist/callbackClasses.d.ts +6 -6
- package/dist/callbackClasses.d.ts.map +1 -1
- package/dist/callbackClasses.js +14 -14
- package/dist/callbackClasses.lua +159 -300
- package/dist/callbacks.js +18 -9
- package/dist/classes/DefaultMap.d.ts +5 -1
- package/dist/classes/DefaultMap.d.ts.map +1 -1
- package/dist/classes/ModFeature.js +3 -3
- package/dist/classes/ModUpgraded.d.ts.map +1 -1
- package/dist/classes/ModUpgraded.js +2 -4
- package/dist/classes/callbacks/InputActionFilter.d.ts +2 -2
- package/dist/classes/callbacks/InputActionFilter.d.ts.map +1 -1
- package/dist/classes/callbacks/InputActionPlayer.d.ts +2 -2
- package/dist/classes/callbacks/InputActionPlayer.d.ts.map +1 -1
- package/dist/classes/callbacks/PostCollectibleEmpty.d.ts +2 -2
- package/dist/classes/callbacks/PostCollectibleEmpty.d.ts.map +1 -1
- package/dist/classes/callbacks/PostCollectibleEmpty.js +1 -3
- package/dist/classes/callbacks/PostCustomRevive.d.ts +2 -4
- package/dist/classes/callbacks/PostCustomRevive.d.ts.map +1 -1
- package/dist/classes/callbacks/PostDiceRoomActivated.d.ts +2 -3
- package/dist/classes/callbacks/PostDiceRoomActivated.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityCollision.d.ts +2 -4
- package/dist/classes/callbacks/PostGridEntityCollision.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityCustomCollision.d.ts +2 -4
- package/dist/classes/callbacks/PostGridEntityCustomCollision.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityCustomRemove.d.ts +2 -3
- package/dist/classes/callbacks/PostGridEntityCustomRemove.d.ts.map +1 -1
- package/dist/classes/callbacks/PostGridEntityRemove.d.ts +2 -2
- package/dist/classes/callbacks/PostGridEntityRemove.d.ts.map +1 -1
- package/dist/classes/callbacks/PostItemDischarge.d.ts +2 -2
- package/dist/classes/callbacks/PostItemDischarge.d.ts.map +1 -1
- package/dist/classes/callbacks/PostItemDischarge.js +3 -6
- package/dist/classes/callbacks/PostKeyboardChanged.d.ts +2 -1
- package/dist/classes/callbacks/PostKeyboardChanged.d.ts.map +1 -1
- package/dist/classes/callbacks/PostNewRoomEarly.js +1 -1
- package/dist/classes/callbacks/PostPickupSelectionFilter.d.ts +2 -2
- package/dist/classes/callbacks/PostPickupSelectionFilter.d.ts.map +1 -1
- package/dist/classes/callbacks/PostPlayerChangeType.js +1 -1
- package/dist/classes/callbacks/PostPurchase.d.ts +2 -4
- package/dist/classes/callbacks/PostPurchase.d.ts.map +1 -1
- package/dist/classes/callbacks/PostRoomClearChanged.d.ts.map +1 -1
- package/dist/classes/callbacks/PostTransformation.d.ts +2 -2
- package/dist/classes/callbacks/PostTransformation.d.ts.map +1 -1
- package/dist/classes/callbacks/PostTransformation.js +1 -3
- package/dist/classes/callbacks/PostTrinketBreak.d.ts.map +1 -1
- package/dist/classes/callbacks/PostTrinketBreak.js +1 -3
- package/dist/classes/callbacks/PreEntitySpawnFilter.d.ts +2 -2
- package/dist/classes/callbacks/PreEntitySpawnFilter.d.ts.map +1 -1
- package/dist/classes/callbacks/PreNewLevel.d.ts.map +1 -1
- package/dist/classes/callbacks/PreRoomEntitySpawnFilter.d.ts +2 -2
- package/dist/classes/callbacks/PreRoomEntitySpawnFilter.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/CustomGridEntities.d.ts +1 -1
- package/dist/classes/features/callbackLogic/CustomGridEntities.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/CustomRevive.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/EsauJrDetection.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/GameReorderedCallbacks.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/GameReorderedCallbacks.js +4 -6
- package/dist/classes/features/callbackLogic/ItemPickupDetection.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/ItemPickupDetection.js +6 -2
- package/dist/classes/features/callbackLogic/ItemPickupDetection.lua +6 -1
- package/dist/classes/features/callbackLogic/PlayerReorderedCallbacks.d.ts +0 -1
- package/dist/classes/features/callbackLogic/PlayerReorderedCallbacks.d.ts.map +1 -1
- package/dist/classes/features/callbackLogic/PlayerReorderedCallbacks.js +4 -4
- package/dist/classes/features/other/CustomPickups.d.ts.map +1 -1
- package/dist/classes/features/other/CustomPickups.js +1 -0
- package/dist/classes/features/other/CustomStages.js +19 -9
- package/dist/classes/features/other/CustomTrapdoors.d.ts.map +1 -1
- package/dist/classes/features/other/CustomTrapdoors.js +23 -17
- package/dist/classes/features/other/CustomTrapdoors.lua +14 -7
- package/dist/classes/features/other/DebugDisplay.d.ts +0 -18
- package/dist/classes/features/other/DebugDisplay.d.ts.map +1 -1
- package/dist/classes/features/other/DeployJSONRoom.d.ts +0 -2
- package/dist/classes/features/other/DeployJSONRoom.d.ts.map +1 -1
- package/dist/classes/features/other/DeployJSONRoom.js +2 -0
- package/dist/classes/features/other/EdenStartingStatsHealth.d.ts +1 -1
- package/dist/classes/features/other/EdenStartingStatsHealth.d.ts.map +1 -1
- package/dist/classes/features/other/ExtraConsoleCommands.d.ts +14 -10
- package/dist/classes/features/other/ExtraConsoleCommands.d.ts.map +1 -1
- package/dist/classes/features/other/ExtraConsoleCommands.js +31 -17
- package/dist/classes/features/other/ExtraConsoleCommands.lua +2 -1
- package/dist/classes/features/other/FlyingDetection.d.ts +0 -1
- package/dist/classes/features/other/FlyingDetection.d.ts.map +1 -1
- package/dist/classes/features/other/ForgottenSwitch.d.ts +0 -1
- package/dist/classes/features/other/ForgottenSwitch.d.ts.map +1 -1
- package/dist/classes/features/other/ModdedElementDetection.js +4 -4
- package/dist/classes/features/other/ModdedElementSets.d.ts +2 -2
- package/dist/classes/features/other/ModdedElementSets.d.ts.map +1 -1
- package/dist/classes/features/other/ModdedElementSets.js +1 -1
- package/dist/classes/features/other/PickupIndexCreation.d.ts +0 -1
- package/dist/classes/features/other/PickupIndexCreation.d.ts.map +1 -1
- package/dist/classes/features/other/PickupIndexCreation.js +2 -3
- package/dist/classes/features/other/PickupIndexCreation.lua +10 -10
- package/dist/classes/features/other/PonyDetection.d.ts +0 -1
- package/dist/classes/features/other/PonyDetection.d.ts.map +1 -1
- package/dist/classes/features/other/PreventChildEntities.d.ts +0 -1
- package/dist/classes/features/other/PreventChildEntities.d.ts.map +1 -1
- package/dist/classes/features/other/RoomClearFrame.d.ts +0 -1
- package/dist/classes/features/other/RoomClearFrame.d.ts.map +1 -1
- package/dist/classes/features/other/RoomHistory.d.ts +0 -1
- package/dist/classes/features/other/RoomHistory.d.ts.map +1 -1
- package/dist/classes/features/other/RunInNFrames.js +2 -2
- package/dist/classes/features/other/SaveDataManager.js +1 -1
- package/dist/classes/features/other/SpawnRockAltRewards.d.ts +0 -4
- package/dist/classes/features/other/SpawnRockAltRewards.d.ts.map +1 -1
- package/dist/classes/features/other/TaintedLazarusPlayers.d.ts +0 -1
- package/dist/classes/features/other/TaintedLazarusPlayers.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/backdrop.js +2 -3
- package/dist/classes/features/other/customStages/constants.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/gridEntities.d.ts +0 -1
- package/dist/classes/features/other/customStages/gridEntities.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/gridEntities.js +5 -6
- package/dist/classes/features/other/customStages/shadows.js +1 -2
- package/dist/classes/features/other/customStages/streakText.js +3 -4
- package/dist/classes/features/other/customStages/utils.d.ts +0 -2
- package/dist/classes/features/other/customStages/utils.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/utils.js +2 -3
- package/dist/classes/features/other/customStages/v.d.ts.map +1 -1
- package/dist/classes/features/other/customStages/versusScreen.js +2 -3
- package/dist/classes/features/other/debugDisplay/DebugDisplayBomb.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayBomb.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayDoor.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayDoor.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayEffect.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayEffect.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayFamiliar.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayFamiliar.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayKnife.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayKnife.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayLaser.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayLaser.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayNPC.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayNPC.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPickup.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPickup.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPit.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPit.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPlayer.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPlayer.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPoop.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPoop.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPressurePlate.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayPressurePlate.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayProjectile.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayProjectile.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayRock.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayRock.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySlot.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySlot.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySpikes.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplaySpikes.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTNT.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTNT.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTear.d.ts +0 -1
- package/dist/classes/features/other/debugDisplay/DebugDisplayTear.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/utils.d.ts +0 -2
- package/dist/classes/features/other/debugDisplay/utils.d.ts.map +1 -1
- package/dist/classes/features/other/debugDisplay/utils.js +2 -3
- package/dist/classes/features/other/extraConsoleCommands/commands.js +147 -150
- package/dist/classes/features/other/extraConsoleCommands/subroutines.js +8 -9
- package/dist/classes/features/other/saveDataManager/constants.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/glowingHourGlass.d.ts +0 -1
- package/dist/classes/features/other/saveDataManager/glowingHourGlass.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/glowingHourGlass.js +2 -3
- package/dist/classes/features/other/saveDataManager/loadFromDisk.d.ts +0 -2
- package/dist/classes/features/other/saveDataManager/loadFromDisk.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/loadFromDisk.js +5 -2
- package/dist/classes/features/other/saveDataManager/loadFromDisk.lua +3 -0
- package/dist/classes/features/other/saveDataManager/restoreDefaults.d.ts +0 -1
- package/dist/classes/features/other/saveDataManager/restoreDefaults.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/restoreDefaults.js +3 -4
- package/dist/classes/features/other/saveDataManager/saveToDisk.d.ts +0 -2
- package/dist/classes/features/other/saveDataManager/saveToDisk.d.ts.map +1 -1
- package/dist/classes/features/other/saveDataManager/saveToDisk.js +1 -2
- package/dist/classes/private/CustomCallback.d.ts.map +1 -1
- package/dist/core/cachedClasses.d.ts +0 -5
- package/dist/core/cachedClasses.d.ts.map +1 -1
- package/dist/core/constants.js +1 -1
- package/dist/core/constantsVanilla.js +4 -4
- package/dist/core/upgradeMod.d.ts +0 -2
- package/dist/core/upgradeMod.d.ts.map +1 -1
- package/dist/core/upgradeMod.js +1 -2
- package/dist/decorators.js +2 -2
- package/dist/enums/ModCallbackCustom.d.ts +5 -4
- package/dist/enums/ModCallbackCustom.d.ts.map +1 -1
- package/dist/enums/ModCallbackCustom.js +5 -4
- package/dist/enums/private/GridEntityTypeCustom.d.ts.map +1 -1
- package/dist/features.js +1 -2
- package/dist/functions/ambush.js +1 -2
- package/dist/functions/array.d.ts +5 -8
- package/dist/functions/array.d.ts.map +1 -1
- package/dist/functions/array.js +55 -55
- package/dist/functions/array.lua +2 -2
- package/dist/functions/arrayLua.d.ts +1 -1
- package/dist/functions/arrayLua.d.ts.map +1 -1
- package/dist/functions/arrayLua.js +7 -8
- package/dist/functions/benchmark.d.ts +0 -1
- package/dist/functions/benchmark.d.ts.map +1 -1
- package/dist/functions/benchmark.js +1 -2
- package/dist/functions/bitSet128.d.ts +0 -1
- package/dist/functions/bitSet128.d.ts.map +1 -1
- package/dist/functions/bitSet128.js +5 -6
- package/dist/functions/bitwise.d.ts +0 -4
- package/dist/functions/bitwise.d.ts.map +1 -1
- package/dist/functions/bitwise.js +7 -8
- package/dist/functions/bitwise.lua +3 -3
- package/dist/functions/bombs.d.ts +0 -1
- package/dist/functions/bombs.d.ts.map +1 -1
- package/dist/functions/bombs.js +1 -2
- package/dist/functions/bosses.d.ts.map +1 -1
- package/dist/functions/bosses.js +17 -17
- package/dist/functions/cards.js +16 -17
- package/dist/functions/challenges.js +9 -10
- package/dist/functions/characters.js +17 -18
- package/dist/functions/charge.d.ts.map +1 -1
- package/dist/functions/charge.js +10 -11
- package/dist/functions/charge.lua +1 -1
- package/dist/functions/chargeBar.d.ts +0 -2
- package/dist/functions/chargeBar.d.ts.map +1 -1
- package/dist/functions/chargeBar.js +2 -3
- package/dist/functions/collectibleTag.js +2 -3
- package/dist/functions/collectibles.js +37 -38
- package/dist/functions/color.d.ts +0 -1
- package/dist/functions/color.d.ts.map +1 -1
- package/dist/functions/color.js +7 -8
- package/dist/functions/console.js +2 -3
- package/dist/functions/curses.js +2 -3
- package/dist/functions/debugFunctions.d.ts +0 -1
- package/dist/functions/debugFunctions.d.ts.map +1 -1
- package/dist/functions/debugFunctions.js +5 -6
- package/dist/functions/decorators.d.ts +4 -4
- package/dist/functions/decorators.d.ts.map +1 -1
- package/dist/functions/decorators.js +4 -5
- package/dist/functions/deepCopy.d.ts +0 -1
- package/dist/functions/deepCopy.d.ts.map +1 -1
- package/dist/functions/deepCopy.js +1 -4
- package/dist/functions/deepCopy.lua +0 -2
- package/dist/functions/deepCopyTests.js +5 -6
- package/dist/functions/dimensions.js +2 -3
- package/dist/functions/direction.js +6 -7
- package/dist/functions/doors.d.ts.map +1 -1
- package/dist/functions/doors.js +53 -49
- package/dist/functions/easing.js +30 -31
- package/dist/functions/effects.d.ts +0 -2
- package/dist/functions/effects.d.ts.map +1 -1
- package/dist/functions/effects.js +2 -2
- package/dist/functions/emptyRoom.js +2 -3
- package/dist/functions/entities.d.ts +3 -4
- package/dist/functions/entities.d.ts.map +1 -1
- package/dist/functions/entities.js +32 -33
- package/dist/functions/entities.lua +4 -11
- package/dist/functions/entitiesSpecific.js +40 -41
- package/dist/functions/entityTypes.d.ts +0 -1
- package/dist/functions/entityTypes.d.ts.map +1 -1
- package/dist/functions/entityTypes.js +1 -2
- package/dist/functions/enums.d.ts +1 -6
- package/dist/functions/enums.d.ts.map +1 -1
- package/dist/functions/enums.js +12 -13
- package/dist/functions/external.js +2 -3
- package/dist/functions/familiars.js +6 -7
- package/dist/functions/flag.d.ts +1 -1
- package/dist/functions/flag.d.ts.map +1 -1
- package/dist/functions/flag.js +7 -8
- package/dist/functions/frames.d.ts +0 -1
- package/dist/functions/frames.d.ts.map +1 -1
- package/dist/functions/frames.js +18 -19
- package/dist/functions/globals.d.ts +0 -1
- package/dist/functions/globals.d.ts.map +1 -1
- package/dist/functions/globals.js +23 -15
- package/dist/functions/gridEntities.d.ts.map +1 -1
- package/dist/functions/gridEntities.js +51 -39
- package/dist/functions/gridEntities.lua +9 -5
- package/dist/functions/gridEntitiesSpecific.js +38 -39
- package/dist/functions/gridIndex.js +1 -2
- package/dist/functions/hash.js +1 -2
- package/dist/functions/hex.d.ts +0 -2
- package/dist/functions/hex.d.ts.map +1 -1
- package/dist/functions/hex.js +2 -3
- package/dist/functions/input.js +21 -21
- package/dist/functions/isaacAPIClass.d.ts +0 -20
- package/dist/functions/isaacAPIClass.d.ts.map +1 -1
- package/dist/functions/isaacAPIClass.js +23 -24
- package/dist/functions/itemPool.js +7 -8
- package/dist/functions/jsonHelpers.d.ts +4 -5
- package/dist/functions/jsonHelpers.d.ts.map +1 -1
- package/dist/functions/jsonHelpers.js +23 -14
- package/dist/functions/jsonHelpers.lua +4 -4
- package/dist/functions/jsonRoom.js +5 -6
- package/dist/functions/kColor.d.ts +0 -1
- package/dist/functions/kColor.d.ts.map +1 -1
- package/dist/functions/kColor.js +7 -8
- package/dist/functions/language.js +1 -2
- package/dist/functions/level.js +4 -5
- package/dist/functions/levelGrid.d.ts.map +1 -1
- package/dist/functions/levelGrid.js +27 -32
- package/dist/functions/log.js +4 -5
- package/dist/functions/logEntities.d.ts.map +1 -1
- package/dist/functions/logEntities.js +11 -9
- package/dist/functions/logMisc.d.ts +1 -2
- package/dist/functions/logMisc.d.ts.map +1 -1
- package/dist/functions/logMisc.js +35 -48
- package/dist/functions/logMisc.lua +3 -3
- package/dist/functions/map.d.ts +0 -2
- package/dist/functions/map.d.ts.map +1 -1
- package/dist/functions/map.js +12 -13
- package/dist/functions/math.js +13 -14
- package/dist/functions/merge.d.ts +0 -1
- package/dist/functions/merge.d.ts.map +1 -1
- package/dist/functions/merge.js +2 -3
- package/dist/functions/mergeTests.js +1 -2
- package/dist/functions/minimap.d.ts.map +1 -1
- package/dist/functions/minimap.js +12 -17
- package/dist/functions/modFeatures.js +1 -2
- package/dist/functions/newArray.d.ts +0 -1
- package/dist/functions/newArray.d.ts.map +1 -1
- package/dist/functions/newArray.js +2 -3
- package/dist/functions/nextStage.d.ts.map +1 -1
- package/dist/functions/nextStage.js +6 -3
- package/dist/functions/npcDataStructures.d.ts +0 -2
- package/dist/functions/npcDataStructures.d.ts.map +1 -1
- package/dist/functions/npcDataStructures.js +14 -15
- package/dist/functions/npcs.d.ts.map +1 -1
- package/dist/functions/npcs.js +9 -7
- package/dist/functions/pickupVariants.d.ts +0 -1
- package/dist/functions/pickupVariants.d.ts.map +1 -1
- package/dist/functions/pickupVariants.js +11 -12
- package/dist/functions/pickups.js +14 -15
- package/dist/functions/pickupsSpecific.js +40 -41
- package/dist/functions/pills.js +18 -19
- package/dist/functions/playerCenter.d.ts +0 -1
- package/dist/functions/playerCenter.d.ts.map +1 -1
- package/dist/functions/playerCenter.js +1 -2
- package/dist/functions/playerCollectibles.d.ts.map +1 -1
- package/dist/functions/playerCollectibles.js +19 -22
- package/dist/functions/playerCollectibles.lua +9 -9
- package/dist/functions/playerDataStructures.d.ts +0 -1
- package/dist/functions/playerDataStructures.d.ts.map +1 -1
- package/dist/functions/playerDataStructures.js +14 -15
- package/dist/functions/playerEffects.js +5 -6
- package/dist/functions/playerHealth.d.ts +0 -2
- package/dist/functions/playerHealth.d.ts.map +1 -1
- package/dist/functions/playerHealth.js +20 -21
- package/dist/functions/playerHealth.lua +26 -26
- package/dist/functions/playerIndex.d.ts +0 -3
- package/dist/functions/playerIndex.d.ts.map +1 -1
- package/dist/functions/playerIndex.js +9 -10
- package/dist/functions/playerTrinkets.js +10 -11
- package/dist/functions/players.d.ts +2 -0
- package/dist/functions/players.d.ts.map +1 -1
- package/dist/functions/players.js +39 -38
- package/dist/functions/players.lua +2 -0
- package/dist/functions/pocketItems.js +8 -9
- package/dist/functions/positionVelocity.d.ts +0 -4
- package/dist/functions/positionVelocity.d.ts.map +1 -1
- package/dist/functions/positionVelocity.js +11 -20
- package/dist/functions/positionVelocity.lua +4 -4
- package/dist/functions/pressurePlate.js +1 -2
- package/dist/functions/projectiles.js +2 -3
- package/dist/functions/random.d.ts +0 -3
- package/dist/functions/random.d.ts.map +1 -1
- package/dist/functions/random.js +3 -4
- package/dist/functions/readOnly.d.ts +0 -4
- package/dist/functions/readOnly.d.ts.map +1 -1
- package/dist/functions/readOnly.js +3 -4
- package/dist/functions/render.d.ts +0 -3
- package/dist/functions/render.d.ts.map +1 -1
- package/dist/functions/render.js +3 -4
- package/dist/functions/revive.d.ts +0 -3
- package/dist/functions/revive.d.ts.map +1 -1
- package/dist/functions/revive.js +5 -6
- package/dist/functions/rng.d.ts +0 -1
- package/dist/functions/rng.d.ts.map +1 -1
- package/dist/functions/rng.js +15 -15
- package/dist/functions/rockAlt.d.ts +0 -1
- package/dist/functions/rockAlt.d.ts.map +1 -1
- package/dist/functions/rockAlt.js +2 -3
- package/dist/functions/roomData.d.ts.map +1 -1
- package/dist/functions/roomData.js +15 -18
- package/dist/functions/roomGrid.js +6 -7
- package/dist/functions/roomShape.js +14 -15
- package/dist/functions/roomShapeWalls.js +2 -3
- package/dist/functions/roomTransition.js +2 -3
- package/dist/functions/rooms.d.ts.map +1 -1
- package/dist/functions/rooms.js +77 -64
- package/dist/functions/rooms.lua +2 -2
- package/dist/functions/run.js +8 -9
- package/dist/functions/seeds.d.ts +0 -1
- package/dist/functions/seeds.d.ts.map +1 -1
- package/dist/functions/seeds.js +2 -3
- package/dist/functions/serialization.js +5 -6
- package/dist/functions/set.d.ts +0 -2
- package/dist/functions/set.d.ts.map +1 -1
- package/dist/functions/set.js +22 -23
- package/dist/functions/slots.js +2 -3
- package/dist/functions/sort.d.ts.map +1 -1
- package/dist/functions/sort.js +6 -7
- package/dist/functions/sound.d.ts.map +1 -1
- package/dist/functions/sound.js +4 -9
- package/dist/functions/spawnCollectible.d.ts.map +1 -1
- package/dist/functions/spawnCollectible.js +4 -7
- package/dist/functions/sprites.d.ts +0 -3
- package/dist/functions/sprites.d.ts.map +1 -1
- package/dist/functions/sprites.js +6 -7
- package/dist/functions/stage.d.ts.map +1 -1
- package/dist/functions/stage.js +44 -53
- package/dist/functions/stage.lua +5 -5
- package/dist/functions/stats.js +4 -5
- package/dist/functions/storyBosses.js +2 -3
- package/dist/functions/string.d.ts +0 -1
- package/dist/functions/string.d.ts.map +1 -1
- package/dist/functions/string.js +12 -13
- package/dist/functions/table.d.ts +0 -1
- package/dist/functions/table.d.ts.map +1 -1
- package/dist/functions/table.js +8 -9
- package/dist/functions/tears.js +6 -7
- package/dist/functions/transformations.js +5 -6
- package/dist/functions/trinketGive.js +5 -6
- package/dist/functions/trinkets.d.ts.map +1 -1
- package/dist/functions/trinkets.js +14 -17
- package/dist/functions/tstlClass.d.ts +2 -3
- package/dist/functions/tstlClass.d.ts.map +1 -1
- package/dist/functions/tstlClass.js +9 -10
- package/dist/functions/tstlClass.lua +2 -2
- package/dist/functions/types.d.ts +15 -17
- package/dist/functions/types.d.ts.map +1 -1
- package/dist/functions/types.js +38 -39
- package/dist/functions/types.lua +14 -14
- package/dist/functions/ui.d.ts +0 -3
- package/dist/functions/ui.d.ts.map +1 -1
- package/dist/functions/ui.js +13 -14
- package/dist/functions/utils.d.ts +0 -1
- package/dist/functions/utils.d.ts.map +1 -1
- package/dist/functions/utils.js +11 -12
- package/dist/functions/vector.d.ts +0 -1
- package/dist/functions/vector.d.ts.map +1 -1
- package/dist/functions/vector.js +11 -12
- package/dist/functions/versusScreen.js +4 -5
- package/dist/functions/weighted.d.ts +0 -3
- package/dist/functions/weighted.d.ts.map +1 -1
- package/dist/functions/weighted.js +2 -3
- package/dist/index.d.ts +58 -58
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -58
- package/dist/index.lua +443 -11
- package/dist/index.rollup.d.ts +86 -69
- package/dist/indexLua.d.ts +58 -58
- package/dist/indexLua.d.ts.map +1 -1
- package/dist/indexLua.js +4 -58
- package/dist/indexLua.lua +443 -11
- package/dist/interfaces/ChargeBarSprites.d.ts +0 -2
- package/dist/interfaces/ChargeBarSprites.d.ts.map +1 -1
- package/dist/interfaces/Corner.d.ts +0 -2
- package/dist/interfaces/Corner.d.ts.map +1 -1
- package/dist/interfaces/SaveData.d.ts +0 -1
- package/dist/interfaces/SaveData.d.ts.map +1 -1
- package/dist/interfaces/TSTLClassMetatable.d.ts +0 -4
- package/dist/interfaces/TSTLClassMetatable.d.ts.map +1 -1
- package/dist/interfaces/private/AddCallbackParametersCustom.d.ts +5 -3
- package/dist/interfaces/private/AddCallbackParametersCustom.d.ts.map +1 -1
- package/dist/interfaces/private/ModUpgradedInterface.d.ts +0 -1
- package/dist/interfaces/private/ModUpgradedInterface.d.ts.map +1 -1
- package/dist/isaacscript-common.lua +1561 -1186
- package/dist/lib/jsonLua.js +2 -2
- package/dist/lualib_bundle.lua +107 -38
- package/dist/objects/LRoomShapeToRectangles.js +1 -1
- package/dist/objects/colors.d.ts +0 -1
- package/dist/objects/colors.d.ts.map +1 -1
- package/dist/objects/directionToVector.d.ts +0 -1
- package/dist/objects/directionToVector.d.ts.map +1 -1
- package/dist/objects/doorSlotFlagToDoorSlot.d.ts +9 -2
- package/dist/objects/doorSlotFlagToDoorSlot.d.ts.map +1 -1
- package/dist/objects/doorSlotToDoorSlotFlag.d.ts +0 -1
- package/dist/objects/doorSlotToDoorSlotFlag.d.ts.map +1 -1
- package/dist/objects/itemPoolTypeToCollectibleTypesSet.js +17 -7
- package/dist/objects/kColors.d.ts +0 -1
- package/dist/objects/kColors.d.ts.map +1 -1
- package/dist/objects/roomShapeToBottomRightPosition.d.ts +0 -1
- package/dist/objects/roomShapeToBottomRightPosition.d.ts.map +1 -1
- package/dist/objects/roomShapeToDoorSlotsToGridIndexDelta.js +1 -1
- package/dist/objects/roomShapeToTopLeftPosition.d.ts +0 -1
- package/dist/objects/roomShapeToTopLeftPosition.d.ts.map +1 -1
- package/dist/objects/versusScreenBackgroundColors.d.ts +0 -1
- package/dist/objects/versusScreenBackgroundColors.d.ts.map +1 -1
- package/dist/objects/versusScreenDirtSpotColors.d.ts +0 -1
- package/dist/objects/versusScreenDirtSpotColors.d.ts.map +1 -1
- package/dist/patchErrorFunctions.js +1 -2
- package/dist/serialization.js +1 -2
- package/dist/shaderCrashFix.d.ts +0 -1
- package/dist/shaderCrashFix.d.ts.map +1 -1
- package/dist/shaderCrashFix.js +1 -2
- package/dist/shouldFire.d.ts.map +1 -1
- package/dist/shouldFire.js +30 -30
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/types/AddSubtract.d.ts +10 -2
- package/dist/types/AddSubtract.d.ts.map +1 -1
- package/dist/types/AnyEntity.d.ts +0 -11
- package/dist/types/AnyEntity.d.ts.map +1 -1
- package/dist/types/AnyGridEntity.d.ts +0 -8
- package/dist/types/AnyGridEntity.d.ts.map +1 -1
- package/dist/types/PickingUpItem.js +5 -6
- package/dist/types/PickupIndex.d.ts +0 -1
- package/dist/types/PickupIndex.d.ts.map +1 -1
- package/dist/types/PlayerIndex.d.ts +0 -1
- package/dist/types/PlayerIndex.d.ts.map +1 -1
- package/dist/types/ReadonlyMap.d.ts.map +1 -1
- package/dist/types/ReadonlySet.d.ts.map +1 -1
- package/dist/types/TSTLClass.d.ts +0 -1
- package/dist/types/TSTLClass.d.ts.map +1 -1
- package/dist/types/TupleWithLengthBetween.js +2 -2
- package/dist/types/TupleWithMaxLength.js +2 -2
- package/dist/types/WeightedArray.d.ts +0 -1
- package/dist/types/WeightedArray.d.ts.map +1 -1
- package/package.json +9 -2
- package/src/callbackClasses.ts +6 -6
- package/src/classes/DefaultMap.ts +5 -2
- package/src/classes/ModFeature.ts +3 -3
- package/src/classes/ModUpgraded.ts +2 -4
- package/src/classes/callbacks/PostCollectibleEmpty.ts +1 -3
- package/src/classes/callbacks/PostItemDischarge.ts +3 -6
- package/src/classes/callbacks/PostNPCStateChanged.ts +1 -1
- package/src/classes/callbacks/PostNewRoomEarly.ts +1 -1
- package/src/classes/callbacks/PostPlayerChangeType.ts +1 -1
- package/src/classes/callbacks/PostTransformation.ts +1 -3
- package/src/classes/callbacks/PostTrinketBreak.ts +1 -3
- package/src/classes/features/callbackLogic/CustomGridEntities.ts +1 -1
- package/src/classes/features/callbackLogic/GameReorderedCallbacks.ts +4 -6
- package/src/classes/features/callbackLogic/ItemPickupDetection.ts +6 -2
- package/src/classes/features/callbackLogic/PlayerReorderedCallbacks.ts +4 -4
- package/src/classes/features/other/CustomPickups.ts +1 -0
- package/src/classes/features/other/CustomStages.ts +2 -2
- package/src/classes/features/other/CustomTrapdoors.ts +23 -18
- package/src/classes/features/other/DeployJSONRoom.ts +2 -0
- package/src/classes/features/other/EdenStartingStatsHealth.ts +3 -1
- package/src/classes/features/other/ExtraConsoleCommands.ts +14 -10
- package/src/classes/features/other/ModdedElementDetection.ts +4 -4
- package/src/classes/features/other/ModdedElementSets.ts +3 -3
- package/src/classes/features/other/PickupIndexCreation.ts +2 -3
- package/src/classes/features/other/RunInNFrames.ts +2 -2
- package/src/classes/features/other/SaveDataManager.ts +1 -1
- package/src/classes/features/other/customStages/backdrop.ts +1 -1
- package/src/classes/features/other/extraConsoleCommands/commands.ts +7 -7
- package/src/classes/features/other/saveDataManager/loadFromDisk.ts +5 -0
- package/src/core/constants.ts +1 -1
- package/src/core/constantsVanilla.ts +4 -4
- package/src/enums/ModCallbackCustom.ts +5 -4
- package/src/functions/array.ts +33 -29
- package/src/functions/arrayLua.ts +1 -1
- package/src/functions/bosses.ts +2 -1
- package/src/functions/charge.ts +1 -2
- package/src/functions/decorators.ts +6 -9
- package/src/functions/deepCopy.ts +0 -4
- package/src/functions/deepCopyTests.ts +4 -4
- package/src/functions/doors.ts +5 -0
- package/src/functions/entities.ts +7 -14
- package/src/functions/enums.ts +4 -4
- package/src/functions/flag.ts +1 -1
- package/src/functions/globals.ts +2 -3
- package/src/functions/gridEntities.ts +19 -1
- package/src/functions/jsonHelpers.ts +7 -5
- package/src/functions/levelGrid.ts +3 -6
- package/src/functions/logEntities.ts +3 -0
- package/src/functions/logMisc.ts +9 -20
- package/src/functions/map.ts +4 -4
- package/src/functions/merge.ts +1 -1
- package/src/functions/minimap.ts +2 -6
- package/src/functions/newArray.ts +1 -1
- package/src/functions/nextStage.ts +4 -0
- package/src/functions/npcDataStructures.ts +5 -5
- package/src/functions/npcs.ts +3 -0
- package/src/functions/playerCollectibles.ts +1 -3
- package/src/functions/playerDataStructures.ts +5 -5
- package/src/functions/players.ts +2 -0
- package/src/functions/positionVelocity.ts +4 -12
- package/src/functions/rng.ts +4 -3
- package/src/functions/roomData.ts +1 -3
- package/src/functions/rooms.ts +16 -1
- package/src/functions/set.ts +8 -8
- package/src/functions/sort.ts +2 -2
- package/src/functions/sound.ts +2 -7
- package/src/functions/spawnCollectible.ts +1 -3
- package/src/functions/stage.ts +4 -14
- package/src/functions/trinkets.ts +1 -3
- package/src/functions/tstlClass.ts +2 -2
- package/src/functions/types.ts +16 -16
- package/src/index.ts +58 -58
- package/src/interfaces/SaveData.ts +2 -1
- package/src/interfaces/private/AddCallbackParametersCustom.ts +8 -3
- package/src/lib/jsonLua.js +2 -2
- package/src/objects/LRoomShapeToRectangles.ts +1 -1
- package/src/objects/roomShapeToDoorSlotsToGridIndexDelta.ts +1 -1
- package/src/shouldFire.ts +2 -1
- package/src/types/AddSubtract.ts +10 -2
- package/src/types/HasFunction.ts +1 -1
- package/src/types/Immutable.ts +1 -1
- package/src/types/TupleWithLengthBetween.ts +2 -2
- package/src/types/TupleWithMaxLength.ts +2 -2
|
@@ -8,7 +8,31 @@
|
|
|
8
8
|
* @module
|
|
9
9
|
*/
|
|
10
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
-
exports.
|
|
11
|
+
exports.getAdjacentExistingRoomGridIndexes = getAdjacentExistingRoomGridIndexes;
|
|
12
|
+
exports.getAdjacentNonExistingRoomGridIndexes = getAdjacentNonExistingRoomGridIndexes;
|
|
13
|
+
exports.getAdjacentRoomGridIndexes = getAdjacentRoomGridIndexes;
|
|
14
|
+
exports.getAllRoomGridIndexes = getAllRoomGridIndexes;
|
|
15
|
+
exports.getNewRoomCandidate = getNewRoomCandidate;
|
|
16
|
+
exports.getNewRoomCandidatesBesideRoom = getNewRoomCandidatesBesideRoom;
|
|
17
|
+
exports.getNewRoomCandidatesForLevel = getNewRoomCandidatesForLevel;
|
|
18
|
+
exports.getRoomAdjacentGridIndexes = getRoomAdjacentGridIndexes;
|
|
19
|
+
exports.getRoomDescriptorsForType = getRoomDescriptorsForType;
|
|
20
|
+
exports.getRoomGridIndexesForType = getRoomGridIndexesForType;
|
|
21
|
+
exports.getRoomShapeAdjacentExistingGridIndexes = getRoomShapeAdjacentExistingGridIndexes;
|
|
22
|
+
exports.getRoomShapeAdjacentGridIndexDeltas = getRoomShapeAdjacentGridIndexDeltas;
|
|
23
|
+
exports.getRoomShapeAdjacentGridIndexes = getRoomShapeAdjacentGridIndexes;
|
|
24
|
+
exports.getRoomShapeAdjacentNonExistingGridIndexes = getRoomShapeAdjacentNonExistingGridIndexes;
|
|
25
|
+
exports.inGrid = inGrid;
|
|
26
|
+
exports.inRedKeyRoom = inRedKeyRoom;
|
|
27
|
+
exports.isDeadEnd = isDeadEnd;
|
|
28
|
+
exports.isDoorSlotValidAtGridIndex = isDoorSlotValidAtGridIndex;
|
|
29
|
+
exports.isDoorSlotValidAtGridIndexForRedRoom = isDoorSlotValidAtGridIndexForRedRoom;
|
|
30
|
+
exports.isRedKeyRoom = isRedKeyRoom;
|
|
31
|
+
exports.isRoomInsideGrid = isRoomInsideGrid;
|
|
32
|
+
exports.newRoom = newRoom;
|
|
33
|
+
exports.roomExists = roomExists;
|
|
34
|
+
exports.roomGridIndexToVector = roomGridIndexToVector;
|
|
35
|
+
exports.vectorToRoomGridIndex = vectorToRoomGridIndex;
|
|
12
36
|
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
|
|
13
37
|
const cachedClasses_1 = require("../core/cachedClasses");
|
|
14
38
|
const constants_1 = require("../core/constants");
|
|
@@ -38,7 +62,6 @@ function getAdjacentExistingRoomGridIndexes(roomGridIndex) {
|
|
|
38
62
|
const adjacentRoomGridIndexes = getAdjacentRoomGridIndexes(roomGridIndex);
|
|
39
63
|
return adjacentRoomGridIndexes.filter((adjacentRoomGridIndex) => (0, roomData_1.getRoomData)(adjacentRoomGridIndex) !== undefined);
|
|
40
64
|
}
|
|
41
|
-
exports.getAdjacentExistingRoomGridIndexes = getAdjacentExistingRoomGridIndexes;
|
|
42
65
|
/**
|
|
43
66
|
* Helper function to get only the adjacent room grid indexes that do not exist (i.e. do not have
|
|
44
67
|
* room data).
|
|
@@ -50,7 +73,6 @@ function getAdjacentNonExistingRoomGridIndexes(roomGridIndex) {
|
|
|
50
73
|
const adjacentRoomGridIndexes = getAdjacentRoomGridIndexes(roomGridIndex);
|
|
51
74
|
return adjacentRoomGridIndexes.filter((adjacentRoomGridIndex) => (0, roomData_1.getRoomData)(adjacentRoomGridIndex) === undefined);
|
|
52
75
|
}
|
|
53
|
-
exports.getAdjacentNonExistingRoomGridIndexes = getAdjacentNonExistingRoomGridIndexes;
|
|
54
76
|
/**
|
|
55
77
|
* Helper function to get all of the room grid indexes that are adjacent to a given room grid index
|
|
56
78
|
* (even if those room grid indexes do not have any rooms in them).
|
|
@@ -74,7 +96,6 @@ function getAdjacentRoomGridIndexes(roomGridIndex) {
|
|
|
74
96
|
const adjacentRoomGridIndexes = ADJACENT_ROOM_GRID_INDEX_DELTAS.map((delta) => roomGridIndexToUse + delta);
|
|
75
97
|
return adjacentRoomGridIndexes.filter((adjacentRoomGridIndex) => isRoomInsideGrid(adjacentRoomGridIndex));
|
|
76
98
|
}
|
|
77
|
-
exports.getAdjacentRoomGridIndexes = getAdjacentRoomGridIndexes;
|
|
78
99
|
/**
|
|
79
100
|
* Helper function to get the room safe grid index for every room on the entire floor. This includes
|
|
80
101
|
* off-grid rooms, such as the Devil Room.
|
|
@@ -85,7 +106,6 @@ function getAllRoomGridIndexes() {
|
|
|
85
106
|
const rooms = (0, rooms_1.getRooms)();
|
|
86
107
|
return rooms.map((roomDescriptor) => roomDescriptor.SafeGridIndex);
|
|
87
108
|
}
|
|
88
|
-
exports.getAllRoomGridIndexes = getAllRoomGridIndexes;
|
|
89
109
|
/**
|
|
90
110
|
* Helper function to pick a random valid spot on the floor to insert a brand new room. Note that
|
|
91
111
|
* some floors will not have any valid spots. If this is the case, this function will return
|
|
@@ -110,7 +130,6 @@ function getNewRoomCandidate(seedOrRNG, ensureDeadEnd = true) {
|
|
|
110
130
|
}
|
|
111
131
|
return (0, array_1.getRandomArrayElement)(newRoomCandidatesForLevel, seedOrRNG);
|
|
112
132
|
}
|
|
113
|
-
exports.getNewRoomCandidate = getNewRoomCandidate;
|
|
114
133
|
/**
|
|
115
134
|
* Helper function to iterate through the possible doors for a room and see if any of them would be
|
|
116
135
|
* a valid spot to insert a brand new room on the floor.
|
|
@@ -157,7 +176,6 @@ function getNewRoomCandidatesBesideRoom(roomGridIndex, ensureDeadEnd = true) {
|
|
|
157
176
|
}
|
|
158
177
|
return roomCandidates;
|
|
159
178
|
}
|
|
160
|
-
exports.getNewRoomCandidatesBesideRoom = getNewRoomCandidatesBesideRoom;
|
|
161
179
|
/**
|
|
162
180
|
* Helper function to get all of the spots on the floor to insert a brand new room.
|
|
163
181
|
*
|
|
@@ -189,7 +207,6 @@ function getNewRoomCandidatesForLevel(ensureDeadEnd = true) {
|
|
|
189
207
|
}
|
|
190
208
|
return newRoomCandidates;
|
|
191
209
|
}
|
|
192
|
-
exports.getNewRoomCandidatesForLevel = getNewRoomCandidatesForLevel;
|
|
193
210
|
/**
|
|
194
211
|
* Helper function to get the grid indexes of all the rooms connected to the given room index,
|
|
195
212
|
* taking the shape of the room into account. (This will only include rooms with valid data.)
|
|
@@ -211,7 +228,6 @@ function getRoomAdjacentGridIndexes(roomGridIndex) {
|
|
|
211
228
|
}
|
|
212
229
|
return getRoomShapeAdjacentExistingGridIndexes(roomDescriptor.SafeGridIndex, roomData.Shape);
|
|
213
230
|
}
|
|
214
|
-
exports.getRoomAdjacentGridIndexes = getRoomAdjacentGridIndexes;
|
|
215
231
|
/**
|
|
216
232
|
* Helper function to get an array of all of the room descriptors for rooms that match the specified
|
|
217
233
|
* room type.
|
|
@@ -227,7 +243,6 @@ function getRoomDescriptorsForType(...roomTypes) {
|
|
|
227
243
|
return roomsInsideGrid.filter((roomDescriptor) => roomDescriptor.Data !== undefined &&
|
|
228
244
|
roomTypesSet.has(roomDescriptor.Data.Type));
|
|
229
245
|
}
|
|
230
|
-
exports.getRoomDescriptorsForType = getRoomDescriptorsForType;
|
|
231
246
|
/**
|
|
232
247
|
* Helper function to get an array of all of the safe grid indexes for rooms that match the
|
|
233
248
|
* specified room type.
|
|
@@ -241,7 +256,6 @@ function getRoomGridIndexesForType(...roomTypes) {
|
|
|
241
256
|
const roomDescriptors = getRoomDescriptorsForType(...roomTypes);
|
|
242
257
|
return roomDescriptors.map((roomDescriptor) => roomDescriptor.SafeGridIndex);
|
|
243
258
|
}
|
|
244
|
-
exports.getRoomGridIndexesForType = getRoomGridIndexesForType;
|
|
245
259
|
/**
|
|
246
260
|
* Helper function to get only the adjacent room grid indexes for a room shape that exist (i.e. have
|
|
247
261
|
* room data).
|
|
@@ -259,7 +273,6 @@ function getRoomShapeAdjacentExistingGridIndexes(safeRoomGridIndex, roomShape) {
|
|
|
259
273
|
}
|
|
260
274
|
return roomShapeAdjacentGridIndexes;
|
|
261
275
|
}
|
|
262
|
-
exports.getRoomShapeAdjacentExistingGridIndexes = getRoomShapeAdjacentExistingGridIndexes;
|
|
263
276
|
/**
|
|
264
277
|
* Helper function to get the room grid index delta that each hypothetical door in a given room
|
|
265
278
|
* shape would go to.
|
|
@@ -271,7 +284,6 @@ exports.getRoomShapeAdjacentExistingGridIndexes = getRoomShapeAdjacentExistingGr
|
|
|
271
284
|
function getRoomShapeAdjacentGridIndexDeltas(roomShape) {
|
|
272
285
|
return roomShapeToDoorSlotsToGridIndexDelta_1.ROOM_SHAPE_TO_DOOR_SLOTS_TO_GRID_INDEX_DELTA[roomShape];
|
|
273
286
|
}
|
|
274
|
-
exports.getRoomShapeAdjacentGridIndexDeltas = getRoomShapeAdjacentGridIndexDeltas;
|
|
275
287
|
/**
|
|
276
288
|
* Helper function to get the room grid index that each hypothetical door in a given room shape
|
|
277
289
|
* would go to. (This will not include room grid indexes that are outside of the grid.)
|
|
@@ -292,7 +304,6 @@ function getRoomShapeAdjacentGridIndexes(safeRoomGridIndex, roomShape) {
|
|
|
292
304
|
}
|
|
293
305
|
return adjacentGridIndexes;
|
|
294
306
|
}
|
|
295
|
-
exports.getRoomShapeAdjacentGridIndexes = getRoomShapeAdjacentGridIndexes;
|
|
296
307
|
/**
|
|
297
308
|
* Helper function to get only the adjacent room grid indexes for a room shape that do not exist
|
|
298
309
|
* (i.e. do not have room data).
|
|
@@ -310,7 +321,6 @@ function getRoomShapeAdjacentNonExistingGridIndexes(safeRoomGridIndex, roomShape
|
|
|
310
321
|
}
|
|
311
322
|
return roomShapeAdjacentGridIndexes;
|
|
312
323
|
}
|
|
313
|
-
exports.getRoomShapeAdjacentNonExistingGridIndexes = getRoomShapeAdjacentNonExistingGridIndexes;
|
|
314
324
|
/**
|
|
315
325
|
* Helper function to determine if the current room grid index is inside of the normal 13x13 level
|
|
316
326
|
* grid.
|
|
@@ -321,7 +331,6 @@ function inGrid() {
|
|
|
321
331
|
const roomGridIndex = (0, roomData_1.getRoomGridIndex)();
|
|
322
332
|
return isRoomInsideGrid(roomGridIndex);
|
|
323
333
|
}
|
|
324
|
-
exports.inGrid = inGrid;
|
|
325
334
|
/**
|
|
326
335
|
* Helper function to detect if the current room was created by the Red Key item.
|
|
327
336
|
*
|
|
@@ -331,7 +340,6 @@ function inRedKeyRoom() {
|
|
|
331
340
|
const roomGridIndex = (0, roomData_1.getRoomGridIndex)();
|
|
332
341
|
return isRedKeyRoom(roomGridIndex);
|
|
333
342
|
}
|
|
334
|
-
exports.inRedKeyRoom = inRedKeyRoom;
|
|
335
343
|
/**
|
|
336
344
|
* Helper function to check if the given room grid index is a dead end. Specifically, this is
|
|
337
345
|
* defined as having only one adjacent room that exists.
|
|
@@ -348,12 +356,10 @@ function isDeadEnd(roomGridIndex) {
|
|
|
348
356
|
const adjacentExistingRoomGridIndexes = getAdjacentExistingRoomGridIndexes(roomGridIndex);
|
|
349
357
|
return adjacentExistingRoomGridIndexes.length === 1;
|
|
350
358
|
}
|
|
351
|
-
exports.isDeadEnd = isDeadEnd;
|
|
352
359
|
function isDoorSlotValidAtGridIndex(doorSlot, roomGridIndex) {
|
|
353
360
|
const allowedDoors = (0, roomData_1.getRoomAllowedDoors)(roomGridIndex);
|
|
354
361
|
return allowedDoors.has(doorSlot);
|
|
355
362
|
}
|
|
356
|
-
exports.isDoorSlotValidAtGridIndex = isDoorSlotValidAtGridIndex;
|
|
357
363
|
function isDoorSlotValidAtGridIndexForRedRoom(doorSlot, roomGridIndex) {
|
|
358
364
|
const doorSlotValidAtGridIndex = isDoorSlotValidAtGridIndex(doorSlot, roomGridIndex);
|
|
359
365
|
if (!doorSlotValidAtGridIndex) {
|
|
@@ -370,7 +376,6 @@ function isDoorSlotValidAtGridIndexForRedRoom(doorSlot, roomGridIndex) {
|
|
|
370
376
|
const redRoomGridIndex = roomGridIndex + delta;
|
|
371
377
|
return !roomExists(redRoomGridIndex) && isRoomInsideGrid(redRoomGridIndex);
|
|
372
378
|
}
|
|
373
|
-
exports.isDoorSlotValidAtGridIndexForRedRoom = isDoorSlotValidAtGridIndexForRedRoom;
|
|
374
379
|
/**
|
|
375
380
|
* Helper function to detect if the provided room was created by the Red Key item.
|
|
376
381
|
*
|
|
@@ -382,7 +387,6 @@ function isRedKeyRoom(roomGridIndex) {
|
|
|
382
387
|
const roomDescriptor = (0, roomData_1.getRoomDescriptor)(roomGridIndex);
|
|
383
388
|
return (0, flag_1.hasFlag)(roomDescriptor.Flags, isaac_typescript_definitions_1.RoomDescriptorFlag.RED_ROOM);
|
|
384
389
|
}
|
|
385
|
-
exports.isRedKeyRoom = isRedKeyRoom;
|
|
386
390
|
/**
|
|
387
391
|
* Helper function to determine if a given room grid index is inside of the normal 13x13 level grid.
|
|
388
392
|
*
|
|
@@ -391,12 +395,9 @@ exports.isRedKeyRoom = isRedKeyRoom;
|
|
|
391
395
|
* @param roomGridIndex Optional. Default is the current room index.
|
|
392
396
|
*/
|
|
393
397
|
function isRoomInsideGrid(roomGridIndex) {
|
|
394
|
-
|
|
395
|
-
roomGridIndex = (0, roomData_1.getRoomGridIndex)();
|
|
396
|
-
}
|
|
398
|
+
roomGridIndex ??= (0, roomData_1.getRoomGridIndex)();
|
|
397
399
|
return roomGridIndex >= 0 && roomGridIndex <= constants_1.MAX_LEVEL_GRID_INDEX;
|
|
398
400
|
}
|
|
399
|
-
exports.isRoomInsideGrid = isRoomInsideGrid;
|
|
400
401
|
/**
|
|
401
402
|
* Helper function to generate a new room on the floor.
|
|
402
403
|
*
|
|
@@ -421,9 +422,7 @@ exports.isRoomInsideGrid = isRoomInsideGrid;
|
|
|
421
422
|
*/
|
|
422
423
|
function newRoom(seedOrRNG, ensureDeadEnd = true, customRoomData) {
|
|
423
424
|
const level = cachedClasses_1.game.GetLevel();
|
|
424
|
-
|
|
425
|
-
seedOrRNG = level.GetDungeonPlacementSeed();
|
|
426
|
-
}
|
|
425
|
+
seedOrRNG ??= level.GetDungeonPlacementSeed();
|
|
427
426
|
const rng = (0, rng_1.isRNG)(seedOrRNG) ? seedOrRNG : (0, rng_1.newRNG)(seedOrRNG);
|
|
428
427
|
const newRoomCandidate = getNewRoomCandidate(rng, ensureDeadEnd);
|
|
429
428
|
if (newRoomCandidate === undefined) {
|
|
@@ -459,7 +458,6 @@ function newRoom(seedOrRNG, ensureDeadEnd = true, customRoomData) {
|
|
|
459
458
|
}
|
|
460
459
|
return newRoomGridIndex;
|
|
461
460
|
}
|
|
462
|
-
exports.newRoom = newRoom;
|
|
463
461
|
/**
|
|
464
462
|
* Helper function to check if a room exists at the given room grid index. (A room will exist if it
|
|
465
463
|
* has non-undefined data in the room descriptor.)
|
|
@@ -468,7 +466,6 @@ function roomExists(roomGridIndex) {
|
|
|
468
466
|
const roomData = (0, roomData_1.getRoomData)(roomGridIndex);
|
|
469
467
|
return roomData !== undefined;
|
|
470
468
|
}
|
|
471
|
-
exports.roomExists = roomExists;
|
|
472
469
|
/**
|
|
473
470
|
* Helper function to get the coordinates of a given room grid index. The floor is represented by a
|
|
474
471
|
* 13x13 grid.
|
|
@@ -485,7 +482,6 @@ function roomGridIndexToVector(roomGridIndex) {
|
|
|
485
482
|
const y = Math.floor(roomGridIndex / constants_1.LEVEL_GRID_ROW_WIDTH);
|
|
486
483
|
return Vector(x, y);
|
|
487
484
|
}
|
|
488
|
-
exports.roomGridIndexToVector = roomGridIndexToVector;
|
|
489
485
|
/**
|
|
490
486
|
* Helper function to convert a room grid index expressed as a vector back into an integer.
|
|
491
487
|
*
|
|
@@ -494,4 +490,3 @@ exports.roomGridIndexToVector = roomGridIndexToVector;
|
|
|
494
490
|
function vectorToRoomGridIndex(roomVector) {
|
|
495
491
|
return roomVector.Y * constants_1.LEVEL_GRID_ROW_WIDTH + roomVector.X;
|
|
496
492
|
}
|
|
497
|
-
exports.vectorToRoomGridIndex = vectorToRoomGridIndex;
|
package/dist/functions/log.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.getParentFunctionDescription = getParentFunctionDescription;
|
|
4
|
+
exports.log = log;
|
|
5
|
+
exports.logAndPrint = logAndPrint;
|
|
6
|
+
exports.logError = logError;
|
|
4
7
|
const types_1 = require("./types");
|
|
5
8
|
/**
|
|
6
9
|
* Helper function to get the name and the line number of the current calling function.
|
|
@@ -33,7 +36,6 @@ levels = 3) {
|
|
|
33
36
|
}
|
|
34
37
|
return undefined;
|
|
35
38
|
}
|
|
36
|
-
exports.getParentFunctionDescription = getParentFunctionDescription;
|
|
37
39
|
/**
|
|
38
40
|
* Helper function to avoid typing out `Isaac.DebugString()`.
|
|
39
41
|
*
|
|
@@ -63,7 +65,6 @@ function log(msg, includeParentFunction = true) {
|
|
|
63
65
|
: `${parentFunctionDescription} - ${msg}`;
|
|
64
66
|
Isaac.DebugString(debugMsg);
|
|
65
67
|
}
|
|
66
|
-
exports.log = log;
|
|
67
68
|
/**
|
|
68
69
|
* Helper function to log a message to the "log.txt" file and to print it to the screen at the same
|
|
69
70
|
* time.
|
|
@@ -72,7 +73,6 @@ function logAndPrint(msg) {
|
|
|
72
73
|
log(msg);
|
|
73
74
|
print(msg);
|
|
74
75
|
}
|
|
75
|
-
exports.logAndPrint = logAndPrint;
|
|
76
76
|
/**
|
|
77
77
|
* Helper function to log an error message and also print it to the console for better visibility.
|
|
78
78
|
*
|
|
@@ -83,4 +83,3 @@ function logError(msg) {
|
|
|
83
83
|
const errorMsg = `Error: ${msg}`;
|
|
84
84
|
logAndPrint(errorMsg);
|
|
85
85
|
}
|
|
86
|
-
exports.logError = logError;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logEntities.d.ts","sourceRoot":"","sources":["../../src/functions/logEntities.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,cAAc,EAOf,MAAM,8BAA8B,CAAC;AAqBtC,8FAA8F;AAC9F,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,wBAAwB,EAAE,OAAO,EACjC,gBAAgB,CAAC,EAAE,UAAU,GAC5B,IAAI,CA2CN;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,YAAY,UAAQ,EACpB,oBAAoB,CAAC,EAAE,cAAc,GACpC,IAAI,CA+CN;AAED,iEAAiE;AACjE,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,MAAM,EAAE,GAAG,IAAI,CAIzE;AAED,kEAAkE;AAClE,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAG1D;
|
|
1
|
+
{"version":3,"file":"logEntities.d.ts","sourceRoot":"","sources":["../../src/functions/logEntities.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,cAAc,EAOf,MAAM,8BAA8B,CAAC;AAqBtC,8FAA8F;AAC9F,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,wBAAwB,EAAE,OAAO,EACjC,gBAAgB,CAAC,EAAE,UAAU,GAC5B,IAAI,CA2CN;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,YAAY,UAAQ,EACpB,oBAAoB,CAAC,EAAE,cAAc,GACpC,IAAI,CA+CN;AAED,iEAAiE;AACjE,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,MAAM,EAAE,GAAG,IAAI,CAIzE;AAED,kEAAkE;AAClE,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAG1D;AAiJD,sEAAsE;AACtE,wBAAgB,eAAe,CAC7B,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,SAAS,UAAU,EAAE,GAClC,IAAI,CAIN;AAED,wEAAwE;AACxE,wBAAgB,aAAa,CAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,GAAG,IAAI,CAGtE;AA+DD;;;GAGG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,GAAG,IAAI,CAQ7D;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,OAAO,EAAE,GAAG,IAAI,CAI5E"}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.logAllEntities = logAllEntities;
|
|
4
|
+
exports.logAllGridEntities = logAllGridEntities;
|
|
5
|
+
exports.logEntities = logEntities;
|
|
6
|
+
exports.logEntity = logEntity;
|
|
7
|
+
exports.logGridEntities = logGridEntities;
|
|
8
|
+
exports.logGridEntity = logGridEntity;
|
|
9
|
+
exports.logPtrHash = logPtrHash;
|
|
10
|
+
exports.logPtrHashes = logPtrHashes;
|
|
4
11
|
const isaac_typescript_definitions_1 = require("isaac-typescript-definitions");
|
|
5
12
|
const ReadonlySet_1 = require("../types/ReadonlySet");
|
|
6
13
|
const entities_1 = require("./entities");
|
|
@@ -55,7 +62,6 @@ function logAllEntities(includeBackgroundEffects, entityTypeFilter) {
|
|
|
55
62
|
(0, log_1.log)(line);
|
|
56
63
|
}
|
|
57
64
|
}
|
|
58
|
-
exports.logAllEntities = logAllEntities;
|
|
59
65
|
/**
|
|
60
66
|
* Helper function for printing out every grid entity (or filtered grid entity) in the current room.
|
|
61
67
|
*
|
|
@@ -99,20 +105,17 @@ function logAllGridEntities(includeWalls = false, gridEntityTypeFilter) {
|
|
|
99
105
|
(0, log_1.log)(line);
|
|
100
106
|
}
|
|
101
107
|
}
|
|
102
|
-
exports.logAllGridEntities = logAllGridEntities;
|
|
103
108
|
/** Helper function for logging an array of specific entities. */
|
|
104
109
|
function logEntities(entities) {
|
|
105
110
|
for (const entity of entities) {
|
|
106
111
|
logEntity(entity);
|
|
107
112
|
}
|
|
108
113
|
}
|
|
109
|
-
exports.logEntities = logEntities;
|
|
110
114
|
/** Helper function to log information about a specific entity. */
|
|
111
115
|
function logEntity(entity) {
|
|
112
116
|
const msg = getEntityLogLine(entity);
|
|
113
117
|
(0, log_1.log)(msg);
|
|
114
118
|
}
|
|
115
|
-
exports.logEntity = logEntity;
|
|
116
119
|
function getEntityLogLine(entity, num) {
|
|
117
120
|
let msg = num === undefined ? "" : `${num}) `;
|
|
118
121
|
msg += (0, entities_1.getEntityID)(entity);
|
|
@@ -163,8 +166,11 @@ function getEntityLogLine(entity, num) {
|
|
|
163
166
|
msg += ` - Position: (${entity.Position.X}, ${entity.Position.Y})\n`;
|
|
164
167
|
msg += ` - Velocity: (${entity.Velocity.X}, ${entity.Velocity.Y})\n`;
|
|
165
168
|
msg += ` - HP: ${entity.HitPoints} / ${entity.MaxHitPoints}\n`;
|
|
169
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
166
170
|
msg += ` - Parent: ${entity.Parent}\n`;
|
|
171
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
167
172
|
msg += ` - Child: ${entity.Child}\n`;
|
|
173
|
+
// eslint-disable-next-line @typescript-eslint/no-base-to-string
|
|
168
174
|
msg += ` - SpawnerEntity: ${entity.SpawnerEntity}\n`;
|
|
169
175
|
msg += ` - SpawnerType / SpawnerVariant: ${entity.SpawnerType}.${entity.SpawnerVariant}\n`;
|
|
170
176
|
msg += ` - FrameCount: ${entity.FrameCount}\n`;
|
|
@@ -229,13 +235,11 @@ function logGridEntities(gridEntities) {
|
|
|
229
235
|
logGridEntity(gridEntity);
|
|
230
236
|
}
|
|
231
237
|
}
|
|
232
|
-
exports.logGridEntities = logGridEntities;
|
|
233
238
|
/** Helper function for log information about a specific grid entity. */
|
|
234
239
|
function logGridEntity(gridEntity) {
|
|
235
240
|
const msg = getGridEntityLogLine(gridEntity);
|
|
236
241
|
(0, log_1.log)(msg);
|
|
237
242
|
}
|
|
238
|
-
exports.logGridEntity = logGridEntity;
|
|
239
243
|
function getGridEntityLogLine(gridEntity, num) {
|
|
240
244
|
const gridEntityDesc = gridEntity.GetSaveState();
|
|
241
245
|
let msg = num === undefined ? "" : `${num}) `;
|
|
@@ -295,7 +299,6 @@ function logPtrHash(ptrHash) {
|
|
|
295
299
|
logEntity(entity);
|
|
296
300
|
}
|
|
297
301
|
}
|
|
298
|
-
exports.logPtrHash = logPtrHash;
|
|
299
302
|
/**
|
|
300
303
|
* Helper function to log information about the entity that corresponding to one or more pointer
|
|
301
304
|
* hashes. (Only use this when debugging, since retrieving the corresponding entity is expensive.)
|
|
@@ -305,4 +308,3 @@ function logPtrHashes(ptrHashes) {
|
|
|
305
308
|
logPtrHash(ptrHash);
|
|
306
309
|
}
|
|
307
310
|
}
|
|
308
|
-
exports.logPtrHashes = logPtrHashes;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="@typescript-to-lua/language-extensions" />
|
|
2
1
|
import type { CollectibleType, ItemPoolType } from "isaac-typescript-definitions";
|
|
3
2
|
import { DamageFlag, DisplayFlag, EntityFlag, ProjectileFlag, TearFlag, UseFlag } from "isaac-typescript-definitions";
|
|
4
3
|
import type { ReadonlyRecord } from "../types/ReadonlyRecord";
|
|
@@ -8,7 +7,7 @@ import type { ReadonlyRecord } from "../types/ReadonlyRecord";
|
|
|
8
7
|
* @param array The array to log.
|
|
9
8
|
* @param name Optional. The name of the array, which will be logged before the elements.
|
|
10
9
|
*/
|
|
11
|
-
export declare function logArray
|
|
10
|
+
export declare function logArray(this: void, array: readonly unknown[], name?: string): void;
|
|
12
11
|
/**
|
|
13
12
|
* Helper function to log the names of a collectible type array.
|
|
14
13
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logMisc.d.ts","sourceRoot":"","sources":["../../src/functions/logMisc.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"logMisc.d.ts","sourceRoot":"","sources":["../../src/functions/logMisc.ts"],"names":[],"mappings":"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"}
|