isaacscript-common 2.0.33 → 2.2.0
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/callbacks/customRevive.lua +11 -11
- package/callbacks/itemPickup.lua +7 -7
- package/callbacks/postBombInitLate.lua +2 -2
- package/callbacks/postBoneSwing.lua +2 -2
- package/callbacks/postCollectibleInitFirst.lua +3 -3
- package/callbacks/postCursedTeleport.lua +6 -6
- package/callbacks/postCustomDoorEnter.lua +9 -9
- package/callbacks/postDoorRender.lua +2 -2
- package/callbacks/postDoorUpdate.lua +2 -2
- package/callbacks/postEffectInitLate.lua +2 -2
- package/callbacks/postEffectStateChanged.lua +3 -3
- package/callbacks/postEsauJr.lua +5 -5
- package/callbacks/postFamiliarInitLate.lua +2 -2
- package/callbacks/postFamiliarStateChanged.lua +3 -3
- package/callbacks/postFlip.lua +4 -4
- package/callbacks/postGreedModeWave.lua +3 -3
- package/callbacks/postGridEntity.lua +7 -7
- package/callbacks/postGridEntityCollision.lua +4 -4
- package/callbacks/postGridEntityRender.lua +2 -2
- package/callbacks/postHolyMantleRemoved.lua +5 -5
- package/callbacks/postItemDischarged.lua +7 -7
- package/callbacks/postKnifeInitLate.lua +2 -2
- package/callbacks/postLaserInitLate.lua +2 -2
- package/callbacks/postNPCInitLate.lua +2 -2
- package/callbacks/postNPCStateChanged.lua +3 -3
- package/callbacks/postNewRoomEarly.lua +4 -4
- package/callbacks/postPickupCollect.lua +3 -3
- package/callbacks/postPickupInitLate.lua +2 -2
- package/callbacks/postPickupStateChanged.lua +3 -3
- package/callbacks/postPitRender.lua +2 -2
- package/callbacks/postPitUpdate.lua +2 -2
- package/callbacks/postPlayerChangeHealth.lua +8 -8
- package/callbacks/postPlayerChangeType.lua +5 -5
- package/callbacks/postPlayerFatalDamage.lua +6 -6
- package/callbacks/postPlayerInitLate.lua +3 -3
- package/callbacks/postPlayerReordered.lua +7 -7
- package/callbacks/postPoopRender.lua +2 -2
- package/callbacks/postPoopUpdate.lua +2 -2
- package/callbacks/postPressurePlateRender.lua +2 -2
- package/callbacks/postPressurePlateUpdate.lua +2 -2
- package/callbacks/postProjectileInitLate.lua +2 -2
- package/callbacks/postPurchase.lua +6 -6
- package/callbacks/postRockRender.lua +2 -2
- package/callbacks/postRockUpdate.lua +2 -2
- package/callbacks/postRoomClearChanged.lua +3 -3
- package/callbacks/postSacrifice.lua +4 -4
- package/callbacks/postSlotInitUpdate.lua +4 -4
- package/callbacks/postSlotRender.lua +6 -6
- package/callbacks/postSpikesRender.lua +2 -2
- package/callbacks/postSpikesUpdate.lua +2 -2
- package/callbacks/postTNTRender.lua +2 -2
- package/callbacks/postTNTUpdate.lua +2 -2
- package/callbacks/postTearInitLate.lua +2 -2
- package/callbacks/postTearInitVeryLate.lua +2 -2
- package/callbacks/postTransformation.lua +6 -6
- package/callbacks/postTrinketBreak.lua +5 -5
- package/callbacks/preBerserkDeath.lua +5 -5
- package/callbacks/preNewLevel.lua +3 -3
- package/callbacks/reorderedCallbacks.lua +4 -4
- package/classes/DefaultMap.d.ts +11 -7
- package/classes/ModUpgraded.d.ts +8 -2
- package/classes/ModUpgraded.lua +1 -1
- package/constants.d.ts +5 -5
- package/constants.lua +2 -2
- package/{constantsMax.d.ts → constantsFirstLast.d.ts} +0 -0
- package/{constantsMax.lua → constantsFirstLast.lua} +2 -2
- package/enums/HealthType.d.ts +2 -2
- package/enums/ModCallbackCustom.d.ts +753 -2
- package/features/characterHealthConversion.d.ts +1 -2
- package/features/characterHealthConversion.lua +3 -3
- package/features/characterStats.lua +3 -3
- package/features/debugDisplay/debugDisplay.lua +4 -4
- package/features/debugDisplay/exports.d.ts +36 -36
- package/features/debugDisplay/exports.lua +2 -2
- package/features/debugDisplay/v.lua +2 -2
- package/features/deployJSONRoom.d.ts +1 -1
- package/features/deployJSONRoom.lua +15 -15
- package/features/disableInputs.d.ts +5 -5
- package/features/disableInputs.lua +3 -3
- package/features/disableSound.d.ts +2 -2
- package/features/disableSound.lua +4 -4
- package/features/extraConsoleCommands/commandsDisplay.d.ts +18 -18
- package/features/extraConsoleCommands/commandsDisplay.lua +1 -1
- package/features/extraConsoleCommands/commandsSubroutines.lua +10 -10
- package/features/extraConsoleCommands/init.d.ts +3 -2
- package/features/extraConsoleCommands/init.lua +83 -83
- package/features/extraConsoleCommands/{commands.d.ts → listCommands.d.ts} +17 -17
- package/features/extraConsoleCommands/{commands.lua → listCommands.lua} +36 -36
- package/features/fadeInRemover.lua +3 -3
- package/features/fastReset.lua +4 -4
- package/features/forgottenSwitch.lua +2 -2
- package/features/getCollectibleItemPoolType.lua +6 -6
- package/features/playerInventory.lua +10 -10
- package/features/{isPonyActive.d.ts → ponyDetection.d.ts} +0 -0
- package/features/{isPonyActive.lua → ponyDetection.lua} +7 -7
- package/features/{preventCollectibleRotate.d.ts → preventCollectibleRotation.d.ts} +1 -1
- package/features/{preventCollectibleRotate.lua → preventCollectibleRotation.lua} +9 -9
- package/features/runInNFrames.lua +3 -3
- package/features/saveDataManager/exports.d.ts +15 -12
- package/features/saveDataManager/exports.lua +6 -6
- package/features/saveDataManager/load.d.ts +1 -1
- package/features/saveDataManager/load.lua +4 -4
- package/features/saveDataManager/main.d.ts +1 -1
- package/features/saveDataManager/main.lua +11 -11
- package/features/saveDataManager/maps.d.ts +1 -1
- package/features/saveDataManager/merge.lua +10 -10
- package/features/saveDataManager/save.d.ts +1 -1
- package/features/saveDataManager/save.lua +5 -5
- package/features/saveDataManager/serializationBrand.lua +2 -2
- package/features/sirenHelpers.lua +3 -3
- package/features/taintedLazarusPlayers.lua +2 -2
- package/functions/array.lua +3 -3
- package/functions/benchmark.lua +1 -1
- package/functions/boss.lua +7 -7
- package/functions/cacheFlag.lua +1 -1
- package/functions/cards.d.ts +1 -1
- package/functions/cards.lua +13 -13
- package/functions/challenges.lua +1 -1
- package/functions/character.lua +9 -9
- package/functions/charge.lua +3 -3
- package/functions/chargeBar.d.ts +1 -8
- package/functions/chargeBar.lua +1 -1
- package/functions/collectibleCacheFlag.d.ts +4 -4
- package/functions/collectibleCacheFlag.lua +6 -6
- package/functions/collectibleSet.lua +5 -5
- package/functions/collectibleTag.lua +6 -6
- package/functions/collectibles.lua +15 -15
- package/functions/color.d.ts +17 -3
- package/functions/color.lua +5 -5
- package/functions/debug.lua +1 -1
- package/functions/deepCopy.lua +13 -13
- package/functions/deepCopyTests.lua +6 -6
- package/functions/direction.lua +3 -3
- package/functions/doors.lua +6 -6
- package/functions/eden.lua +5 -5
- package/functions/entity.lua +5 -5
- package/functions/entitySpecific.d.ts +15 -1
- package/functions/entitySpecific.lua +10 -2
- package/functions/enums.d.ts +3 -3
- package/functions/enums.lua +2 -2
- package/functions/familiars.lua +2 -2
- package/functions/flying.lua +2 -2
- package/functions/globals.lua +3 -3
- package/functions/gridEntity.lua +10 -10
- package/functions/gridEntitySpecific.lua +2 -2
- package/functions/input.lua +4 -4
- package/functions/jsonHelpers.lua +1 -1
- package/functions/jsonRoom.d.ts +1 -1
- package/functions/jsonRoom.lua +4 -4
- package/functions/kColor.d.ts +1 -1
- package/functions/kColor.lua +5 -5
- package/functions/level.lua +3 -3
- package/functions/log.lua +15 -15
- package/functions/math.lua +1 -1
- package/functions/mergeTests.lua +7 -7
- package/functions/npc.lua +3 -3
- package/functions/pickups.lua +6 -6
- package/functions/pills.lua +15 -15
- package/functions/player.lua +11 -11
- package/functions/playerDataStructures.d.ts +51 -0
- package/functions/playerDataStructures.lua +5 -1
- package/functions/playerHealth.d.ts +1 -1
- package/functions/playerHealth.lua +4 -4
- package/functions/playerIndex.lua +1 -1
- package/functions/pocketItems.d.ts +1 -1
- package/functions/pocketItems.lua +3 -3
- package/functions/positionVelocity.lua +6 -6
- package/functions/random.lua +1 -1
- package/functions/revive.lua +6 -6
- package/functions/rng.d.ts +1 -1
- package/functions/rng.lua +6 -6
- package/functions/roomData.lua +4 -4
- package/functions/roomGrid.lua +3 -3
- package/functions/roomShape.lua +8 -8
- package/functions/rooms.lua +12 -12
- package/functions/run.lua +4 -4
- package/functions/seeds.lua +2 -2
- package/functions/serialization.lua +5 -5
- package/functions/set.lua +2 -2
- package/functions/sound.lua +2 -2
- package/functions/spawnCollectible.lua +10 -10
- package/functions/sprite.lua +3 -3
- package/functions/stage.lua +2 -2
- package/functions/transformations.lua +6 -6
- package/functions/trinketCacheFlag.lua +3 -3
- package/functions/trinketGive.d.ts +1 -1
- package/functions/trinketGive.lua +3 -3
- package/functions/trinkets.d.ts +3 -3
- package/functions/trinkets.lua +14 -14
- package/functions/tstlClass.lua +1 -1
- package/functions/ui.lua +3 -3
- package/functions/utils.d.ts +2 -2
- package/functions/utils.lua +1 -1
- package/functions/vector.d.ts +1 -1
- package/functions/vector.lua +5 -5
- package/index.d.ts +14 -13
- package/index.lua +123 -123
- package/initCustomCallbacks.lua +58 -58
- package/initFeatures.lua +19 -19
- package/{types → interfaces}/AddCallbackParameterCustom.d.ts +0 -0
- package/{types → interfaces}/AddCallbackParameterCustom.lua +1 -1
- package/interfaces/ChargeBarSprites.d.ts +13 -0
- package/{types/JSONDoor.lua → interfaces/ChargeBarSprites.lua} +0 -0
- package/{types → interfaces}/JSONDoor.d.ts +1 -0
- package/{types/JSONEntity.lua → interfaces/JSONDoor.lua} +0 -0
- package/{types → interfaces}/JSONEntity.d.ts +1 -0
- package/{types/JSONRoom.lua → interfaces/JSONEntity.lua} +0 -0
- package/{types → interfaces}/JSONRoom.d.ts +1 -5
- package/{types/JSONRooms.lua → interfaces/JSONRoom.lua} +0 -0
- package/{types → interfaces}/JSONRooms.d.ts +0 -0
- package/{types/JSONSpawn.lua → interfaces/JSONRooms.lua} +0 -0
- package/{types → interfaces}/JSONSpawn.d.ts +1 -0
- package/{types/PlayerHealth.lua → interfaces/JSONSpawn.lua} +0 -0
- package/{types → interfaces}/PlayerHealth.d.ts +1 -0
- package/{types/PocketItemDescription.lua → interfaces/PlayerHealth.lua} +0 -0
- package/{types → interfaces}/PocketItemDescription.d.ts +1 -0
- package/{types/Primitive.lua → interfaces/PocketItemDescription.lua} +0 -0
- package/interfaces/SaveData.d.ts +29 -0
- package/{types/private → interfaces}/SaveData.lua +0 -0
- package/{types → interfaces}/TrinketSituation.d.ts +1 -0
- package/{types → interfaces}/TrinketSituation.lua +0 -0
- package/{types → interfaces}/private/TSTLClassMetatable.d.ts +0 -0
- package/{types → interfaces}/private/TSTLClassMetatable.lua +0 -0
- package/maps/cardMap.lua +85 -85
- package/maps/characterMap.lua +58 -58
- package/maps/defaultPlayerStatMap.lua +1 -1
- package/maps/pillEffectMap.lua +39 -39
- package/maps/roomTypeMap.lua +12 -12
- package/objects/LRoomShapeToRectangles.lua +1 -1
- package/objects/callbackRegisterFunctions.d.ts +1 -1
- package/objects/callbackRegisterFunctions.lua +76 -76
- package/objects/directionToVector.lua +1 -1
- package/objects/isaacAPIClassTypeToBrand.lua +2 -2
- package/objects/isaacAPIClassTypeToCopyFunction.lua +5 -5
- package/objects/roomShapeBounds.lua +1 -1
- package/objects/roomShapeLayoutSizes.lua +1 -1
- package/objects/roomShapeToDoorSlotsToGridIndexDelta.lua +1 -1
- package/objects/roomShapeToTopLeftPosition.lua +1 -1
- package/objects/roomTypeNames.lua +1 -1
- package/objects/serializedIsaacAPIClassTypeToIdentityFunction.lua +5 -5
- package/package.json +2 -2
- package/patchErrorFunctions.lua +1 -1
- package/types/CollectibleIndex.d.ts +2 -2
- package/types/PickingUpItem.d.ts +12 -2
- package/types/PickingUpItem.lua +3 -0
- package/types/PlayerIndex.d.ts +2 -2
- package/types/private/IsaacAPIClass.d.ts +1 -1
- package/types/private/SerializedIsaacAPIClass.d.ts +1 -1
- package/types/private/TSTLClass.d.ts +1 -1
- package/upgradeMod.d.ts +2 -1
- package/upgradeMod.lua +7 -7
- package/types/Primitive.d.ts +0 -1
- package/types/private/SaveData.d.ts +0 -22
package/README.md
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/isaacscript-common)
|
|
4
4
|
|
|
5
|
-
This
|
|
5
|
+
This package contains helper functions and extra features for IsaacScript mods. Start by [browsing the auto-generated documentation](https://isaacscript.github.io/isaacscript-common).
|
|
6
6
|
|
|
7
7
|
For more information about IsaacScript, see the [official website](https://isaacscript.github.io/).
|
|
@@ -6,30 +6,30 @@ local FamiliarVariant = ____isaac_2Dtypescript_2Ddefinitions.FamiliarVariant
|
|
|
6
6
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
7
7
|
local PlayerType = ____isaac_2Dtypescript_2Ddefinitions.PlayerType
|
|
8
8
|
local SoundEffect = ____isaac_2Dtypescript_2Ddefinitions.SoundEffect
|
|
9
|
-
local ____cachedClasses = require("
|
|
9
|
+
local ____cachedClasses = require("cachedClasses")
|
|
10
10
|
local sfxManager = ____cachedClasses.sfxManager
|
|
11
|
-
local ____ModCallbackCustom = require("
|
|
11
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
12
12
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
13
|
-
local ____runInNFrames = require("
|
|
13
|
+
local ____runInNFrames = require("features.runInNFrames")
|
|
14
14
|
local runNextGameFrame = ____runInNFrames.runNextGameFrame
|
|
15
|
-
local ____exports = require("
|
|
15
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
16
16
|
local saveDataManager = ____exports.saveDataManager
|
|
17
|
-
local ____collectibles = require("
|
|
17
|
+
local ____collectibles = require("functions.collectibles")
|
|
18
18
|
local removeCollectibleFromItemTracker = ____collectibles.removeCollectibleFromItemTracker
|
|
19
|
-
local ____entitySpecific = require("
|
|
19
|
+
local ____entitySpecific = require("functions.entitySpecific")
|
|
20
20
|
local removeAllFamiliars = ____entitySpecific.removeAllFamiliars
|
|
21
|
-
local ____log = require("
|
|
21
|
+
local ____log = require("functions.log")
|
|
22
22
|
local log = ____log.log
|
|
23
23
|
local logError = ____log.logError
|
|
24
|
-
local ____player = require("
|
|
24
|
+
local ____player = require("functions.player")
|
|
25
25
|
local isCharacter = ____player.isCharacter
|
|
26
|
-
local ____playerIndex = require("
|
|
26
|
+
local ____playerIndex = require("functions.playerIndex")
|
|
27
27
|
local getPlayerFromIndex = ____playerIndex.getPlayerFromIndex
|
|
28
28
|
local getPlayerIndex = ____playerIndex.getPlayerIndex
|
|
29
|
-
local ____postCustomRevive = require("
|
|
29
|
+
local ____postCustomRevive = require("callbacks.subscriptions.postCustomRevive")
|
|
30
30
|
local postCustomReviveFire = ____postCustomRevive.postCustomReviveFire
|
|
31
31
|
local postCustomReviveHasSubscriptions = ____postCustomRevive.postCustomReviveHasSubscriptions
|
|
32
|
-
local ____preCustomRevive = require("
|
|
32
|
+
local ____preCustomRevive = require("callbacks.subscriptions.preCustomRevive")
|
|
33
33
|
local preCustomReviveFire = ____preCustomRevive.preCustomReviveFire
|
|
34
34
|
local preCustomReviveHasSubscriptions = ____preCustomRevive.preCustomReviveHasSubscriptions
|
|
35
35
|
function hasSubscriptions(self)
|
package/callbacks/itemPickup.lua
CHANGED
|
@@ -4,21 +4,21 @@ local ____exports = {}
|
|
|
4
4
|
local hasSubscriptions, postPEffectUpdateReordered, queueEmpty, queueNotEmpty, v
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local ItemType = ____isaac_2Dtypescript_2Ddefinitions.ItemType
|
|
7
|
-
local ____DefaultMap = require("
|
|
7
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
8
8
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
9
|
-
local ____ModCallbackCustom = require("
|
|
9
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
10
10
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
11
|
-
local ____exports = require("
|
|
11
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
12
12
|
local saveDataManager = ____exports.saveDataManager
|
|
13
|
-
local ____playerDataStructures = require("
|
|
13
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
14
14
|
local defaultMapGetPlayer = ____playerDataStructures.defaultMapGetPlayer
|
|
15
|
-
local ____PickingUpItem = require("
|
|
15
|
+
local ____PickingUpItem = require("types.PickingUpItem")
|
|
16
16
|
local newPickingUpItem = ____PickingUpItem.newPickingUpItem
|
|
17
17
|
local resetPickingUpItem = ____PickingUpItem.resetPickingUpItem
|
|
18
|
-
local ____postItemPickup = require("
|
|
18
|
+
local ____postItemPickup = require("callbacks.subscriptions.postItemPickup")
|
|
19
19
|
local postItemPickupFire = ____postItemPickup.postItemPickupFire
|
|
20
20
|
local postItemPickupHasSubscriptions = ____postItemPickup.postItemPickupHasSubscriptions
|
|
21
|
-
local ____preItemPickup = require("
|
|
21
|
+
local ____preItemPickup = require("callbacks.subscriptions.preItemPickup")
|
|
22
22
|
local preItemPickupFire = ____preItemPickup.preItemPickupFire
|
|
23
23
|
local preItemPickupHasSubscriptions = ____preItemPickup.preItemPickupHasSubscriptions
|
|
24
24
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postBombUpdate, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____postBombInitLate = require("
|
|
10
|
+
local ____postBombInitLate = require("callbacks.subscriptions.postBombInitLate")
|
|
11
11
|
local postBombInitLateFire = ____postBombInitLate.postBombInitLateFire
|
|
12
12
|
local postBombInitLateHasSubscriptions = ____postBombInitLate.postBombInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -7,9 +7,9 @@ local hasSubscriptions, postKnifeRender, postKnifeRenderBoneClub, boneClubAnimat
|
|
|
7
7
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
8
8
|
local KnifeVariant = ____isaac_2Dtypescript_2Ddefinitions.KnifeVariant
|
|
9
9
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
10
|
-
local ____exports = require("
|
|
10
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
11
11
|
local saveDataManager = ____exports.saveDataManager
|
|
12
|
-
local ____postBoneSwing = require("
|
|
12
|
+
local ____postBoneSwing = require("callbacks.subscriptions.postBoneSwing")
|
|
13
13
|
local postBoneSwingFire = ____postBoneSwing.postBoneSwingFire
|
|
14
14
|
local postBoneSwingHasSubscriptions = ____postBoneSwing.postBoneSwingHasSubscriptions
|
|
15
15
|
function hasSubscriptions(self)
|
|
@@ -6,11 +6,11 @@ local hasSubscriptions, postPickupInitCollectible, v
|
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
8
|
local PickupVariant = ____isaac_2Dtypescript_2Ddefinitions.PickupVariant
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____collectibles = require("
|
|
11
|
+
local ____collectibles = require("functions.collectibles")
|
|
12
12
|
local getCollectibleIndex = ____collectibles.getCollectibleIndex
|
|
13
|
-
local ____postCollectibleInitFirst = require("
|
|
13
|
+
local ____postCollectibleInitFirst = require("callbacks.subscriptions.postCollectibleInitFirst")
|
|
14
14
|
local postCollectibleInitFirstFire = ____postCollectibleInitFirst.postCollectibleInitFirstFire
|
|
15
15
|
local postCollectibleInitFirstHasSubscriptions = ____postCollectibleInitFirst.postCollectibleInitFirstHasSubscriptions
|
|
16
16
|
function hasSubscriptions(self)
|
|
@@ -11,18 +11,18 @@ local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
|
11
11
|
local PlayerVariant = ____isaac_2Dtypescript_2Ddefinitions.PlayerVariant
|
|
12
12
|
local RoomType = ____isaac_2Dtypescript_2Ddefinitions.RoomType
|
|
13
13
|
local TrinketType = ____isaac_2Dtypescript_2Ddefinitions.TrinketType
|
|
14
|
-
local ____cachedClasses = require("
|
|
14
|
+
local ____cachedClasses = require("cachedClasses")
|
|
15
15
|
local game = ____cachedClasses.game
|
|
16
|
-
local ____exports = require("
|
|
16
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
17
17
|
local saveDataManager = ____exports.saveDataManager
|
|
18
|
-
local ____flag = require("
|
|
18
|
+
local ____flag = require("functions.flag")
|
|
19
19
|
local hasFlag = ____flag.hasFlag
|
|
20
|
-
local ____player = require("
|
|
20
|
+
local ____player = require("functions.player")
|
|
21
21
|
local getPlayerNumHitsRemaining = ____player.getPlayerNumHitsRemaining
|
|
22
|
-
local ____playerDataStructures = require("
|
|
22
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
23
23
|
local mapGetPlayer = ____playerDataStructures.mapGetPlayer
|
|
24
24
|
local mapSetPlayer = ____playerDataStructures.mapSetPlayer
|
|
25
|
-
local ____postCursedTeleport = require("
|
|
25
|
+
local ____postCursedTeleport = require("callbacks.subscriptions.postCursedTeleport")
|
|
26
26
|
local postCursedTeleportFire = ____postCursedTeleport.postCursedTeleportFire
|
|
27
27
|
local postCursedTeleportHasSubscriptions = ____postCursedTeleport.postCursedTeleportHasSubscriptions
|
|
28
28
|
function hasSubscriptions(self)
|
|
@@ -10,24 +10,24 @@ local DoorState = ____isaac_2Dtypescript_2Ddefinitions.DoorState
|
|
|
10
10
|
local GridCollisionClass = ____isaac_2Dtypescript_2Ddefinitions.GridCollisionClass
|
|
11
11
|
local GridEntityType = ____isaac_2Dtypescript_2Ddefinitions.GridEntityType
|
|
12
12
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
13
|
-
local ____cachedClasses = require("
|
|
13
|
+
local ____cachedClasses = require("cachedClasses")
|
|
14
14
|
local game = ____cachedClasses.game
|
|
15
|
-
local ____ModCallbackCustom = require("
|
|
15
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
16
16
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
17
|
-
local ____exports = require("
|
|
17
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
18
18
|
local saveDataManager = ____exports.saveDataManager
|
|
19
|
-
local ____direction = require("
|
|
19
|
+
local ____direction = require("functions.direction")
|
|
20
20
|
local directionToVector = ____direction.directionToVector
|
|
21
|
-
local ____doors = require("
|
|
21
|
+
local ____doors = require("functions.doors")
|
|
22
22
|
local doorSlotToDirection = ____doors.doorSlotToDirection
|
|
23
|
-
local ____entitySpecific = require("
|
|
23
|
+
local ____entitySpecific = require("functions.entitySpecific")
|
|
24
24
|
local getEffects = ____entitySpecific.getEffects
|
|
25
25
|
local spawnEffect = ____entitySpecific.spawnEffect
|
|
26
|
-
local ____player = require("
|
|
26
|
+
local ____player = require("functions.player")
|
|
27
27
|
local getClosestPlayer = ____player.getClosestPlayer
|
|
28
|
-
local ____utils = require("
|
|
28
|
+
local ____utils = require("functions.utils")
|
|
29
29
|
local ensureAllCases = ____utils.ensureAllCases
|
|
30
|
-
local ____postCustomDoorEnter = require("
|
|
30
|
+
local ____postCustomDoorEnter = require("callbacks.subscriptions.postCustomDoorEnter")
|
|
31
31
|
local postCustomDoorEnterFire = ____postCustomDoorEnter.postCustomDoorEnterFire
|
|
32
32
|
local postCustomDoorEnterHasSubscriptions = ____postCustomDoorEnter.postCustomDoorEnterHasSubscriptions
|
|
33
33
|
function hasSubscriptions(self)
|
|
@@ -2,9 +2,9 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postRender
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
5
|
-
local ____doors = require("
|
|
5
|
+
local ____doors = require("functions.doors")
|
|
6
6
|
local getDoors = ____doors.getDoors
|
|
7
|
-
local ____postDoorRender = require("
|
|
7
|
+
local ____postDoorRender = require("callbacks.subscriptions.postDoorRender")
|
|
8
8
|
local postDoorRenderFire = ____postDoorRender.postDoorRenderFire
|
|
9
9
|
local postDoorRenderHasSubscriptions = ____postDoorRender.postDoorRenderHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|
|
@@ -2,9 +2,9 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postUpdate
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
5
|
-
local ____doors = require("
|
|
5
|
+
local ____doors = require("functions.doors")
|
|
6
6
|
local getDoors = ____doors.getDoors
|
|
7
|
-
local ____postDoorUpdate = require("
|
|
7
|
+
local ____postDoorUpdate = require("callbacks.subscriptions.postDoorUpdate")
|
|
8
8
|
local postDoorUpdateFire = ____postDoorUpdate.postDoorUpdateFire
|
|
9
9
|
local postDoorUpdateHasSubscriptions = ____postDoorUpdate.postDoorUpdateHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postEffectUpdate, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____postEffectInitLate = require("
|
|
10
|
+
local ____postEffectInitLate = require("callbacks.subscriptions.postEffectInitLate")
|
|
11
11
|
local postEffectInitLateFire = ____postEffectInitLate.postEffectInitLateFire
|
|
12
12
|
local postEffectInitLateHasSubscriptions = ____postEffectInitLate.postEffectInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -4,11 +4,11 @@ local ____exports = {}
|
|
|
4
4
|
local hasSubscriptions, postEffectUpdate, v
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
7
|
-
local ____DefaultMap = require("
|
|
7
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
8
8
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____postEffectStateChanged = require("
|
|
11
|
+
local ____postEffectStateChanged = require("callbacks.subscriptions.postEffectStateChanged")
|
|
12
12
|
local postEffectStateChangedFire = ____postEffectStateChanged.postEffectStateChangedFire
|
|
13
13
|
local postEffectStateChangedHasSubscriptions = ____postEffectStateChanged.postEffectStateChangedHasSubscriptions
|
|
14
14
|
function hasSubscriptions(self)
|
package/callbacks/postEsauJr.lua
CHANGED
|
@@ -5,16 +5,16 @@ local hasSubscriptions, postUpdate, getPlayerWithControllerIndex, useItemEsauJr,
|
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local CollectibleType = ____isaac_2Dtypescript_2Ddefinitions.CollectibleType
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____cachedClasses = require("
|
|
8
|
+
local ____cachedClasses = require("cachedClasses")
|
|
9
9
|
local game = ____cachedClasses.game
|
|
10
|
-
local ____exports = require("
|
|
10
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
11
11
|
local saveDataManager = ____exports.saveDataManager
|
|
12
|
-
local ____playerIndex = require("
|
|
12
|
+
local ____playerIndex = require("functions.playerIndex")
|
|
13
13
|
local getPlayers = ____playerIndex.getPlayers
|
|
14
|
-
local ____postEsauJr = require("
|
|
14
|
+
local ____postEsauJr = require("callbacks.subscriptions.postEsauJr")
|
|
15
15
|
local postEsauJrFire = ____postEsauJr.postEsauJrFire
|
|
16
16
|
local postEsauJrHasSubscriptions = ____postEsauJr.postEsauJrHasSubscriptions
|
|
17
|
-
local ____postFirstEsauJr = require("
|
|
17
|
+
local ____postFirstEsauJr = require("callbacks.subscriptions.postFirstEsauJr")
|
|
18
18
|
local postFirstEsauJrFire = ____postFirstEsauJr.postFirstEsauJrFire
|
|
19
19
|
local postFirstEsauJrHasSubscriptions = ____postFirstEsauJr.postFirstEsauJrHasSubscriptions
|
|
20
20
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postFamiliarUpdate, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____postFamiliarInitLate = require("
|
|
10
|
+
local ____postFamiliarInitLate = require("callbacks.subscriptions.postFamiliarInitLate")
|
|
11
11
|
local postFamiliarInitLateFire = ____postFamiliarInitLate.postFamiliarInitLateFire
|
|
12
12
|
local postFamiliarInitLateHasSubscriptions = ____postFamiliarInitLate.postFamiliarInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -4,11 +4,11 @@ local ____exports = {}
|
|
|
4
4
|
local hasSubscriptions, postFamiliarUpdate, v
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
7
|
-
local ____DefaultMap = require("
|
|
7
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
8
8
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____postFamiliarStateChanged = require("
|
|
11
|
+
local ____postFamiliarStateChanged = require("callbacks.subscriptions.postFamiliarStateChanged")
|
|
12
12
|
local postFamiliarStateChangedFire = ____postFamiliarStateChanged.postFamiliarStateChangedFire
|
|
13
13
|
local postFamiliarStateChangedHasSubscriptions = ____postFamiliarStateChanged.postFamiliarStateChangedHasSubscriptions
|
|
14
14
|
function hasSubscriptions(self)
|
package/callbacks/postFlip.lua
CHANGED
|
@@ -6,15 +6,15 @@ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitio
|
|
|
6
6
|
local CollectibleType = ____isaac_2Dtypescript_2Ddefinitions.CollectibleType
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
8
|
local PlayerType = ____isaac_2Dtypescript_2Ddefinitions.PlayerType
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____player = require("
|
|
11
|
+
local ____player = require("functions.player")
|
|
12
12
|
local getPlayersOfType = ____player.getPlayersOfType
|
|
13
13
|
local isTaintedLazarus = ____player.isTaintedLazarus
|
|
14
|
-
local ____postFirstFlip = require("
|
|
14
|
+
local ____postFirstFlip = require("callbacks.subscriptions.postFirstFlip")
|
|
15
15
|
local postFirstFlipFire = ____postFirstFlip.postFirstFlipFire
|
|
16
16
|
local postFirstFlipHasSubscriptions = ____postFirstFlip.postFirstFlipHasSubscriptions
|
|
17
|
-
local ____postFlip = require("
|
|
17
|
+
local ____postFlip = require("callbacks.subscriptions.postFlip")
|
|
18
18
|
local postFlipFire = ____postFlip.postFlipFire
|
|
19
19
|
local postFlipHasSubscriptions = ____postFlip.postFlipHasSubscriptions
|
|
20
20
|
function hasSubscriptions(self)
|
|
@@ -2,11 +2,11 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postUpdate, v
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
5
|
-
local ____cachedClasses = require("
|
|
5
|
+
local ____cachedClasses = require("cachedClasses")
|
|
6
6
|
local game = ____cachedClasses.game
|
|
7
|
-
local ____exports = require("
|
|
7
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
8
8
|
local saveDataManager = ____exports.saveDataManager
|
|
9
|
-
local ____postGreedModeWave = require("
|
|
9
|
+
local ____postGreedModeWave = require("callbacks.subscriptions.postGreedModeWave")
|
|
10
10
|
local postGreedModeWaveFire = ____postGreedModeWave.postGreedModeWaveFire
|
|
11
11
|
local postGreedModeWaveHasSubscriptions = ____postGreedModeWave.postGreedModeWaveHasSubscriptions
|
|
12
12
|
function hasSubscriptions(self)
|
|
@@ -6,24 +6,24 @@ local ____exports = {}
|
|
|
6
6
|
local hasSubscriptions, postUpdate, checkGridEntitiesRemoved, checkGridEntityStateChanged, checkNewGridEntity, updateTupleInMap, postNewRoom, v
|
|
7
7
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
8
8
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____gridEntity = require("
|
|
11
|
+
local ____gridEntity = require("functions.gridEntity")
|
|
12
12
|
local getGridEntitiesMap = ____gridEntity.getGridEntitiesMap
|
|
13
13
|
local isGridEntityBroken = ____gridEntity.isGridEntityBroken
|
|
14
|
-
local ____postGridEntityBroken = require("
|
|
14
|
+
local ____postGridEntityBroken = require("callbacks.subscriptions.postGridEntityBroken")
|
|
15
15
|
local postGridEntityBrokenFire = ____postGridEntityBroken.postGridEntityBrokenFire
|
|
16
16
|
local postGridEntityBrokenHasSubscriptions = ____postGridEntityBroken.postGridEntityBrokenHasSubscriptions
|
|
17
|
-
local ____postGridEntityInit = require("
|
|
17
|
+
local ____postGridEntityInit = require("callbacks.subscriptions.postGridEntityInit")
|
|
18
18
|
local postGridEntityInitFire = ____postGridEntityInit.postGridEntityInitFire
|
|
19
19
|
local postGridEntityInitHasSubscriptions = ____postGridEntityInit.postGridEntityInitHasSubscriptions
|
|
20
|
-
local ____postGridEntityRemove = require("
|
|
20
|
+
local ____postGridEntityRemove = require("callbacks.subscriptions.postGridEntityRemove")
|
|
21
21
|
local postGridEntityRemoveFire = ____postGridEntityRemove.postGridEntityRemoveFire
|
|
22
22
|
local postGridEntityRemoveHasSubscriptions = ____postGridEntityRemove.postGridEntityRemoveHasSubscriptions
|
|
23
|
-
local ____postGridEntityStateChanged = require("
|
|
23
|
+
local ____postGridEntityStateChanged = require("callbacks.subscriptions.postGridEntityStateChanged")
|
|
24
24
|
local postGridEntityStateChangedFire = ____postGridEntityStateChanged.postGridEntityStateChangedFire
|
|
25
25
|
local postGridEntityStateChangedHasSubscriptions = ____postGridEntityStateChanged.postGridEntityStateChangedHasSubscriptions
|
|
26
|
-
local ____postGridEntityUpdate = require("
|
|
26
|
+
local ____postGridEntityUpdate = require("callbacks.subscriptions.postGridEntityUpdate")
|
|
27
27
|
local postGridEntityUpdateFire = ____postGridEntityUpdate.postGridEntityUpdateFire
|
|
28
28
|
local postGridEntityUpdateHasSubscriptions = ____postGridEntityUpdate.postGridEntityUpdateHasSubscriptions
|
|
29
29
|
function hasSubscriptions(self)
|
|
@@ -9,14 +9,14 @@ local hasSubscriptions, postUpdate, v
|
|
|
9
9
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
10
10
|
local GridCollisionClass = ____isaac_2Dtypescript_2Ddefinitions.GridCollisionClass
|
|
11
11
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
12
|
-
local ____DefaultMap = require("
|
|
12
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
13
13
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
14
|
-
local ____exports = require("
|
|
14
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
15
15
|
local saveDataManager = ____exports.saveDataManager
|
|
16
|
-
local ____gridEntity = require("
|
|
16
|
+
local ____gridEntity = require("functions.gridEntity")
|
|
17
17
|
local getCollidingEntitiesWithGridEntity = ____gridEntity.getCollidingEntitiesWithGridEntity
|
|
18
18
|
local getGridEntities = ____gridEntity.getGridEntities
|
|
19
|
-
local ____postGridEntityCollision = require("
|
|
19
|
+
local ____postGridEntityCollision = require("callbacks.subscriptions.postGridEntityCollision")
|
|
20
20
|
local postGridEntityCollisionFire = ____postGridEntityCollision.postGridEntityCollisionFire
|
|
21
21
|
local postGridEntityCollisionHasSubscriptions = ____postGridEntityCollision.postGridEntityCollisionHasSubscriptions
|
|
22
22
|
function hasSubscriptions(self)
|
|
@@ -2,9 +2,9 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postRender
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
5
|
-
local ____gridEntity = require("
|
|
5
|
+
local ____gridEntity = require("functions.gridEntity")
|
|
6
6
|
local getGridEntities = ____gridEntity.getGridEntities
|
|
7
|
-
local ____postGridEntityRender = require("
|
|
7
|
+
local ____postGridEntityRender = require("callbacks.subscriptions.postGridEntityRender")
|
|
8
8
|
local postGridEntityRenderFire = ____postGridEntityRender.postGridEntityRenderFire
|
|
9
9
|
local postGridEntityRenderHasSubscriptions = ____postGridEntityRender.postGridEntityRenderHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|
|
@@ -4,16 +4,16 @@ local ____exports = {}
|
|
|
4
4
|
local hasSubscriptions, postPEffectUpdateReordered, v
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local CollectibleType = ____isaac_2Dtypescript_2Ddefinitions.CollectibleType
|
|
7
|
-
local ____DefaultMap = require("
|
|
7
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
8
8
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
9
|
-
local ____ModCallbackCustom = require("
|
|
9
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
10
10
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
11
|
-
local ____exports = require("
|
|
11
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
12
12
|
local saveDataManager = ____exports.saveDataManager
|
|
13
|
-
local ____playerDataStructures = require("
|
|
13
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
14
14
|
local defaultMapGetPlayer = ____playerDataStructures.defaultMapGetPlayer
|
|
15
15
|
local defaultMapSetPlayer = ____playerDataStructures.defaultMapSetPlayer
|
|
16
|
-
local ____postHolyMantleRemoved = require("
|
|
16
|
+
local ____postHolyMantleRemoved = require("callbacks.subscriptions.postHolyMantleRemoved")
|
|
17
17
|
local postHolyMantleRemovedFire = ____postHolyMantleRemoved.postHolyMantleRemovedFire
|
|
18
18
|
local postHolyMantleRemovedHasSubscriptions = ____postHolyMantleRemoved.postHolyMantleRemovedHasSubscriptions
|
|
19
19
|
function hasSubscriptions(self)
|
|
@@ -8,21 +8,21 @@ local ActiveSlot = ____isaac_2Dtypescript_2Ddefinitions.ActiveSlot
|
|
|
8
8
|
local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
9
9
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
10
10
|
local SuckerVariant = ____isaac_2Dtypescript_2Ddefinitions.SuckerVariant
|
|
11
|
-
local ____cachedClasses = require("
|
|
11
|
+
local ____cachedClasses = require("cachedClasses")
|
|
12
12
|
local game = ____cachedClasses.game
|
|
13
|
-
local ____DefaultMap = require("
|
|
13
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
14
14
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
15
|
-
local ____exports = require("
|
|
15
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
16
16
|
local saveDataManager = ____exports.saveDataManager
|
|
17
|
-
local ____charge = require("
|
|
17
|
+
local ____charge = require("functions.charge")
|
|
18
18
|
local getTotalCharge = ____charge.getTotalCharge
|
|
19
|
-
local ____enums = require("
|
|
19
|
+
local ____enums = require("functions.enums")
|
|
20
20
|
local getEnumValues = ____enums.getEnumValues
|
|
21
|
-
local ____playerDataStructures = require("
|
|
21
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
22
22
|
local defaultMapGetPlayer = ____playerDataStructures.defaultMapGetPlayer
|
|
23
23
|
local mapGetPlayer = ____playerDataStructures.mapGetPlayer
|
|
24
24
|
local mapSetPlayer = ____playerDataStructures.mapSetPlayer
|
|
25
|
-
local ____postItemDischarged = require("
|
|
25
|
+
local ____postItemDischarged = require("callbacks.subscriptions.postItemDischarged")
|
|
26
26
|
local postItemDischargeFire = ____postItemDischarged.postItemDischargeFire
|
|
27
27
|
local postItemDischargeHasSubscriptions = ____postItemDischarged.postItemDischargeHasSubscriptions
|
|
28
28
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postKnifeUpdate, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____postKnifeInitLate = require("
|
|
10
|
+
local ____postKnifeInitLate = require("callbacks.subscriptions.postKnifeInitLate")
|
|
11
11
|
local postKnifeInitLateFire = ____postKnifeInitLate.postKnifeInitLateFire
|
|
12
12
|
local postKnifeInitLateHasSubscriptions = ____postKnifeInitLate.postKnifeInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postLaserUpdate, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____postLaserInitLate = require("
|
|
10
|
+
local ____postLaserInitLate = require("callbacks.subscriptions.postLaserInitLate")
|
|
11
11
|
local postLaserInitLateFire = ____postLaserInitLate.postLaserInitLateFire
|
|
12
12
|
local postLaserInitLateHasSubscriptions = ____postLaserInitLate.postLaserInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postNPCUpdate, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____postNPCInitLate = require("
|
|
10
|
+
local ____postNPCInitLate = require("callbacks.subscriptions.postNPCInitLate")
|
|
11
11
|
local postNPCInitLateFire = ____postNPCInitLate.postNPCInitLateFire
|
|
12
12
|
local postNPCInitLateHasSubscriptions = ____postNPCInitLate.postNPCInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -4,11 +4,11 @@ local ____exports = {}
|
|
|
4
4
|
local hasSubscriptions, postNPCUpdate, v
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
7
|
-
local ____DefaultMap = require("
|
|
7
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
8
8
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____postNPCStateChanged = require("
|
|
11
|
+
local ____postNPCStateChanged = require("callbacks.subscriptions.postNPCStateChanged")
|
|
12
12
|
local postNPCStateChangedFire = ____postNPCStateChanged.postNPCStateChangedFire
|
|
13
13
|
local postNPCStateChangedHasSubscriptions = ____postNPCStateChanged.postNPCStateChangedHasSubscriptions
|
|
14
14
|
function hasSubscriptions(self)
|
|
@@ -3,14 +3,14 @@ local hasSubscriptions, postNewRoom, preEntitySpawn, checkRoomChanged, currentRo
|
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local GridEntityType = ____isaac_2Dtypescript_2Ddefinitions.GridEntityType
|
|
5
5
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
6
|
-
local ____cachedClasses = require("
|
|
6
|
+
local ____cachedClasses = require("cachedClasses")
|
|
7
7
|
local game = ____cachedClasses.game
|
|
8
|
-
local ____gridEntity = require("
|
|
8
|
+
local ____gridEntity = require("functions.gridEntity")
|
|
9
9
|
local getTopLeftWallGridIndex = ____gridEntity.getTopLeftWallGridIndex
|
|
10
10
|
local spawnGrid = ____gridEntity.spawnGrid
|
|
11
|
-
local ____log = require("
|
|
11
|
+
local ____log = require("functions.log")
|
|
12
12
|
local logError = ____log.logError
|
|
13
|
-
local ____postNewRoomEarly = require("
|
|
13
|
+
local ____postNewRoomEarly = require("callbacks.subscriptions.postNewRoomEarly")
|
|
14
14
|
local postNewRoomEarlyFire = ____postNewRoomEarly.postNewRoomEarlyFire
|
|
15
15
|
local postNewRoomEarlyHasSubscriptions = ____postNewRoomEarly.postNewRoomEarlyHasSubscriptions
|
|
16
16
|
function hasSubscriptions(self)
|
|
@@ -5,11 +5,11 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postPickupRender, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____player = require("
|
|
10
|
+
local ____player = require("functions.player")
|
|
11
11
|
local getClosestPlayer = ____player.getClosestPlayer
|
|
12
|
-
local ____postPickupCollect = require("
|
|
12
|
+
local ____postPickupCollect = require("callbacks.subscriptions.postPickupCollect")
|
|
13
13
|
local postPickupCollectFire = ____postPickupCollect.postPickupCollectFire
|
|
14
14
|
local postPickupCollectHasSubscriptions = ____postPickupCollect.postPickupCollectHasSubscriptions
|
|
15
15
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postPickupUpdate, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____exports = require("
|
|
8
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
9
9
|
local saveDataManager = ____exports.saveDataManager
|
|
10
|
-
local ____postPickupInitLate = require("
|
|
10
|
+
local ____postPickupInitLate = require("callbacks.subscriptions.postPickupInitLate")
|
|
11
11
|
local postPickupInitLateFire = ____postPickupInitLate.postPickupInitLateFire
|
|
12
12
|
local postPickupInitLateHasSubscriptions = ____postPickupInitLate.postPickupInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -4,11 +4,11 @@ local ____exports = {}
|
|
|
4
4
|
local hasSubscriptions, postPickupUpdate, v
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
7
|
-
local ____DefaultMap = require("
|
|
7
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
8
8
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____postPickupStateChanged = require("
|
|
11
|
+
local ____postPickupStateChanged = require("callbacks.subscriptions.postPickupStateChanged")
|
|
12
12
|
local postPickupStateChangedFire = ____postPickupStateChanged.postPickupStateChangedFire
|
|
13
13
|
local postPickupStateChangedHasSubscriptions = ____postPickupStateChanged.postPickupStateChangedHasSubscriptions
|
|
14
14
|
function hasSubscriptions(self)
|
|
@@ -2,9 +2,9 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postRender
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
5
|
-
local ____gridEntitySpecific = require("
|
|
5
|
+
local ____gridEntitySpecific = require("functions.gridEntitySpecific")
|
|
6
6
|
local getPits = ____gridEntitySpecific.getPits
|
|
7
|
-
local ____postPitRender = require("
|
|
7
|
+
local ____postPitRender = require("callbacks.subscriptions.postPitRender")
|
|
8
8
|
local postPitRenderFire = ____postPitRender.postPitRenderFire
|
|
9
9
|
local postPitRenderHasSubscriptions = ____postPitRender.postPitRenderHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|
|
@@ -2,9 +2,9 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postUpdate
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
5
|
-
local ____gridEntitySpecific = require("
|
|
5
|
+
local ____gridEntitySpecific = require("functions.gridEntitySpecific")
|
|
6
6
|
local getPits = ____gridEntitySpecific.getPits
|
|
7
|
-
local ____postPitUpdate = require("
|
|
7
|
+
local ____postPitUpdate = require("callbacks.subscriptions.postPitUpdate")
|
|
8
8
|
local postPitUpdateFire = ____postPitUpdate.postPitUpdateFire
|
|
9
9
|
local postPitUpdateHasSubscriptions = ____postPitUpdate.postPitUpdateHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|