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
package/dist/indexLua.lua
CHANGED
|
@@ -272,7 +272,7 @@ do
|
|
|
272
272
|
end
|
|
273
273
|
end
|
|
274
274
|
do
|
|
275
|
-
local ____export = require("functions.
|
|
275
|
+
local ____export = require("functions.collectibles")
|
|
276
276
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
277
277
|
if ____exportKey ~= "default" then
|
|
278
278
|
____exports[____exportKey] = ____exportValue
|
|
@@ -280,7 +280,7 @@ do
|
|
|
280
280
|
end
|
|
281
281
|
end
|
|
282
282
|
do
|
|
283
|
-
local ____export = require("functions.
|
|
283
|
+
local ____export = require("functions.collectibleTag")
|
|
284
284
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
285
285
|
if ____exportKey ~= "default" then
|
|
286
286
|
____exports[____exportKey] = ____exportValue
|
|
@@ -680,7 +680,7 @@ do
|
|
|
680
680
|
end
|
|
681
681
|
end
|
|
682
682
|
do
|
|
683
|
-
local ____export = require("functions.
|
|
683
|
+
local ____export = require("functions.pickups")
|
|
684
684
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
685
685
|
if ____exportKey ~= "default" then
|
|
686
686
|
____exports[____exportKey] = ____exportValue
|
|
@@ -688,7 +688,7 @@ do
|
|
|
688
688
|
end
|
|
689
689
|
end
|
|
690
690
|
do
|
|
691
|
-
local ____export = require("functions.
|
|
691
|
+
local ____export = require("functions.pickupsSpecific")
|
|
692
692
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
693
693
|
if ____exportKey ~= "default" then
|
|
694
694
|
____exports[____exportKey] = ____exportValue
|
|
@@ -696,7 +696,7 @@ do
|
|
|
696
696
|
end
|
|
697
697
|
end
|
|
698
698
|
do
|
|
699
|
-
local ____export = require("functions.
|
|
699
|
+
local ____export = require("functions.pickupVariants")
|
|
700
700
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
701
701
|
if ____exportKey ~= "default" then
|
|
702
702
|
____exports[____exportKey] = ____exportValue
|
|
@@ -760,7 +760,7 @@ do
|
|
|
760
760
|
end
|
|
761
761
|
end
|
|
762
762
|
do
|
|
763
|
-
local ____export = require("functions.
|
|
763
|
+
local ____export = require("functions.players")
|
|
764
764
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
765
765
|
if ____exportKey ~= "default" then
|
|
766
766
|
____exports[____exportKey] = ____exportValue
|
|
@@ -768,7 +768,7 @@ do
|
|
|
768
768
|
end
|
|
769
769
|
end
|
|
770
770
|
do
|
|
771
|
-
local ____export = require("functions.
|
|
771
|
+
local ____export = require("functions.playerTrinkets")
|
|
772
772
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
773
773
|
if ____exportKey ~= "default" then
|
|
774
774
|
____exports[____exportKey] = ____exportValue
|
|
@@ -872,7 +872,7 @@ do
|
|
|
872
872
|
end
|
|
873
873
|
end
|
|
874
874
|
do
|
|
875
|
-
local ____export = require("functions.
|
|
875
|
+
local ____export = require("functions.rooms")
|
|
876
876
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
877
877
|
if ____exportKey ~= "default" then
|
|
878
878
|
____exports[____exportKey] = ____exportValue
|
|
@@ -880,7 +880,7 @@ do
|
|
|
880
880
|
end
|
|
881
881
|
end
|
|
882
882
|
do
|
|
883
|
-
local ____export = require("functions.
|
|
883
|
+
local ____export = require("functions.roomShape")
|
|
884
884
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
885
885
|
if ____exportKey ~= "default" then
|
|
886
886
|
____exports[____exportKey] = ____exportValue
|
|
@@ -888,7 +888,7 @@ do
|
|
|
888
888
|
end
|
|
889
889
|
end
|
|
890
890
|
do
|
|
891
|
-
local ____export = require("functions.
|
|
891
|
+
local ____export = require("functions.roomShapeWalls")
|
|
892
892
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
893
893
|
if ____exportKey ~= "default" then
|
|
894
894
|
____exports[____exportKey] = ____exportValue
|
|
@@ -896,7 +896,7 @@ do
|
|
|
896
896
|
end
|
|
897
897
|
end
|
|
898
898
|
do
|
|
899
|
-
local ____export = require("functions.
|
|
899
|
+
local ____export = require("functions.roomTransition")
|
|
900
900
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
901
901
|
if ____exportKey ~= "default" then
|
|
902
902
|
____exports[____exportKey] = ____exportValue
|
|
@@ -1103,6 +1103,110 @@ do
|
|
|
1103
1103
|
end
|
|
1104
1104
|
end
|
|
1105
1105
|
end
|
|
1106
|
+
do
|
|
1107
|
+
local ____export = require("interfaces.ChargeBarSprites")
|
|
1108
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1109
|
+
if ____exportKey ~= "default" then
|
|
1110
|
+
____exports[____exportKey] = ____exportValue
|
|
1111
|
+
end
|
|
1112
|
+
end
|
|
1113
|
+
end
|
|
1114
|
+
do
|
|
1115
|
+
local ____export = require("interfaces.Corner")
|
|
1116
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1117
|
+
if ____exportKey ~= "default" then
|
|
1118
|
+
____exports[____exportKey] = ____exportValue
|
|
1119
|
+
end
|
|
1120
|
+
end
|
|
1121
|
+
end
|
|
1122
|
+
do
|
|
1123
|
+
local ____export = require("interfaces.CustomStageTSConfig")
|
|
1124
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1125
|
+
if ____exportKey ~= "default" then
|
|
1126
|
+
____exports[____exportKey] = ____exportValue
|
|
1127
|
+
end
|
|
1128
|
+
end
|
|
1129
|
+
end
|
|
1130
|
+
do
|
|
1131
|
+
local ____export = require("interfaces.GridEntityCustomData")
|
|
1132
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1133
|
+
if ____exportKey ~= "default" then
|
|
1134
|
+
____exports[____exportKey] = ____exportValue
|
|
1135
|
+
end
|
|
1136
|
+
end
|
|
1137
|
+
end
|
|
1138
|
+
do
|
|
1139
|
+
local ____export = require("interfaces.JSONRoomsFile")
|
|
1140
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1141
|
+
if ____exportKey ~= "default" then
|
|
1142
|
+
____exports[____exportKey] = ____exportValue
|
|
1143
|
+
end
|
|
1144
|
+
end
|
|
1145
|
+
end
|
|
1146
|
+
do
|
|
1147
|
+
local ____export = require("interfaces.PlayerHealth")
|
|
1148
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1149
|
+
if ____exportKey ~= "default" then
|
|
1150
|
+
____exports[____exportKey] = ____exportValue
|
|
1151
|
+
end
|
|
1152
|
+
end
|
|
1153
|
+
end
|
|
1154
|
+
do
|
|
1155
|
+
local ____export = require("interfaces.PlayerStats")
|
|
1156
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1157
|
+
if ____exportKey ~= "default" then
|
|
1158
|
+
____exports[____exportKey] = ____exportValue
|
|
1159
|
+
end
|
|
1160
|
+
end
|
|
1161
|
+
end
|
|
1162
|
+
do
|
|
1163
|
+
local ____export = require("interfaces.PocketItemDescription")
|
|
1164
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1165
|
+
if ____exportKey ~= "default" then
|
|
1166
|
+
____exports[____exportKey] = ____exportValue
|
|
1167
|
+
end
|
|
1168
|
+
end
|
|
1169
|
+
end
|
|
1170
|
+
do
|
|
1171
|
+
local ____export = require("interfaces.RoomDescription")
|
|
1172
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1173
|
+
if ____exportKey ~= "default" then
|
|
1174
|
+
____exports[____exportKey] = ____exportValue
|
|
1175
|
+
end
|
|
1176
|
+
end
|
|
1177
|
+
end
|
|
1178
|
+
do
|
|
1179
|
+
local ____export = require("interfaces.SaveData")
|
|
1180
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1181
|
+
if ____exportKey ~= "default" then
|
|
1182
|
+
____exports[____exportKey] = ____exportValue
|
|
1183
|
+
end
|
|
1184
|
+
end
|
|
1185
|
+
end
|
|
1186
|
+
do
|
|
1187
|
+
local ____export = require("interfaces.StageHistoryEntry")
|
|
1188
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1189
|
+
if ____exportKey ~= "default" then
|
|
1190
|
+
____exports[____exportKey] = ____exportValue
|
|
1191
|
+
end
|
|
1192
|
+
end
|
|
1193
|
+
end
|
|
1194
|
+
do
|
|
1195
|
+
local ____export = require("interfaces.TrinketSituation")
|
|
1196
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1197
|
+
if ____exportKey ~= "default" then
|
|
1198
|
+
____exports[____exportKey] = ____exportValue
|
|
1199
|
+
end
|
|
1200
|
+
end
|
|
1201
|
+
end
|
|
1202
|
+
do
|
|
1203
|
+
local ____export = require("interfaces.TSTLClassMetatable")
|
|
1204
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1205
|
+
if ____exportKey ~= "default" then
|
|
1206
|
+
____exports[____exportKey] = ____exportValue
|
|
1207
|
+
end
|
|
1208
|
+
end
|
|
1209
|
+
end
|
|
1106
1210
|
do
|
|
1107
1211
|
local ____export = require("maps.cardNameToTypeMap")
|
|
1108
1212
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -1175,6 +1279,182 @@ do
|
|
|
1175
1279
|
end
|
|
1176
1280
|
end
|
|
1177
1281
|
end
|
|
1282
|
+
do
|
|
1283
|
+
local ____export = require("types.AddSubtract")
|
|
1284
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1285
|
+
if ____exportKey ~= "default" then
|
|
1286
|
+
____exports[____exportKey] = ____exportValue
|
|
1287
|
+
end
|
|
1288
|
+
end
|
|
1289
|
+
end
|
|
1290
|
+
do
|
|
1291
|
+
local ____export = require("types.AllButFirst")
|
|
1292
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1293
|
+
if ____exportKey ~= "default" then
|
|
1294
|
+
____exports[____exportKey] = ____exportValue
|
|
1295
|
+
end
|
|
1296
|
+
end
|
|
1297
|
+
end
|
|
1298
|
+
do
|
|
1299
|
+
local ____export = require("types.AllButLast")
|
|
1300
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1301
|
+
if ____exportKey ~= "default" then
|
|
1302
|
+
____exports[____exportKey] = ____exportValue
|
|
1303
|
+
end
|
|
1304
|
+
end
|
|
1305
|
+
end
|
|
1306
|
+
do
|
|
1307
|
+
local ____export = require("types.AnyClass")
|
|
1308
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1309
|
+
if ____exportKey ~= "default" then
|
|
1310
|
+
____exports[____exportKey] = ____exportValue
|
|
1311
|
+
end
|
|
1312
|
+
end
|
|
1313
|
+
end
|
|
1314
|
+
do
|
|
1315
|
+
local ____export = require("types.AnyEntity")
|
|
1316
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1317
|
+
if ____exportKey ~= "default" then
|
|
1318
|
+
____exports[____exportKey] = ____exportValue
|
|
1319
|
+
end
|
|
1320
|
+
end
|
|
1321
|
+
end
|
|
1322
|
+
do
|
|
1323
|
+
local ____export = require("types.AnyFunction")
|
|
1324
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1325
|
+
if ____exportKey ~= "default" then
|
|
1326
|
+
____exports[____exportKey] = ____exportValue
|
|
1327
|
+
end
|
|
1328
|
+
end
|
|
1329
|
+
end
|
|
1330
|
+
do
|
|
1331
|
+
local ____export = require("types.AnyGridEntity")
|
|
1332
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1333
|
+
if ____exportKey ~= "default" then
|
|
1334
|
+
____exports[____exportKey] = ____exportValue
|
|
1335
|
+
end
|
|
1336
|
+
end
|
|
1337
|
+
end
|
|
1338
|
+
do
|
|
1339
|
+
local ____export = require("types.CompositionTypeSatisfiesEnum")
|
|
1340
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1341
|
+
if ____exportKey ~= "default" then
|
|
1342
|
+
____exports[____exportKey] = ____exportValue
|
|
1343
|
+
end
|
|
1344
|
+
end
|
|
1345
|
+
end
|
|
1346
|
+
do
|
|
1347
|
+
local ____export = require("types.ConversionHeartSubType")
|
|
1348
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1349
|
+
if ____exportKey ~= "default" then
|
|
1350
|
+
____exports[____exportKey] = ____exportValue
|
|
1351
|
+
end
|
|
1352
|
+
end
|
|
1353
|
+
end
|
|
1354
|
+
do
|
|
1355
|
+
local ____export = require("types.Decrement")
|
|
1356
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1357
|
+
if ____exportKey ~= "default" then
|
|
1358
|
+
____exports[____exportKey] = ____exportValue
|
|
1359
|
+
end
|
|
1360
|
+
end
|
|
1361
|
+
end
|
|
1362
|
+
do
|
|
1363
|
+
local ____export = require("types.EntityID")
|
|
1364
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1365
|
+
if ____exportKey ~= "default" then
|
|
1366
|
+
____exports[____exportKey] = ____exportValue
|
|
1367
|
+
end
|
|
1368
|
+
end
|
|
1369
|
+
end
|
|
1370
|
+
do
|
|
1371
|
+
local ____export = require("types.ERange")
|
|
1372
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1373
|
+
if ____exportKey ~= "default" then
|
|
1374
|
+
____exports[____exportKey] = ____exportValue
|
|
1375
|
+
end
|
|
1376
|
+
end
|
|
1377
|
+
end
|
|
1378
|
+
do
|
|
1379
|
+
local ____export = require("types.FunctionTuple")
|
|
1380
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1381
|
+
if ____exportKey ~= "default" then
|
|
1382
|
+
____exports[____exportKey] = ____exportValue
|
|
1383
|
+
end
|
|
1384
|
+
end
|
|
1385
|
+
end
|
|
1386
|
+
do
|
|
1387
|
+
local ____export = require("types.GridEntityID")
|
|
1388
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1389
|
+
if ____exportKey ~= "default" then
|
|
1390
|
+
____exports[____exportKey] = ____exportValue
|
|
1391
|
+
end
|
|
1392
|
+
end
|
|
1393
|
+
end
|
|
1394
|
+
do
|
|
1395
|
+
local ____export = require("types.HasFunction")
|
|
1396
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1397
|
+
if ____exportKey ~= "default" then
|
|
1398
|
+
____exports[____exportKey] = ____exportValue
|
|
1399
|
+
end
|
|
1400
|
+
end
|
|
1401
|
+
end
|
|
1402
|
+
do
|
|
1403
|
+
local ____export = require("types.Immutable")
|
|
1404
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1405
|
+
if ____exportKey ~= "default" then
|
|
1406
|
+
____exports[____exportKey] = ____exportValue
|
|
1407
|
+
end
|
|
1408
|
+
end
|
|
1409
|
+
end
|
|
1410
|
+
do
|
|
1411
|
+
local ____export = require("types.Increment")
|
|
1412
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1413
|
+
if ____exportKey ~= "default" then
|
|
1414
|
+
____exports[____exportKey] = ____exportValue
|
|
1415
|
+
end
|
|
1416
|
+
end
|
|
1417
|
+
end
|
|
1418
|
+
do
|
|
1419
|
+
local ____export = require("types.IRange")
|
|
1420
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1421
|
+
if ____exportKey ~= "default" then
|
|
1422
|
+
____exports[____exportKey] = ____exportValue
|
|
1423
|
+
end
|
|
1424
|
+
end
|
|
1425
|
+
end
|
|
1426
|
+
do
|
|
1427
|
+
local ____export = require("types.LowercaseKeys")
|
|
1428
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1429
|
+
if ____exportKey ~= "default" then
|
|
1430
|
+
____exports[____exportKey] = ____exportValue
|
|
1431
|
+
end
|
|
1432
|
+
end
|
|
1433
|
+
end
|
|
1434
|
+
do
|
|
1435
|
+
local ____export = require("types.NaturalNumbersLessThan")
|
|
1436
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1437
|
+
if ____exportKey ~= "default" then
|
|
1438
|
+
____exports[____exportKey] = ____exportValue
|
|
1439
|
+
end
|
|
1440
|
+
end
|
|
1441
|
+
end
|
|
1442
|
+
do
|
|
1443
|
+
local ____export = require("types.NaturalNumbersLessThanOrEqualTo")
|
|
1444
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1445
|
+
if ____exportKey ~= "default" then
|
|
1446
|
+
____exports[____exportKey] = ____exportValue
|
|
1447
|
+
end
|
|
1448
|
+
end
|
|
1449
|
+
end
|
|
1450
|
+
do
|
|
1451
|
+
local ____export = require("types.ObjectValues")
|
|
1452
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1453
|
+
if ____exportKey ~= "default" then
|
|
1454
|
+
____exports[____exportKey] = ____exportValue
|
|
1455
|
+
end
|
|
1456
|
+
end
|
|
1457
|
+
end
|
|
1178
1458
|
do
|
|
1179
1459
|
local ____export = require("types.PickingUpItem")
|
|
1180
1460
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -1183,6 +1463,38 @@ do
|
|
|
1183
1463
|
end
|
|
1184
1464
|
end
|
|
1185
1465
|
end
|
|
1466
|
+
do
|
|
1467
|
+
local ____export = require("types.PickupIndex")
|
|
1468
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1469
|
+
if ____exportKey ~= "default" then
|
|
1470
|
+
____exports[____exportKey] = ____exportValue
|
|
1471
|
+
end
|
|
1472
|
+
end
|
|
1473
|
+
end
|
|
1474
|
+
do
|
|
1475
|
+
local ____export = require("types.PlayerIndex")
|
|
1476
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1477
|
+
if ____exportKey ~= "default" then
|
|
1478
|
+
____exports[____exportKey] = ____exportValue
|
|
1479
|
+
end
|
|
1480
|
+
end
|
|
1481
|
+
end
|
|
1482
|
+
do
|
|
1483
|
+
local ____export = require("types.PossibleStatType")
|
|
1484
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1485
|
+
if ____exportKey ~= "default" then
|
|
1486
|
+
____exports[____exportKey] = ____exportValue
|
|
1487
|
+
end
|
|
1488
|
+
end
|
|
1489
|
+
end
|
|
1490
|
+
do
|
|
1491
|
+
local ____export = require("types.PublicInterface")
|
|
1492
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1493
|
+
if ____exportKey ~= "default" then
|
|
1494
|
+
____exports[____exportKey] = ____exportValue
|
|
1495
|
+
end
|
|
1496
|
+
end
|
|
1497
|
+
end
|
|
1186
1498
|
do
|
|
1187
1499
|
local ____export = require("types.ReadonlyMap")
|
|
1188
1500
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -1191,6 +1503,14 @@ do
|
|
|
1191
1503
|
end
|
|
1192
1504
|
end
|
|
1193
1505
|
end
|
|
1506
|
+
do
|
|
1507
|
+
local ____export = require("types.ReadonlyRecord")
|
|
1508
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1509
|
+
if ____exportKey ~= "default" then
|
|
1510
|
+
____exports[____exportKey] = ____exportValue
|
|
1511
|
+
end
|
|
1512
|
+
end
|
|
1513
|
+
end
|
|
1194
1514
|
do
|
|
1195
1515
|
local ____export = require("types.ReadonlySet")
|
|
1196
1516
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -1199,6 +1519,118 @@ do
|
|
|
1199
1519
|
end
|
|
1200
1520
|
end
|
|
1201
1521
|
end
|
|
1522
|
+
do
|
|
1523
|
+
local ____export = require("types.StartsWithLowercase")
|
|
1524
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1525
|
+
if ____exportKey ~= "default" then
|
|
1526
|
+
____exports[____exportKey] = ____exportValue
|
|
1527
|
+
end
|
|
1528
|
+
end
|
|
1529
|
+
end
|
|
1530
|
+
do
|
|
1531
|
+
local ____export = require("types.StartsWithUppercase")
|
|
1532
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1533
|
+
if ____exportKey ~= "default" then
|
|
1534
|
+
____exports[____exportKey] = ____exportValue
|
|
1535
|
+
end
|
|
1536
|
+
end
|
|
1537
|
+
end
|
|
1538
|
+
do
|
|
1539
|
+
local ____export = require("types.TSTLClass")
|
|
1540
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1541
|
+
if ____exportKey ~= "default" then
|
|
1542
|
+
____exports[____exportKey] = ____exportValue
|
|
1543
|
+
end
|
|
1544
|
+
end
|
|
1545
|
+
end
|
|
1546
|
+
do
|
|
1547
|
+
local ____export = require("types.Tuple")
|
|
1548
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1549
|
+
if ____exportKey ~= "default" then
|
|
1550
|
+
____exports[____exportKey] = ____exportValue
|
|
1551
|
+
end
|
|
1552
|
+
end
|
|
1553
|
+
end
|
|
1554
|
+
do
|
|
1555
|
+
local ____export = require("types.TupleKeys")
|
|
1556
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1557
|
+
if ____exportKey ~= "default" then
|
|
1558
|
+
____exports[____exportKey] = ____exportValue
|
|
1559
|
+
end
|
|
1560
|
+
end
|
|
1561
|
+
end
|
|
1562
|
+
do
|
|
1563
|
+
local ____export = require("types.TupleToIntersection")
|
|
1564
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1565
|
+
if ____exportKey ~= "default" then
|
|
1566
|
+
____exports[____exportKey] = ____exportValue
|
|
1567
|
+
end
|
|
1568
|
+
end
|
|
1569
|
+
end
|
|
1570
|
+
do
|
|
1571
|
+
local ____export = require("types.TupleToUnion")
|
|
1572
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1573
|
+
if ____exportKey ~= "default" then
|
|
1574
|
+
____exports[____exportKey] = ____exportValue
|
|
1575
|
+
end
|
|
1576
|
+
end
|
|
1577
|
+
end
|
|
1578
|
+
do
|
|
1579
|
+
local ____export = require("types.TupleWithLengthBetween")
|
|
1580
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1581
|
+
if ____exportKey ~= "default" then
|
|
1582
|
+
____exports[____exportKey] = ____exportValue
|
|
1583
|
+
end
|
|
1584
|
+
end
|
|
1585
|
+
end
|
|
1586
|
+
do
|
|
1587
|
+
local ____export = require("types.TupleWithMaxLength")
|
|
1588
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1589
|
+
if ____exportKey ~= "default" then
|
|
1590
|
+
____exports[____exportKey] = ____exportValue
|
|
1591
|
+
end
|
|
1592
|
+
end
|
|
1593
|
+
end
|
|
1594
|
+
do
|
|
1595
|
+
local ____export = require("types.UnionToIntersection")
|
|
1596
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1597
|
+
if ____exportKey ~= "default" then
|
|
1598
|
+
____exports[____exportKey] = ____exportValue
|
|
1599
|
+
end
|
|
1600
|
+
end
|
|
1601
|
+
end
|
|
1602
|
+
do
|
|
1603
|
+
local ____export = require("types.UppercaseKeys")
|
|
1604
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1605
|
+
if ____exportKey ~= "default" then
|
|
1606
|
+
____exports[____exportKey] = ____exportValue
|
|
1607
|
+
end
|
|
1608
|
+
end
|
|
1609
|
+
end
|
|
1610
|
+
do
|
|
1611
|
+
local ____export = require("types.WeightedArray")
|
|
1612
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1613
|
+
if ____exportKey ~= "default" then
|
|
1614
|
+
____exports[____exportKey] = ____exportValue
|
|
1615
|
+
end
|
|
1616
|
+
end
|
|
1617
|
+
end
|
|
1618
|
+
do
|
|
1619
|
+
local ____export = require("types.WidenLiteral")
|
|
1620
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1621
|
+
if ____exportKey ~= "default" then
|
|
1622
|
+
____exports[____exportKey] = ____exportValue
|
|
1623
|
+
end
|
|
1624
|
+
end
|
|
1625
|
+
end
|
|
1626
|
+
do
|
|
1627
|
+
local ____export = require("types.Writable")
|
|
1628
|
+
for ____exportKey, ____exportValue in pairs(____export) do
|
|
1629
|
+
if ____exportKey ~= "default" then
|
|
1630
|
+
____exports[____exportKey] = ____exportValue
|
|
1631
|
+
end
|
|
1632
|
+
end
|
|
1633
|
+
end
|
|
1202
1634
|
do
|
|
1203
1635
|
local ____export = require("isaac-typescript-definitions")
|
|
1204
1636
|
for ____exportKey, ____exportValue in pairs(____export) do
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChargeBarSprites.d.ts","sourceRoot":"","sources":["../../src/interfaces/ChargeBarSprites.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChargeBarSprites.d.ts","sourceRoot":"","sources":["../../src/interfaces/ChargeBarSprites.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,GAAG,CAAC;CACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Corner.d.ts","sourceRoot":"","sources":["../../src/interfaces/Corner.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Corner.d.ts","sourceRoot":"","sources":["../../src/interfaces/Corner.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD;;;;GAIG;AACH,MAAM,WAAW,MAAM;IACrB,QAAQ,CAAC,IAAI,EAAE,UAAU,CAAC;IAE1B,qDAAqD;IACrD,QAAQ,CAAC,SAAS,EAAE,GAAG,CAAC;IAExB;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;CACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SaveData.d.ts","sourceRoot":"","sources":["../../src/interfaces/SaveData.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SaveData.d.ts","sourceRoot":"","sources":["../../src/interfaces/SaveData.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
/// <reference types="lua-types/5.3" />
|
|
2
|
-
/// <reference types="lua-types/5.3" />
|
|
3
|
-
/// <reference types="lua-types/5.3" />
|
|
4
|
-
/// <reference types="@typescript-to-lua/language-extensions" />
|
|
5
1
|
/**
|
|
6
2
|
* This is a type representing the metatable of a user-created class from TypeScript code.
|
|
7
3
|
* (TypeScriptToLua transpiles TypeScript classes to a Lua table with a specific kind of metatable.)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TSTLClassMetatable.d.ts","sourceRoot":"","sources":["../../src/interfaces/TSTLClassMetatable.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TSTLClassMetatable.d.ts","sourceRoot":"","sources":["../../src/interfaces/TSTLClassMetatable.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,kBAAkB;IACjC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE;QACX,IAAI,EAAE,MAAM,CAAC;QACb,SAAS,EAAE,YAAY,CAAC,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC;KAErD,CAAC;CACH"}
|
|
@@ -641,12 +641,14 @@ export interface AddCallbackParametersCustom {
|
|
|
641
641
|
playerVariant?: PlayerVariant,
|
|
642
642
|
character?: PlayerType
|
|
643
643
|
];
|
|
644
|
-
[ModCallbackCustom.PRE_ITEM_PICKUP]: [
|
|
645
|
-
callback: (player: EntityPlayer, pickingUpItem:
|
|
644
|
+
[ModCallbackCustom.PRE_ITEM_PICKUP]: [
|
|
645
|
+
callback: (player: EntityPlayer, pickingUpItem: PickingUpItem) => boolean | undefined
|
|
646
|
+
] | [
|
|
647
|
+
callback: (player: EntityPlayer, pickingUpItem: PickingUpItemCollectible) => boolean | undefined,
|
|
646
648
|
itemType: ItemType.PASSIVE | ItemType.ACTIVE | ItemType.FAMILIAR,
|
|
647
649
|
collectibleType?: CollectibleType
|
|
648
650
|
] | [
|
|
649
|
-
callback: (player: EntityPlayer, pickingUpItem: PickingUpItemTrinket) =>
|
|
651
|
+
callback: (player: EntityPlayer, pickingUpItem: PickingUpItemTrinket) => boolean | undefined,
|
|
650
652
|
itemType: ItemType.TRINKET,
|
|
651
653
|
trinketType?: TrinketType
|
|
652
654
|
];
|