isaacscript-common 2.0.33 → 2.0.34
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/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/ModUpgraded.lua +1 -1
- package/constants.lua +1 -1
- package/constantsMax.lua +2 -2
- package/features/characterHealthConversion.lua +3 -3
- package/features/characterStats.lua +3 -3
- package/features/debugDisplay/debugDisplay.lua +4 -4
- package/features/debugDisplay/exports.lua +2 -2
- package/features/debugDisplay/v.lua +2 -2
- package/features/deployJSONRoom.lua +15 -15
- package/features/disableInputs.lua +3 -3
- package/features/disableSound.lua +4 -4
- package/features/extraConsoleCommands/commands.lua +28 -28
- package/features/extraConsoleCommands/commandsDisplay.lua +1 -1
- package/features/extraConsoleCommands/commandsSubroutines.lua +10 -10
- package/features/extraConsoleCommands/init.lua +8 -8
- 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/isPonyActive.lua +5 -5
- package/features/playerInventory.lua +10 -10
- package/features/preventCollectibleRotate.lua +6 -6
- package/features/runInNFrames.lua +3 -3
- package/features/saveDataManager/exports.lua +6 -6
- package/features/saveDataManager/load.lua +4 -4
- package/features/saveDataManager/main.lua +11 -11
- package/features/saveDataManager/merge.lua +10 -10
- 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.lua +9 -9
- package/functions/challenges.lua +1 -1
- package/functions/character.lua +8 -8
- package/functions/charge.lua +3 -3
- package/functions/chargeBar.lua +1 -1
- package/functions/collectibleCacheFlag.lua +6 -6
- package/functions/collectibleSet.lua +4 -4
- package/functions/collectibleTag.lua +6 -6
- package/functions/collectibles.lua +11 -11
- 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.lua +2 -2
- 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.lua +4 -4
- 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 +7 -7
- package/functions/player.lua +11 -11
- package/functions/playerDataStructures.lua +1 -1
- package/functions/playerHealth.lua +4 -4
- package/functions/playerIndex.lua +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.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 +3 -3
- 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 +8 -8
- 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.lua +3 -3
- package/functions/trinkets.lua +10 -10
- package/functions/tstlClass.lua +1 -1
- package/functions/ui.lua +3 -3
- package/functions/utils.lua +1 -1
- package/functions/vector.lua +5 -5
- package/index.lua +115 -115
- package/initCustomCallbacks.lua +58 -58
- package/initFeatures.lua +15 -15
- package/maps/defaultPlayerStatMap.lua +1 -1
- package/objects/LRoomShapeToRectangles.lua +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/serializedIsaacAPIClassTypeToIdentityFunction.lua +5 -5
- package/package.json +2 -2
- package/patchErrorFunctions.lua +1 -1
- package/types/AddCallbackParameterCustom.lua +1 -1
- package/upgradeMod.lua +7 -7
|
@@ -3,21 +3,21 @@ local Map = ____lualib.Map
|
|
|
3
3
|
local __TS__New = ____lualib.__TS__New
|
|
4
4
|
local ____exports = {}
|
|
5
5
|
local hasSubscriptions, postPEffectUpdateReordered, v
|
|
6
|
-
local ____DefaultMap = require("
|
|
6
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
7
7
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
8
|
-
local ____HealthType = require("
|
|
8
|
+
local ____HealthType = require("enums.HealthType")
|
|
9
9
|
local HealthType = ____HealthType.HealthType
|
|
10
|
-
local ____ModCallbackCustom = require("
|
|
10
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
11
11
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
12
|
-
local ____exports = require("
|
|
12
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
13
13
|
local saveDataManager = ____exports.saveDataManager
|
|
14
|
-
local ____enums = require("
|
|
14
|
+
local ____enums = require("functions.enums")
|
|
15
15
|
local getEnumValues = ____enums.getEnumValues
|
|
16
|
-
local ____playerHealth = require("
|
|
16
|
+
local ____playerHealth = require("functions.playerHealth")
|
|
17
17
|
local getPlayerHealthType = ____playerHealth.getPlayerHealthType
|
|
18
|
-
local ____playerIndex = require("
|
|
18
|
+
local ____playerIndex = require("functions.playerIndex")
|
|
19
19
|
local getPlayerIndex = ____playerIndex.getPlayerIndex
|
|
20
|
-
local ____postPlayerChangeHealth = require("
|
|
20
|
+
local ____postPlayerChangeHealth = require("callbacks.subscriptions.postPlayerChangeHealth")
|
|
21
21
|
local postPlayerChangeHealthFire = ____postPlayerChangeHealth.postPlayerChangeHealthFire
|
|
22
22
|
local postPlayerChangeHealthHasSubscriptions = ____postPlayerChangeHealth.postPlayerChangeHealthHasSubscriptions
|
|
23
23
|
function hasSubscriptions(self)
|
|
@@ -2,16 +2,16 @@ local ____lualib = require("lualib_bundle")
|
|
|
2
2
|
local __TS__New = ____lualib.__TS__New
|
|
3
3
|
local ____exports = {}
|
|
4
4
|
local hasSubscriptions, postPEffectUpdateReordered, v
|
|
5
|
-
local ____DefaultMap = require("
|
|
5
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
6
6
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
7
|
-
local ____ModCallbackCustom = require("
|
|
7
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
8
8
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
9
|
-
local ____exports = require("
|
|
9
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
10
10
|
local saveDataManager = ____exports.saveDataManager
|
|
11
|
-
local ____playerDataStructures = require("
|
|
11
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
12
12
|
local defaultMapGetPlayer = ____playerDataStructures.defaultMapGetPlayer
|
|
13
13
|
local mapSetPlayer = ____playerDataStructures.mapSetPlayer
|
|
14
|
-
local ____postPlayerChangeType = require("
|
|
14
|
+
local ____postPlayerChangeType = require("callbacks.subscriptions.postPlayerChangeType")
|
|
15
15
|
local postPlayerChangeTypeFire = ____postPlayerChangeType.postPlayerChangeTypeFire
|
|
16
16
|
local postPlayerChangeTypeHasSubscriptions = ____postPlayerChangeType.postPlayerChangeTypeHasSubscriptions
|
|
17
17
|
function hasSubscriptions(self)
|
|
@@ -6,19 +6,19 @@ local hasSubscriptions, entityTakeDmgPlayer, v
|
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
8
8
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
9
|
-
local ____cachedClasses = require("
|
|
9
|
+
local ____cachedClasses = require("cachedClasses")
|
|
10
10
|
local game = ____cachedClasses.game
|
|
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 mapGetPlayer = ____playerDataStructures.mapGetPlayer
|
|
15
15
|
local mapSetPlayer = ____playerDataStructures.mapSetPlayer
|
|
16
|
-
local ____playerIndex = require("
|
|
16
|
+
local ____playerIndex = require("functions.playerIndex")
|
|
17
17
|
local isChildPlayer = ____playerIndex.isChildPlayer
|
|
18
|
-
local ____revive = require("
|
|
18
|
+
local ____revive = require("functions.revive")
|
|
19
19
|
local isDamageToPlayerFatal = ____revive.isDamageToPlayerFatal
|
|
20
20
|
local willPlayerRevive = ____revive.willPlayerRevive
|
|
21
|
-
local ____postPlayerFatalDamage = require("
|
|
21
|
+
local ____postPlayerFatalDamage = require("callbacks.subscriptions.postPlayerFatalDamage")
|
|
22
22
|
local postPlayerFatalDamageFire = ____postPlayerFatalDamage.postPlayerFatalDamageFire
|
|
23
23
|
local postPlayerFatalDamageHasSubscriptions = ____postPlayerFatalDamage.postPlayerFatalDamageHasSubscriptions
|
|
24
24
|
function hasSubscriptions(self)
|
|
@@ -5,12 +5,12 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postPlayerUpdate, 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 ____playerDataStructures = require("
|
|
10
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
11
11
|
local setAddPlayer = ____playerDataStructures.setAddPlayer
|
|
12
12
|
local setHasPlayer = ____playerDataStructures.setHasPlayer
|
|
13
|
-
local ____postPlayerInitLate = require("
|
|
13
|
+
local ____postPlayerInitLate = require("callbacks.subscriptions.postPlayerInitLate")
|
|
14
14
|
local postPlayerInitLateFire = ____postPlayerInitLate.postPlayerInitLateFire
|
|
15
15
|
local postPlayerInitLateHasSubscriptions = ____postPlayerInitLate.postPlayerInitLateHasSubscriptions
|
|
16
16
|
function hasSubscriptions(self)
|
|
@@ -2,23 +2,23 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postPEffectUpdate, postPlayerInit, postPlayerUpdate, postPlayerRender, postGameStarted, dequeue, v
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
5
|
-
local ____exports = require("
|
|
5
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
6
6
|
local saveDataManager = ____exports.saveDataManager
|
|
7
|
-
local ____array = require("
|
|
7
|
+
local ____array = require("functions.array")
|
|
8
8
|
local emptyArray = ____array.emptyArray
|
|
9
|
-
local ____playerIndex = require("
|
|
9
|
+
local ____playerIndex = require("functions.playerIndex")
|
|
10
10
|
local getPlayerFromIndex = ____playerIndex.getPlayerFromIndex
|
|
11
11
|
local getPlayerIndex = ____playerIndex.getPlayerIndex
|
|
12
|
-
local ____postPEffectUpdateReordered = require("
|
|
12
|
+
local ____postPEffectUpdateReordered = require("callbacks.subscriptions.postPEffectUpdateReordered")
|
|
13
13
|
local postPEffectUpdateReorderedFire = ____postPEffectUpdateReordered.postPEffectUpdateReorderedFire
|
|
14
14
|
local postPEffectUpdateReorderedHasSubscriptions = ____postPEffectUpdateReordered.postPEffectUpdateReorderedHasSubscriptions
|
|
15
|
-
local ____postPlayerInitReordered = require("
|
|
15
|
+
local ____postPlayerInitReordered = require("callbacks.subscriptions.postPlayerInitReordered")
|
|
16
16
|
local postPlayerInitReorderedFire = ____postPlayerInitReordered.postPlayerInitReorderedFire
|
|
17
17
|
local postPlayerInitReorderedHasSubscriptions = ____postPlayerInitReordered.postPlayerInitReorderedHasSubscriptions
|
|
18
|
-
local ____postPlayerRenderReordered = require("
|
|
18
|
+
local ____postPlayerRenderReordered = require("callbacks.subscriptions.postPlayerRenderReordered")
|
|
19
19
|
local postPlayerRenderReorderedFire = ____postPlayerRenderReordered.postPlayerRenderReorderedFire
|
|
20
20
|
local postPlayerRenderReorderedHasSubscriptions = ____postPlayerRenderReordered.postPlayerRenderReorderedHasSubscriptions
|
|
21
|
-
local ____postPlayerUpdateReordered = require("
|
|
21
|
+
local ____postPlayerUpdateReordered = require("callbacks.subscriptions.postPlayerUpdateReordered")
|
|
22
22
|
local postPlayerUpdateReorderedFire = ____postPlayerUpdateReordered.postPlayerUpdateReorderedFire
|
|
23
23
|
local postPlayerUpdateReorderedHasSubscriptions = ____postPlayerUpdateReordered.postPlayerUpdateReorderedHasSubscriptions
|
|
24
24
|
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 getPoops = ____gridEntitySpecific.getPoops
|
|
7
|
-
local ____postPoopRender = require("
|
|
7
|
+
local ____postPoopRender = require("callbacks.subscriptions.postPoopRender")
|
|
8
8
|
local postPoopRenderFire = ____postPoopRender.postPoopRenderFire
|
|
9
9
|
local postPoopRenderHasSubscriptions = ____postPoopRender.postPoopRenderHasSubscriptions
|
|
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 getPoops = ____gridEntitySpecific.getPoops
|
|
7
|
-
local ____postPoopUpdate = require("
|
|
7
|
+
local ____postPoopUpdate = require("callbacks.subscriptions.postPoopUpdate")
|
|
8
8
|
local postPoopUpdateFire = ____postPoopUpdate.postPoopUpdateFire
|
|
9
9
|
local postPoopUpdateHasSubscriptions = ____postPoopUpdate.postPoopUpdateHasSubscriptions
|
|
10
10
|
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 getPressurePlates = ____gridEntitySpecific.getPressurePlates
|
|
7
|
-
local ____postPressurePlateRender = require("
|
|
7
|
+
local ____postPressurePlateRender = require("callbacks.subscriptions.postPressurePlateRender")
|
|
8
8
|
local postPressurePlateRenderFire = ____postPressurePlateRender.postPressurePlateRenderFire
|
|
9
9
|
local postPressurePlateRenderHasSubscriptions = ____postPressurePlateRender.postPressurePlateRenderHasSubscriptions
|
|
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 getPressurePlates = ____gridEntitySpecific.getPressurePlates
|
|
7
|
-
local ____postPressurePlateUpdate = require("
|
|
7
|
+
local ____postPressurePlateUpdate = require("callbacks.subscriptions.postPressurePlateUpdate")
|
|
8
8
|
local postPressurePlateUpdateFire = ____postPressurePlateUpdate.postPressurePlateUpdateFire
|
|
9
9
|
local postPressurePlateUpdateHasSubscriptions = ____postPressurePlateUpdate.postPressurePlateUpdateHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postProjectileUpdate, 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 ____postProjectileInitLate = require("
|
|
10
|
+
local ____postProjectileInitLate = require("callbacks.subscriptions.postProjectileInitLate")
|
|
11
11
|
local postProjectileInitLateFire = ____postProjectileInitLate.postProjectileInitLateFire
|
|
12
12
|
local postProjectileInitLateHasSubscriptions = ____postProjectileInitLate.postProjectileInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -3,18 +3,18 @@ local __TS__New = ____lualib.__TS__New
|
|
|
3
3
|
local __TS__ArrayFind = ____lualib.__TS__ArrayFind
|
|
4
4
|
local ____exports = {}
|
|
5
5
|
local hasSubscriptions, postPEffectUpdateReordered, playerPickedUpNewItem, v
|
|
6
|
-
local ____DefaultMap = require("
|
|
6
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
7
7
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
8
|
-
local ____ModCallbackCustom = require("
|
|
8
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
9
9
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
10
|
-
local ____exports = require("
|
|
10
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
11
11
|
local saveDataManager = ____exports.saveDataManager
|
|
12
|
-
local ____entitySpecific = require("
|
|
12
|
+
local ____entitySpecific = require("functions.entitySpecific")
|
|
13
13
|
local getPickups = ____entitySpecific.getPickups
|
|
14
|
-
local ____playerDataStructures = require("
|
|
14
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
15
15
|
local defaultMapGetPlayer = ____playerDataStructures.defaultMapGetPlayer
|
|
16
16
|
local mapSetPlayer = ____playerDataStructures.mapSetPlayer
|
|
17
|
-
local ____postPurchase = require("
|
|
17
|
+
local ____postPurchase = require("callbacks.subscriptions.postPurchase")
|
|
18
18
|
local postPurchaseFire = ____postPurchase.postPurchaseFire
|
|
19
19
|
local postPurchaseHasSubscriptions = ____postPurchase.postPurchaseHasSubscriptions
|
|
20
20
|
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 getRocks = ____gridEntitySpecific.getRocks
|
|
7
|
-
local ____postRockRender = require("
|
|
7
|
+
local ____postRockRender = require("callbacks.subscriptions.postRockRender")
|
|
8
8
|
local postRockRenderFire = ____postRockRender.postRockRenderFire
|
|
9
9
|
local postRockRenderHasSubscriptions = ____postRockRender.postRockRenderHasSubscriptions
|
|
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 getRocks = ____gridEntitySpecific.getRocks
|
|
7
|
-
local ____postRockUpdate = require("
|
|
7
|
+
local ____postRockUpdate = require("callbacks.subscriptions.postRockUpdate")
|
|
8
8
|
local postRockUpdateFire = ____postRockUpdate.postRockUpdateFire
|
|
9
9
|
local postRockUpdateHasSubscriptions = ____postRockUpdate.postRockUpdateHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|
|
@@ -2,11 +2,11 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postUpdate, postNewRoom, 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 ____postRoomClearChanged = require("
|
|
9
|
+
local ____postRoomClearChanged = require("callbacks.subscriptions.postRoomClearChanged")
|
|
10
10
|
local postRoomClearChangedFire = ____postRoomClearChanged.postRoomClearChangedFire
|
|
11
11
|
local postRoomClearChangedHasSubscriptions = ____postRoomClearChanged.postRoomClearChangedHasSubscriptions
|
|
12
12
|
function hasSubscriptions(self)
|
|
@@ -5,13 +5,13 @@ local DamageFlag = ____isaac_2Dtypescript_2Ddefinitions.DamageFlag
|
|
|
5
5
|
local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
6
6
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
7
7
|
local RoomType = ____isaac_2Dtypescript_2Ddefinitions.RoomType
|
|
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 ____flag = require("
|
|
12
|
+
local ____flag = require("functions.flag")
|
|
13
13
|
local hasFlag = ____flag.hasFlag
|
|
14
|
-
local ____postSacrifice = require("
|
|
14
|
+
local ____postSacrifice = require("callbacks.subscriptions.postSacrifice")
|
|
15
15
|
local postSacrificeFire = ____postSacrifice.postSacrificeFire
|
|
16
16
|
local postSacrificeHasSubscriptions = ____postSacrifice.postSacrificeHasSubscriptions
|
|
17
17
|
function hasSubscriptions(self)
|
|
@@ -5,14 +5,14 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postUpdate, postNewRoom, checkNewEntity, 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 ____entitySpecific = require("
|
|
10
|
+
local ____entitySpecific = require("functions.entitySpecific")
|
|
11
11
|
local getSlots = ____entitySpecific.getSlots
|
|
12
|
-
local ____postSlotInit = require("
|
|
12
|
+
local ____postSlotInit = require("callbacks.subscriptions.postSlotInit")
|
|
13
13
|
local postSlotInitFire = ____postSlotInit.postSlotInitFire
|
|
14
14
|
local postSlotInitHasSubscriptions = ____postSlotInit.postSlotInitHasSubscriptions
|
|
15
|
-
local ____postSlotUpdate = require("
|
|
15
|
+
local ____postSlotUpdate = require("callbacks.subscriptions.postSlotUpdate")
|
|
16
16
|
local postSlotUpdateFire = ____postSlotUpdate.postSlotUpdateFire
|
|
17
17
|
local postSlotUpdateHasSubscriptions = ____postSlotUpdate.postSlotUpdateHasSubscriptions
|
|
18
18
|
function hasSubscriptions(self)
|
|
@@ -5,19 +5,19 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postRender, checkSlotAnimationChanged, checkSlotBroken, BROKEN_ANIMATIONS, v
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____DefaultMap = require("
|
|
8
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
9
9
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
10
|
-
local ____exports = require("
|
|
10
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
11
11
|
local saveDataManager = ____exports.saveDataManager
|
|
12
|
-
local ____entitySpecific = require("
|
|
12
|
+
local ____entitySpecific = require("functions.entitySpecific")
|
|
13
13
|
local getSlots = ____entitySpecific.getSlots
|
|
14
|
-
local ____postSlotAnimationChanged = require("
|
|
14
|
+
local ____postSlotAnimationChanged = require("callbacks.subscriptions.postSlotAnimationChanged")
|
|
15
15
|
local postSlotAnimationChangedFire = ____postSlotAnimationChanged.postSlotAnimationChangedFire
|
|
16
16
|
local postSlotAnimationChangedHasSubscriptions = ____postSlotAnimationChanged.postSlotAnimationChangedHasSubscriptions
|
|
17
|
-
local ____postSlotDestroyed = require("
|
|
17
|
+
local ____postSlotDestroyed = require("callbacks.subscriptions.postSlotDestroyed")
|
|
18
18
|
local postSlotDestroyedFire = ____postSlotDestroyed.postSlotDestroyedFire
|
|
19
19
|
local postSlotDestroyedHasSubscriptions = ____postSlotDestroyed.postSlotDestroyedHasSubscriptions
|
|
20
|
-
local ____postSlotRender = require("
|
|
20
|
+
local ____postSlotRender = require("callbacks.subscriptions.postSlotRender")
|
|
21
21
|
local postSlotRenderFire = ____postSlotRender.postSlotRenderFire
|
|
22
22
|
local postSlotRenderHasSubscriptions = ____postSlotRender.postSlotRenderHasSubscriptions
|
|
23
23
|
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 getSpikes = ____gridEntitySpecific.getSpikes
|
|
7
|
-
local ____postSpikesRender = require("
|
|
7
|
+
local ____postSpikesRender = require("callbacks.subscriptions.postSpikesRender")
|
|
8
8
|
local postSpikesRenderFire = ____postSpikesRender.postSpikesRenderFire
|
|
9
9
|
local postSpikesRenderHasSubscriptions = ____postSpikesRender.postSpikesRenderHasSubscriptions
|
|
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 getSpikes = ____gridEntitySpecific.getSpikes
|
|
7
|
-
local ____postSpikesUpdate = require("
|
|
7
|
+
local ____postSpikesUpdate = require("callbacks.subscriptions.postSpikesUpdate")
|
|
8
8
|
local postSpikesUpdateFire = ____postSpikesUpdate.postSpikesUpdateFire
|
|
9
9
|
local postSpikesUpdateHasSubscriptions = ____postSpikesUpdate.postSpikesUpdateHasSubscriptions
|
|
10
10
|
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 getTNT = ____gridEntitySpecific.getTNT
|
|
7
|
-
local ____postTNTRender = require("
|
|
7
|
+
local ____postTNTRender = require("callbacks.subscriptions.postTNTRender")
|
|
8
8
|
local postTNTRenderFire = ____postTNTRender.postTNTRenderFire
|
|
9
9
|
local postTNTRenderHasSubscriptions = ____postTNTRender.postTNTRenderHasSubscriptions
|
|
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 getTNT = ____gridEntitySpecific.getTNT
|
|
7
|
-
local ____postTNTUpdate = require("
|
|
7
|
+
local ____postTNTUpdate = require("callbacks.subscriptions.postTNTUpdate")
|
|
8
8
|
local postTNTUpdateFire = ____postTNTUpdate.postTNTUpdateFire
|
|
9
9
|
local postTNTUpdateHasSubscriptions = ____postTNTUpdate.postTNTUpdateHasSubscriptions
|
|
10
10
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postTearUpdate, 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 ____postTearInitLate = require("
|
|
10
|
+
local ____postTearInitLate = require("callbacks.subscriptions.postTearInitLate")
|
|
11
11
|
local postTearInitLateFire = ____postTearInitLate.postTearInitLateFire
|
|
12
12
|
local postTearInitLateHasSubscriptions = ____postTearInitLate.postTearInitLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -5,9 +5,9 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postTearUpdate, 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 ____postTearInitVeryLate = require("
|
|
10
|
+
local ____postTearInitVeryLate = require("callbacks.subscriptions.postTearInitVeryLate")
|
|
11
11
|
local postTearInitVeryLateFire = ____postTearInitVeryLate.postTearInitVeryLateFire
|
|
12
12
|
local postTearInitVeryLateHasSubscriptions = ____postTearInitVeryLate.postTearInitVeryLateHasSubscriptions
|
|
13
13
|
function hasSubscriptions(self)
|
|
@@ -4,17 +4,17 @@ local ____exports = {}
|
|
|
4
4
|
local hasSubscriptions, postPEffectUpdateReordered, PLAYER_FORMS, v
|
|
5
5
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
6
6
|
local PlayerForm = ____isaac_2Dtypescript_2Ddefinitions.PlayerForm
|
|
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 ____enums = require("
|
|
13
|
+
local ____enums = require("functions.enums")
|
|
14
14
|
local getEnumValues = ____enums.getEnumValues
|
|
15
|
-
local ____playerDataStructures = require("
|
|
15
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
16
16
|
local defaultMapGetPlayer = ____playerDataStructures.defaultMapGetPlayer
|
|
17
|
-
local ____postTransformation = require("
|
|
17
|
+
local ____postTransformation = require("callbacks.subscriptions.postTransformation")
|
|
18
18
|
local postTransformationFire = ____postTransformation.postTransformationFire
|
|
19
19
|
local postTransformationHasSubscriptions = ____postTransformation.postTransformationHasSubscriptions
|
|
20
20
|
function hasSubscriptions(self)
|
|
@@ -7,15 +7,15 @@ local EntityType = ____isaac_2Dtypescript_2Ddefinitions.EntityType
|
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
8
|
local PickupVariant = ____isaac_2Dtypescript_2Ddefinitions.PickupVariant
|
|
9
9
|
local TrinketType = ____isaac_2Dtypescript_2Ddefinitions.TrinketType
|
|
10
|
-
local ____DefaultMap = require("
|
|
10
|
+
local ____DefaultMap = require("classes.DefaultMap")
|
|
11
11
|
local DefaultMap = ____DefaultMap.DefaultMap
|
|
12
|
-
local ____ModCallbackCustom = require("
|
|
12
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
13
13
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
14
|
-
local ____exports = require("
|
|
14
|
+
local ____exports = require("features.saveDataManager.exports")
|
|
15
15
|
local saveDataManager = ____exports.saveDataManager
|
|
16
|
-
local ____playerDataStructures = require("
|
|
16
|
+
local ____playerDataStructures = require("functions.playerDataStructures")
|
|
17
17
|
local defaultMapGetPlayer = ____playerDataStructures.defaultMapGetPlayer
|
|
18
|
-
local ____postTrinketBreak = require("
|
|
18
|
+
local ____postTrinketBreak = require("callbacks.subscriptions.postTrinketBreak")
|
|
19
19
|
local postTrinketBreakFire = ____postTrinketBreak.postTrinketBreakFire
|
|
20
20
|
local postTrinketBreakHasSubscriptions = ____postTrinketBreak.postTrinketBreakHasSubscriptions
|
|
21
21
|
function hasSubscriptions(self)
|
|
@@ -2,15 +2,15 @@ local ____exports = {}
|
|
|
2
2
|
local hasSubscriptions, postPEffectUpdateReordered
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local CollectibleType = ____isaac_2Dtypescript_2Ddefinitions.CollectibleType
|
|
5
|
-
local ____ModCallbackCustom = require("
|
|
5
|
+
local ____ModCallbackCustom = require("enums.ModCallbackCustom")
|
|
6
6
|
local ModCallbackCustom = ____ModCallbackCustom.ModCallbackCustom
|
|
7
|
-
local ____player = require("
|
|
7
|
+
local ____player = require("functions.player")
|
|
8
8
|
local getPlayerNumHitsRemaining = ____player.getPlayerNumHitsRemaining
|
|
9
|
-
local ____playerIndex = require("
|
|
9
|
+
local ____playerIndex = require("functions.playerIndex")
|
|
10
10
|
local isChildPlayer = ____playerIndex.isChildPlayer
|
|
11
|
-
local ____revive = require("
|
|
11
|
+
local ____revive = require("functions.revive")
|
|
12
12
|
local willPlayerRevive = ____revive.willPlayerRevive
|
|
13
|
-
local ____preBerserkDeath = require("
|
|
13
|
+
local ____preBerserkDeath = require("callbacks.subscriptions.preBerserkDeath")
|
|
14
14
|
local preBerserkDeathFire = ____preBerserkDeath.preBerserkDeathFire
|
|
15
15
|
local preBerserkDeathHasSubscriptions = ____preBerserkDeath.preBerserkDeathHasSubscriptions
|
|
16
16
|
function hasSubscriptions(self)
|
|
@@ -5,11 +5,11 @@ local ____exports = {}
|
|
|
5
5
|
local hasSubscriptions, postPlayerRender, TRAVELING_TO_NEXT_FLOOR_ANIMATIONS, firedOnStage
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____sprite = require("
|
|
8
|
+
local ____sprite = require("functions.sprite")
|
|
9
9
|
local getLastFrameOfAnimation = ____sprite.getLastFrameOfAnimation
|
|
10
|
-
local ____stage = require("
|
|
10
|
+
local ____stage = require("functions.stage")
|
|
11
11
|
local getEffectiveStage = ____stage.getEffectiveStage
|
|
12
|
-
local ____preNewLevel = require("
|
|
12
|
+
local ____preNewLevel = require("callbacks.subscriptions.preNewLevel")
|
|
13
13
|
local preNewLevelFire = ____preNewLevel.preNewLevelFire
|
|
14
14
|
local preNewLevelHasSubscriptions = ____preNewLevel.preNewLevelHasSubscriptions
|
|
15
15
|
function hasSubscriptions(self)
|
|
@@ -3,15 +3,15 @@ local hasSubscriptions, useItemGlowingHourGlass, postGameStartedVanilla, postNew
|
|
|
3
3
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
4
4
|
local CollectibleType = ____isaac_2Dtypescript_2Ddefinitions.CollectibleType
|
|
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 ____postGameStartedReordered = require("
|
|
8
|
+
local ____postGameStartedReordered = require("callbacks.subscriptions.postGameStartedReordered")
|
|
9
9
|
local postGameStartedReorderedFire = ____postGameStartedReordered.postGameStartedReorderedFire
|
|
10
10
|
local postGameStartedReorderedHasSubscriptions = ____postGameStartedReordered.postGameStartedReorderedHasSubscriptions
|
|
11
|
-
local ____postNewLevelReordered = require("
|
|
11
|
+
local ____postNewLevelReordered = require("callbacks.subscriptions.postNewLevelReordered")
|
|
12
12
|
local postNewLevelReorderedFire = ____postNewLevelReordered.postNewLevelReorderedFire
|
|
13
13
|
local postNewLevelReorderedHasSubscriptions = ____postNewLevelReordered.postNewLevelReorderedHasSubscriptions
|
|
14
|
-
local ____postNewRoomReordered = require("
|
|
14
|
+
local ____postNewRoomReordered = require("callbacks.subscriptions.postNewRoomReordered")
|
|
15
15
|
local postNewRoomReorderedFire = ____postNewRoomReordered.postNewRoomReorderedFire
|
|
16
16
|
local postNewRoomReorderedHasSubscriptions = ____postNewRoomReordered.postNewRoomReorderedHasSubscriptions
|
|
17
17
|
function hasSubscriptions(self)
|
package/classes/ModUpgraded.lua
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
local ____lualib = require("lualib_bundle")
|
|
2
2
|
local __TS__Class = ____lualib.__TS__Class
|
|
3
3
|
local ____exports = {}
|
|
4
|
-
local ____callbackRegisterFunctions = require("
|
|
4
|
+
local ____callbackRegisterFunctions = require("objects.callbackRegisterFunctions")
|
|
5
5
|
local CALLBACK_REGISTER_FUNCTIONS = ____callbackRegisterFunctions.CALLBACK_REGISTER_FUNCTIONS
|
|
6
6
|
____exports.ModUpgraded = __TS__Class()
|
|
7
7
|
local ModUpgraded = ____exports.ModUpgraded
|
package/constants.lua
CHANGED
|
@@ -5,7 +5,7 @@ local ItemPoolType = ____isaac_2Dtypescript_2Ddefinitions.ItemPoolType
|
|
|
5
5
|
local LevelStage = ____isaac_2Dtypescript_2Ddefinitions.LevelStage
|
|
6
6
|
local RoomType = ____isaac_2Dtypescript_2Ddefinitions.RoomType
|
|
7
7
|
local TrinketSlot = ____isaac_2Dtypescript_2Ddefinitions.TrinketSlot
|
|
8
|
-
local ____enums = require("
|
|
8
|
+
local ____enums = require("functions.enums")
|
|
9
9
|
local getEnumLength = ____enums.getEnumLength
|
|
10
10
|
local getLastEnumValue = ____enums.getLastEnumValue
|
|
11
11
|
____exports.AZAZEL_DEFAULT_BRIMSTONE_DISTANCE = 75.125
|
package/constantsMax.lua
CHANGED
|
@@ -6,9 +6,9 @@ local PillColor = ____isaac_2Dtypescript_2Ddefinitions.PillColor
|
|
|
6
6
|
local PillEffect = ____isaac_2Dtypescript_2Ddefinitions.PillEffect
|
|
7
7
|
local PlayerType = ____isaac_2Dtypescript_2Ddefinitions.PlayerType
|
|
8
8
|
local TrinketType = ____isaac_2Dtypescript_2Ddefinitions.TrinketType
|
|
9
|
-
local ____cachedClasses = require("
|
|
9
|
+
local ____cachedClasses = require("cachedClasses")
|
|
10
10
|
local itemConfig = ____cachedClasses.itemConfig
|
|
11
|
-
local ____enums = require("
|
|
11
|
+
local ____enums = require("functions.enums")
|
|
12
12
|
local getEnumLength = ____enums.getEnumLength
|
|
13
13
|
local getLastEnumValue = ____enums.getLastEnumValue
|
|
14
14
|
____exports.FIRST_COLLECTIBLE_TYPE = CollectibleType.SAD_ONION
|
|
@@ -7,11 +7,11 @@ local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitio
|
|
|
7
7
|
local HeartSubType = ____isaac_2Dtypescript_2Ddefinitions.HeartSubType
|
|
8
8
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
9
9
|
local PickupVariant = ____isaac_2Dtypescript_2Ddefinitions.PickupVariant
|
|
10
|
-
local ____featuresInitialized = require("
|
|
10
|
+
local ____featuresInitialized = require("featuresInitialized")
|
|
11
11
|
local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
|
|
12
|
-
local ____pickups = require("
|
|
12
|
+
local ____pickups = require("functions.pickups")
|
|
13
13
|
local isRedHeart = ____pickups.isRedHeart
|
|
14
|
-
local ____utils = require("
|
|
14
|
+
local ____utils = require("functions.utils")
|
|
15
15
|
local ensureAllCases = ____utils.ensureAllCases
|
|
16
16
|
function postPEffectUpdate(self, player)
|
|
17
17
|
local character = player:GetPlayerType()
|
|
@@ -5,11 +5,11 @@ local ____exports = {}
|
|
|
5
5
|
local evaluateCache, charactersStatMap
|
|
6
6
|
local ____isaac_2Dtypescript_2Ddefinitions = require("isaac-typescript-definitions")
|
|
7
7
|
local ModCallback = ____isaac_2Dtypescript_2Ddefinitions.ModCallback
|
|
8
|
-
local ____featuresInitialized = require("
|
|
8
|
+
local ____featuresInitialized = require("featuresInitialized")
|
|
9
9
|
local errorIfFeaturesNotInitialized = ____featuresInitialized.errorIfFeaturesNotInitialized
|
|
10
|
-
local ____cacheFlag = require("
|
|
10
|
+
local ____cacheFlag = require("functions.cacheFlag")
|
|
11
11
|
local getDefaultPlayerStat = ____cacheFlag.getDefaultPlayerStat
|
|
12
|
-
local ____player = require("
|
|
12
|
+
local ____player = require("functions.player")
|
|
13
13
|
local addStat = ____player.addStat
|
|
14
14
|
function evaluateCache(self, player, cacheFlag)
|
|
15
15
|
local character = player:GetPlayerType()
|