isaacscript-common 1.2.291 → 1.2.292
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/callbacks/postCustomDoorEnter.lua +4 -4
- package/dist/callbacks/postGridEntity.lua +5 -5
- package/dist/callbacks/postHolyMantleRemoved.d.ts +1 -0
- package/dist/callbacks/postHolyMantleRemoved.lua +37 -0
- package/dist/callbacks/postRoomClearChanged.d.ts +1 -0
- package/dist/callbacks/postRoomClearChanged.lua +39 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.d.ts +2 -0
- package/dist/callbacks/subscriptions/postGridEntityStateChanged.lua +23 -0
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.d.ts +2 -0
- package/dist/callbacks/subscriptions/postHolyMantleRemoved.lua +16 -0
- package/dist/callbacks/subscriptions/postRoomClearChanged.d.ts +1 -0
- package/dist/callbacks/subscriptions/postRoomClearChanged.lua +16 -0
- package/dist/enums/ModCallbacksCustom.d.ts +80 -58
- package/dist/enums/ModCallbacksCustom.lua +107 -105
- package/dist/functions/pocketItems.d.ts +2 -2
- package/dist/initCustomCallbacks.d.ts +2 -0
- package/dist/initCustomCallbacks.lua +131 -0
- package/dist/initFeatures.d.ts +3 -0
- package/dist/initFeatures.lua +55 -0
- package/dist/objects/callbackRegisterFunctions.lua +54 -51
- package/dist/types/AddCallbackParametersCustom.d.ts +148 -142
- package/dist/upgradeMod.lua +5 -178
- package/package.json +5 -3
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
|
2
|
+
local ____exports = {}
|
|
3
|
+
local ____customRevive = require("callbacks.customRevive")
|
|
4
|
+
local customReviveCallbacksInit = ____customRevive.customReviveCallbacksInit
|
|
5
|
+
local ____itemPickup = require("callbacks.itemPickup")
|
|
6
|
+
local itemPickupCallbacksInit = ____itemPickup.itemPickupCallbacksInit
|
|
7
|
+
local ____postBombInitLate = require("callbacks.postBombInitLate")
|
|
8
|
+
local postBombInitLateCallbackInit = ____postBombInitLate.postBombInitLateCallbackInit
|
|
9
|
+
local ____postBoneSwing = require("callbacks.postBoneSwing")
|
|
10
|
+
local postBoneSwingCallbackInit = ____postBoneSwing.postBoneSwingCallbackInit
|
|
11
|
+
local ____postCollectibleInitFirst = require("callbacks.postCollectibleInitFirst")
|
|
12
|
+
local postCollectibleInitFirstCallbackInit = ____postCollectibleInitFirst.postCollectibleInitFirstCallbackInit
|
|
13
|
+
local ____postCursedTeleport = require("callbacks.postCursedTeleport")
|
|
14
|
+
local postCursedTeleportCallbackInit = ____postCursedTeleport.postCursedTeleportCallbackInit
|
|
15
|
+
local ____postCustomDoorEnter = require("callbacks.postCustomDoorEnter")
|
|
16
|
+
local postCustomDoorEnterCallbackInit = ____postCustomDoorEnter.postCustomDoorEnterCallbackInit
|
|
17
|
+
local ____postEffectInitLate = require("callbacks.postEffectInitLate")
|
|
18
|
+
local postEffectInitLateCallbackInit = ____postEffectInitLate.postEffectInitLateCallbackInit
|
|
19
|
+
local ____postEffectStateChanged = require("callbacks.postEffectStateChanged")
|
|
20
|
+
local postEffectStateChangedCallbackInit = ____postEffectStateChanged.postEffectStateChangedCallbackInit
|
|
21
|
+
local ____postEsauJr = require("callbacks.postEsauJr")
|
|
22
|
+
local postEsauJrCallbacksInit = ____postEsauJr.postEsauJrCallbacksInit
|
|
23
|
+
local ____postFamiliarInitLate = require("callbacks.postFamiliarInitLate")
|
|
24
|
+
local postFamiliarInitLateCallbackInit = ____postFamiliarInitLate.postFamiliarInitLateCallbackInit
|
|
25
|
+
local ____postFamiliarStateChanged = require("callbacks.postFamiliarStateChanged")
|
|
26
|
+
local postFamiliarStateChangedCallbackInit = ____postFamiliarStateChanged.postFamiliarStateChangedCallbackInit
|
|
27
|
+
local ____postFlip = require("callbacks.postFlip")
|
|
28
|
+
local postFlipCallbacksInit = ____postFlip.postFlipCallbacksInit
|
|
29
|
+
local ____postGridEntity = require("callbacks.postGridEntity")
|
|
30
|
+
local postGridEntityCallbacksInit = ____postGridEntity.postGridEntityCallbacksInit
|
|
31
|
+
local ____postGridEntityCollision = require("callbacks.postGridEntityCollision")
|
|
32
|
+
local postGridEntityCollisionInit = ____postGridEntityCollision.postGridEntityCollisionInit
|
|
33
|
+
local ____postHolyMantleRemoved = require("callbacks.postHolyMantleRemoved")
|
|
34
|
+
local postHolyMantleRemovedCallbackInit = ____postHolyMantleRemoved.postHolyMantleRemovedCallbackInit
|
|
35
|
+
local ____postItemDischarged = require("callbacks.postItemDischarged")
|
|
36
|
+
local postItemDischargeCallbackInit = ____postItemDischarged.postItemDischargeCallbackInit
|
|
37
|
+
local ____postKnifeInitLate = require("callbacks.postKnifeInitLate")
|
|
38
|
+
local postKnifeInitLateCallbackInit = ____postKnifeInitLate.postKnifeInitLateCallbackInit
|
|
39
|
+
local ____postLaserInitLate = require("callbacks.postLaserInitLate")
|
|
40
|
+
local postLaserInitLateCallbackInit = ____postLaserInitLate.postLaserInitLateCallbackInit
|
|
41
|
+
local ____postNPCInitLate = require("callbacks.postNPCInitLate")
|
|
42
|
+
local postNPCInitLateCallbackInit = ____postNPCInitLate.postNPCInitLateCallbackInit
|
|
43
|
+
local ____postNPCStateChanged = require("callbacks.postNPCStateChanged")
|
|
44
|
+
local postNPCStateChangedCallbackInit = ____postNPCStateChanged.postNPCStateChangedCallbackInit
|
|
45
|
+
local ____postPickupCollect = require("callbacks.postPickupCollect")
|
|
46
|
+
local postPickupCollectCallbackInit = ____postPickupCollect.postPickupCollectCallbackInit
|
|
47
|
+
local ____postPickupInitLate = require("callbacks.postPickupInitLate")
|
|
48
|
+
local postPickupInitLateCallbackInit = ____postPickupInitLate.postPickupInitLateCallbackInit
|
|
49
|
+
local ____postPickupStateChanged = require("callbacks.postPickupStateChanged")
|
|
50
|
+
local postPickupStateChangedCallbackInit = ____postPickupStateChanged.postPickupStateChangedCallbackInit
|
|
51
|
+
local ____postPlayerChangeHealth = require("callbacks.postPlayerChangeHealth")
|
|
52
|
+
local postPlayerChangeHealthCallbackInit = ____postPlayerChangeHealth.postPlayerChangeHealthCallbackInit
|
|
53
|
+
local ____postPlayerChangeType = require("callbacks.postPlayerChangeType")
|
|
54
|
+
local postPlayerChangeTypeCallbackInit = ____postPlayerChangeType.postPlayerChangeTypeCallbackInit
|
|
55
|
+
local ____postPlayerFatalDamage = require("callbacks.postPlayerFatalDamage")
|
|
56
|
+
local postPlayerFatalDamageCallbackInit = ____postPlayerFatalDamage.postPlayerFatalDamageCallbackInit
|
|
57
|
+
local ____postPlayerInitLate = require("callbacks.postPlayerInitLate")
|
|
58
|
+
local postPlayerInitLateCallbackInit = ____postPlayerInitLate.postPlayerInitLateCallbackInit
|
|
59
|
+
local ____postPlayerReordered = require("callbacks.postPlayerReordered")
|
|
60
|
+
local postPlayerReorderedCallbacksInit = ____postPlayerReordered.postPlayerReorderedCallbacksInit
|
|
61
|
+
local ____postProjectileInitLate = require("callbacks.postProjectileInitLate")
|
|
62
|
+
local postProjectileInitLateCallbackInit = ____postProjectileInitLate.postProjectileInitLateCallbackInit
|
|
63
|
+
local ____postPurchase = require("callbacks.postPurchase")
|
|
64
|
+
local postPurchaseCallbackInit = ____postPurchase.postPurchaseCallbackInit
|
|
65
|
+
local ____postRoomClearChanged = require("callbacks.postRoomClearChanged")
|
|
66
|
+
local postRoomClearChangedCallbackInit = ____postRoomClearChanged.postRoomClearChangedCallbackInit
|
|
67
|
+
local ____postSacrifice = require("callbacks.postSacrifice")
|
|
68
|
+
local postSacrificeCallbackInit = ____postSacrifice.postSacrificeCallbackInit
|
|
69
|
+
local ____postSlotInitUpdate = require("callbacks.postSlotInitUpdate")
|
|
70
|
+
local postSlotInitUpdateCallbacksInit = ____postSlotInitUpdate.postSlotInitUpdateCallbacksInit
|
|
71
|
+
local ____postSlotRender = require("callbacks.postSlotRender")
|
|
72
|
+
local postSlotRenderCallbacksInit = ____postSlotRender.postSlotRenderCallbacksInit
|
|
73
|
+
local ____postTearInitLate = require("callbacks.postTearInitLate")
|
|
74
|
+
local postTearInitLateCallbackInit = ____postTearInitLate.postTearInitLateCallbackInit
|
|
75
|
+
local ____postTearInitVeryLate = require("callbacks.postTearInitVeryLate")
|
|
76
|
+
local postTearInitVeryLateCallbackInit = ____postTearInitVeryLate.postTearInitVeryLateCallbackInit
|
|
77
|
+
local ____postTransformation = require("callbacks.postTransformation")
|
|
78
|
+
local postTransformationCallbackInit = ____postTransformation.postTransformationCallbackInit
|
|
79
|
+
local ____postTrinketBreak = require("callbacks.postTrinketBreak")
|
|
80
|
+
local postTrinketBreakCallbackInit = ____postTrinketBreak.postTrinketBreakCallbackInit
|
|
81
|
+
local ____preBerserkDeath = require("callbacks.preBerserkDeath")
|
|
82
|
+
local preBerserkDeathCallbackInit = ____preBerserkDeath.preBerserkDeathCallbackInit
|
|
83
|
+
local ____preNewLevel = require("callbacks.preNewLevel")
|
|
84
|
+
local preNewLevelCallbackInit = ____preNewLevel.preNewLevelCallbackInit
|
|
85
|
+
local ____reorderedCallbacks = require("callbacks.reorderedCallbacks")
|
|
86
|
+
local reorderedCallbacksInit = ____reorderedCallbacks.reorderedCallbacksInit
|
|
87
|
+
function ____exports.initCustomCallbacks(self, mod)
|
|
88
|
+
customReviveCallbacksInit(nil, mod)
|
|
89
|
+
itemPickupCallbacksInit(nil, mod)
|
|
90
|
+
postBombInitLateCallbackInit(nil, mod)
|
|
91
|
+
postBoneSwingCallbackInit(nil, mod)
|
|
92
|
+
postCollectibleInitFirstCallbackInit(nil, mod)
|
|
93
|
+
postCursedTeleportCallbackInit(nil, mod)
|
|
94
|
+
postCustomDoorEnterCallbackInit(nil)
|
|
95
|
+
postEffectInitLateCallbackInit(nil, mod)
|
|
96
|
+
postEffectStateChangedCallbackInit(nil, mod)
|
|
97
|
+
postEsauJrCallbacksInit(nil, mod)
|
|
98
|
+
postFamiliarInitLateCallbackInit(nil, mod)
|
|
99
|
+
postFamiliarStateChangedCallbackInit(nil, mod)
|
|
100
|
+
postFlipCallbacksInit(nil, mod)
|
|
101
|
+
postGridEntityCallbacksInit(nil, mod)
|
|
102
|
+
postGridEntityCollisionInit(nil, mod)
|
|
103
|
+
postHolyMantleRemovedCallbackInit(nil, mod)
|
|
104
|
+
postItemDischargeCallbackInit(nil, mod)
|
|
105
|
+
postLaserInitLateCallbackInit(nil, mod)
|
|
106
|
+
postKnifeInitLateCallbackInit(nil, mod)
|
|
107
|
+
postNPCInitLateCallbackInit(nil, mod)
|
|
108
|
+
postNPCStateChangedCallbackInit(nil, mod)
|
|
109
|
+
postPickupCollectCallbackInit(nil, mod)
|
|
110
|
+
postPickupInitLateCallbackInit(nil, mod)
|
|
111
|
+
postPickupStateChangedCallbackInit(nil, mod)
|
|
112
|
+
postPlayerChangeHealthCallbackInit(nil, mod)
|
|
113
|
+
postPlayerChangeTypeCallbackInit(nil, mod)
|
|
114
|
+
postPlayerFatalDamageCallbackInit(nil, mod)
|
|
115
|
+
postPlayerInitLateCallbackInit(nil, mod)
|
|
116
|
+
postPlayerReorderedCallbacksInit(nil, mod)
|
|
117
|
+
postProjectileInitLateCallbackInit(nil, mod)
|
|
118
|
+
postPurchaseCallbackInit(nil, mod)
|
|
119
|
+
postRoomClearChangedCallbackInit(nil, mod)
|
|
120
|
+
postSacrificeCallbackInit(nil, mod)
|
|
121
|
+
postSlotInitUpdateCallbacksInit(nil, mod)
|
|
122
|
+
postSlotRenderCallbacksInit(nil, mod)
|
|
123
|
+
postTearInitLateCallbackInit(nil, mod)
|
|
124
|
+
postTearInitVeryLateCallbackInit(nil, mod)
|
|
125
|
+
postTransformationCallbackInit(nil, mod)
|
|
126
|
+
postTrinketBreakCallbackInit(nil, mod)
|
|
127
|
+
preBerserkDeathCallbackInit(nil, mod)
|
|
128
|
+
preNewLevelCallbackInit(nil, mod)
|
|
129
|
+
reorderedCallbacksInit(nil, mod)
|
|
130
|
+
end
|
|
131
|
+
return ____exports
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
|
|
2
|
+
local ____exports = {}
|
|
3
|
+
local ____characterHealthConversion = require("features.characterHealthConversion")
|
|
4
|
+
local characterHealthConversionInit = ____characterHealthConversion.characterHealthConversionInit
|
|
5
|
+
local ____characterStats = require("features.characterStats")
|
|
6
|
+
local characterStatsInit = ____characterStats.characterStatsInit
|
|
7
|
+
local ____debugDisplay = require("features.debugDisplay")
|
|
8
|
+
local debugDisplayInit = ____debugDisplay.debugDisplayInit
|
|
9
|
+
local ____deployJSONRoom = require("features.deployJSONRoom")
|
|
10
|
+
local deployJSONRoomInit = ____deployJSONRoom.deployJSONRoomInit
|
|
11
|
+
local ____disableInputs = require("features.disableInputs")
|
|
12
|
+
local disableInputsInit = ____disableInputs.disableInputsInit
|
|
13
|
+
local ____disableSound = require("features.disableSound")
|
|
14
|
+
local disableSoundsInit = ____disableSound.disableSoundsInit
|
|
15
|
+
local ____fadeInRemover = require("features.fadeInRemover")
|
|
16
|
+
local fadeInRemoverInit = ____fadeInRemover.fadeInRemoverInit
|
|
17
|
+
local ____fastReset = require("features.fastReset")
|
|
18
|
+
local fastResetInit = ____fastReset.fastResetInit
|
|
19
|
+
local ____forgottenSwitch = require("features.forgottenSwitch")
|
|
20
|
+
local forgottenSwitchInit = ____forgottenSwitch.forgottenSwitchInit
|
|
21
|
+
local ____getCollectibleItemPoolType = require("features.getCollectibleItemPoolType")
|
|
22
|
+
local getCollectibleItemPoolTypeInit = ____getCollectibleItemPoolType.getCollectibleItemPoolTypeInit
|
|
23
|
+
local ____isPonyActive = require("features.isPonyActive")
|
|
24
|
+
local isPonyActiveInit = ____isPonyActive.isPonyActiveInit
|
|
25
|
+
local ____playerInventory = require("features.playerInventory")
|
|
26
|
+
local playerInventoryInit = ____playerInventory.playerInventoryInit
|
|
27
|
+
local ____preventCollectibleRotate = require("features.preventCollectibleRotate")
|
|
28
|
+
local preventCollectibleRotateInit = ____preventCollectibleRotate.preventCollectibleRotateInit
|
|
29
|
+
local ____runInNFrames = require("features.runInNFrames")
|
|
30
|
+
local runInNFramesInit = ____runInNFrames.runInNFramesInit
|
|
31
|
+
local ____sirenHelpers = require("features.sirenHelpers")
|
|
32
|
+
local sirenHelpersInit = ____sirenHelpers.sirenHelpersInit
|
|
33
|
+
local ____taintedLazarusPlayers = require("features.taintedLazarusPlayers")
|
|
34
|
+
local taintedLazarusPlayersInit = ____taintedLazarusPlayers.taintedLazarusPlayersInit
|
|
35
|
+
function ____exports.initFeaturesMajor(self, mod)
|
|
36
|
+
deployJSONRoomInit(nil, mod)
|
|
37
|
+
runInNFramesInit(nil, mod)
|
|
38
|
+
characterStatsInit(nil, mod)
|
|
39
|
+
characterHealthConversionInit(nil, mod)
|
|
40
|
+
end
|
|
41
|
+
function ____exports.initFeaturesMinor(self, mod)
|
|
42
|
+
disableInputsInit(nil, mod)
|
|
43
|
+
disableSoundsInit(nil, mod)
|
|
44
|
+
fadeInRemoverInit(nil, mod)
|
|
45
|
+
fastResetInit(nil, mod)
|
|
46
|
+
debugDisplayInit(nil, mod)
|
|
47
|
+
forgottenSwitchInit(nil, mod)
|
|
48
|
+
getCollectibleItemPoolTypeInit(nil, mod)
|
|
49
|
+
isPonyActiveInit(nil, mod)
|
|
50
|
+
playerInventoryInit(nil, mod)
|
|
51
|
+
preventCollectibleRotateInit(nil, mod)
|
|
52
|
+
sirenHelpersInit(nil, mod)
|
|
53
|
+
taintedLazarusPlayersInit(nil, mod)
|
|
54
|
+
end
|
|
55
|
+
return ____exports
|
|
@@ -38,10 +38,12 @@ local ____postGridEntityInit = require("callbacks.subscriptions.postGridEntityIn
|
|
|
38
38
|
local postGridEntityInitRegister = ____postGridEntityInit.postGridEntityInitRegister
|
|
39
39
|
local ____postGridEntityRemove = require("callbacks.subscriptions.postGridEntityRemove")
|
|
40
40
|
local postGridEntityRemoveRegister = ____postGridEntityRemove.postGridEntityRemoveRegister
|
|
41
|
-
local
|
|
42
|
-
local
|
|
41
|
+
local ____postGridEntityStateChanged = require("callbacks.subscriptions.postGridEntityStateChanged")
|
|
42
|
+
local postGridEntityStateChangedRegister = ____postGridEntityStateChanged.postGridEntityStateChangedRegister
|
|
43
43
|
local ____postGridEntityUpdate = require("callbacks.subscriptions.postGridEntityUpdate")
|
|
44
44
|
local postGridEntityUpdateRegister = ____postGridEntityUpdate.postGridEntityUpdateRegister
|
|
45
|
+
local ____postHolyMantleRemoved = require("callbacks.subscriptions.postHolyMantleRemoved")
|
|
46
|
+
local postHolyMantleRemovedRegister = ____postHolyMantleRemoved.postHolyMantleRemovedRegister
|
|
45
47
|
local ____postItemDischarged = require("callbacks.subscriptions.postItemDischarged")
|
|
46
48
|
local postItemDischargeRegister = ____postItemDischarged.postItemDischargeRegister
|
|
47
49
|
local ____postItemPickup = require("callbacks.subscriptions.postItemPickup")
|
|
@@ -86,6 +88,8 @@ local ____postProjectileInitLate = require("callbacks.subscriptions.postProjecti
|
|
|
86
88
|
local postProjectileInitLateRegister = ____postProjectileInitLate.postProjectileInitLateRegister
|
|
87
89
|
local ____postPurchase = require("callbacks.subscriptions.postPurchase")
|
|
88
90
|
local postPurchaseRegister = ____postPurchase.postPurchaseRegister
|
|
91
|
+
local ____postRoomClearChanged = require("callbacks.subscriptions.postRoomClearChanged")
|
|
92
|
+
local postRoomClearChangedRegister = ____postRoomClearChanged.postRoomClearChangedRegister
|
|
89
93
|
local ____postSacrifice = require("callbacks.subscriptions.postSacrifice")
|
|
90
94
|
local postSacrificeRegister = ____postSacrifice.postSacrificeRegister
|
|
91
95
|
local ____postSlotAnimationChanged = require("callbacks.subscriptions.postSlotAnimationChanged")
|
|
@@ -114,68 +118,67 @@ local ____preItemPickup = require("callbacks.subscriptions.preItemPickup")
|
|
|
114
118
|
local preItemPickupRegister = ____preItemPickup.preItemPickupRegister
|
|
115
119
|
local ____preNewLevel = require("callbacks.subscriptions.preNewLevel")
|
|
116
120
|
local preNewLevelRegister = ____preNewLevel.preNewLevelRegister
|
|
117
|
-
local ____roomClearChange = require("callbacks.subscriptions.roomClearChange")
|
|
118
|
-
local roomClearChangedRegister = ____roomClearChange.roomClearChangedRegister
|
|
119
121
|
local ____ModCallbacksCustom = require("enums.ModCallbacksCustom")
|
|
120
122
|
local ModCallbacksCustom = ____ModCallbacksCustom.ModCallbacksCustom
|
|
121
123
|
____exports.CALLBACK_REGISTER_FUNCTIONS = {
|
|
124
|
+
[ModCallbacksCustom.MC_POST_BOMB_INIT_LATE] = postBombInitLateRegister,
|
|
125
|
+
[ModCallbacksCustom.MC_POST_BONE_SWING] = postBoneSwingRegister,
|
|
126
|
+
[ModCallbacksCustom.MC_POST_COLLECTIBLE_INIT_FIRST] = postCollectibleInitFirstRegister,
|
|
127
|
+
[ModCallbacksCustom.MC_POST_CURSED_TELEPORT] = postCursedTeleportRegister,
|
|
128
|
+
[ModCallbacksCustom.MC_POST_CUSTOM_DOOR_ENTER] = postCustomDoorEnterRegister,
|
|
129
|
+
[ModCallbacksCustom.MC_POST_CUSTOM_REVIVE] = postCustomReviveRegister,
|
|
130
|
+
[ModCallbacksCustom.MC_POST_EFFECT_INIT_LATE] = postEffectInitLateRegister,
|
|
131
|
+
[ModCallbacksCustom.MC_POST_EFFECT_STATE_CHANGED] = postEffectStateChangedRegister,
|
|
132
|
+
[ModCallbacksCustom.MC_POST_ESAU_JR] = postEsauJrRegister,
|
|
133
|
+
[ModCallbacksCustom.MC_POST_FAMILIAR_INIT_LATE] = postFamiliarInitLateRegister,
|
|
134
|
+
[ModCallbacksCustom.MC_POST_FAMILIAR_STATE_CHANGED] = postFamiliarStateChangedRegister,
|
|
135
|
+
[ModCallbacksCustom.MC_POST_FIRST_ESAU_JR] = postFirstEsauJrRegister,
|
|
136
|
+
[ModCallbacksCustom.MC_POST_FIRST_FLIP] = postFirstFlipRegister,
|
|
137
|
+
[ModCallbacksCustom.MC_POST_FLIP] = postFlipRegister,
|
|
122
138
|
[ModCallbacksCustom.MC_POST_GAME_STARTED_REORDERED] = postGameStartedReorderedRegister,
|
|
139
|
+
[ModCallbacksCustom.MC_POST_GRID_ENTITY_BROKEN] = postGridEntityBrokenRegister,
|
|
140
|
+
[ModCallbacksCustom.MC_POST_GRID_ENTITY_COLLISION] = postGridEntityCollisionRegister,
|
|
141
|
+
[ModCallbacksCustom.MC_POST_GRID_ENTITY_INIT] = postGridEntityInitRegister,
|
|
142
|
+
[ModCallbacksCustom.MC_POST_GRID_ENTITY_REMOVE] = postGridEntityRemoveRegister,
|
|
143
|
+
[ModCallbacksCustom.MC_POST_GRID_ENTITY_STATE_CHANGED] = postGridEntityStateChangedRegister,
|
|
144
|
+
[ModCallbacksCustom.MC_POST_GRID_ENTITY_UPDATE] = postGridEntityUpdateRegister,
|
|
145
|
+
[ModCallbacksCustom.MC_POST_HOLY_MANTLE_REMOVED] = postHolyMantleRemovedRegister,
|
|
146
|
+
[ModCallbacksCustom.MC_POST_ITEM_DISCHARGE] = postItemDischargeRegister,
|
|
147
|
+
[ModCallbacksCustom.MC_POST_ITEM_PICKUP] = postItemPickupRegister,
|
|
148
|
+
[ModCallbacksCustom.MC_POST_KNIFE_INIT_LATE] = postKnifeInitLateRegister,
|
|
149
|
+
[ModCallbacksCustom.MC_POST_LASER_INIT_LATE] = postLaserInitLateRegister,
|
|
123
150
|
[ModCallbacksCustom.MC_POST_NEW_LEVEL_REORDERED] = postNewLevelReorderedRegister,
|
|
124
|
-
[ModCallbacksCustom.MC_POST_NEW_ROOM_REORDERED] = postNewRoomReorderedRegister,
|
|
125
|
-
[ModCallbacksCustom.MC_POST_PLAYER_INIT_REORDERED] = postPlayerInitReorderedRegister,
|
|
126
|
-
[ModCallbacksCustom.MC_POST_PEFFECT_UPDATE_REORDERED] = postPEffectUpdateReorderedRegister,
|
|
127
|
-
[ModCallbacksCustom.MC_POST_PLAYER_UPDATE_REORDERED] = postPlayerUpdateReorderedRegister,
|
|
128
|
-
[ModCallbacksCustom.MC_POST_PLAYER_RENDER_REORDERED] = postPlayerRenderReorderedRegister,
|
|
129
151
|
[ModCallbacksCustom.MC_POST_NEW_ROOM_EARLY] = postNewRoomEarlyRegister,
|
|
130
|
-
[ModCallbacksCustom.
|
|
131
|
-
[ModCallbacksCustom.MC_ROOM_CLEAR_CHANGE] = roomClearChangedRegister,
|
|
132
|
-
[ModCallbacksCustom.MC_POST_PLAYER_INIT_LATE] = postPlayerInitLateRegister,
|
|
133
|
-
[ModCallbacksCustom.MC_POST_TEAR_INIT_LATE] = postTearInitLateRegister,
|
|
134
|
-
[ModCallbacksCustom.MC_POST_TEAR_INIT_VERY_LATE] = postTearInitVeryLateRegister,
|
|
135
|
-
[ModCallbacksCustom.MC_POST_FAMILIAR_INIT_LATE] = postFamiliarInitLateRegister,
|
|
136
|
-
[ModCallbacksCustom.MC_POST_BOMB_INIT_LATE] = postBombInitLateRegister,
|
|
137
|
-
[ModCallbacksCustom.MC_POST_PICKUP_INIT_LATE] = postPickupInitLateRegister,
|
|
138
|
-
[ModCallbacksCustom.MC_POST_LASER_INIT_LATE] = postLaserInitLateRegister,
|
|
139
|
-
[ModCallbacksCustom.MC_POST_KNIFE_INIT_LATE] = postKnifeInitLateRegister,
|
|
140
|
-
[ModCallbacksCustom.MC_POST_PROJECTILE_INIT_LATE] = postProjectileInitLateRegister,
|
|
152
|
+
[ModCallbacksCustom.MC_POST_NEW_ROOM_REORDERED] = postNewRoomReorderedRegister,
|
|
141
153
|
[ModCallbacksCustom.MC_POST_NPC_INIT_LATE] = postNPCInitLateRegister,
|
|
142
|
-
[ModCallbacksCustom.
|
|
143
|
-
[ModCallbacksCustom.
|
|
154
|
+
[ModCallbacksCustom.MC_POST_NPC_STATE_CHANGED] = postNPCStateChangedRegister,
|
|
155
|
+
[ModCallbacksCustom.MC_POST_PEFFECT_UPDATE_REORDERED] = postPEffectUpdateReorderedRegister,
|
|
144
156
|
[ModCallbacksCustom.MC_POST_PICKUP_COLLECT] = postPickupCollectRegister,
|
|
145
|
-
[ModCallbacksCustom.
|
|
146
|
-
[ModCallbacksCustom.
|
|
147
|
-
[ModCallbacksCustom.MC_POST_PLAYER_CHANGE_TYPE] = postPlayerChangeTypeRegister,
|
|
157
|
+
[ModCallbacksCustom.MC_POST_PICKUP_INIT_LATE] = postPickupInitLateRegister,
|
|
158
|
+
[ModCallbacksCustom.MC_POST_PICKUP_STATE_CHANGED] = postPickupStateChangedRegister,
|
|
148
159
|
[ModCallbacksCustom.MC_POST_PLAYER_CHANGE_HEALTH] = postPlayerChangeHealthRegister,
|
|
160
|
+
[ModCallbacksCustom.MC_POST_PLAYER_CHANGE_TYPE] = postPlayerChangeTypeRegister,
|
|
149
161
|
[ModCallbacksCustom.MC_POST_PLAYER_FATAL_DAMAGE] = postPlayerFatalDamageRegister,
|
|
150
|
-
[ModCallbacksCustom.
|
|
151
|
-
[ModCallbacksCustom.
|
|
152
|
-
[ModCallbacksCustom.
|
|
153
|
-
[ModCallbacksCustom.
|
|
154
|
-
[ModCallbacksCustom.
|
|
155
|
-
[ModCallbacksCustom.MC_POST_ESAU_JR] = postEsauJrRegister,
|
|
156
|
-
[ModCallbacksCustom.MC_POST_FIRST_ESAU_JR] = postFirstEsauJrRegister,
|
|
157
|
-
[ModCallbacksCustom.MC_POST_TRANSFORMATION] = postTransformationRegister,
|
|
162
|
+
[ModCallbacksCustom.MC_POST_PLAYER_INIT_LATE] = postPlayerInitLateRegister,
|
|
163
|
+
[ModCallbacksCustom.MC_POST_PLAYER_INIT_REORDERED] = postPlayerInitReorderedRegister,
|
|
164
|
+
[ModCallbacksCustom.MC_POST_PLAYER_RENDER_REORDERED] = postPlayerRenderReorderedRegister,
|
|
165
|
+
[ModCallbacksCustom.MC_POST_PLAYER_UPDATE_REORDERED] = postPlayerUpdateReorderedRegister,
|
|
166
|
+
[ModCallbacksCustom.MC_POST_PROJECTILE_INIT_LATE] = postProjectileInitLateRegister,
|
|
158
167
|
[ModCallbacksCustom.MC_POST_PURCHASE] = postPurchaseRegister,
|
|
168
|
+
[ModCallbacksCustom.MC_POST_ROOM_CLEAR_CHANGED] = postRoomClearChangedRegister,
|
|
159
169
|
[ModCallbacksCustom.MC_POST_SACRIFICE] = postSacrificeRegister,
|
|
160
|
-
[ModCallbacksCustom.MC_POST_CURSED_TELEPORT] = postCursedTeleportRegister,
|
|
161
|
-
[ModCallbacksCustom.MC_POST_TRINKET_BREAK] = postTrinketBreakRegister,
|
|
162
|
-
[ModCallbacksCustom.MC_POST_ITEM_DISCHARGE] = postItemDischargeRegister,
|
|
163
|
-
[ModCallbacksCustom.MC_POST_SLOT_INIT] = postSlotInitRegister,
|
|
164
|
-
[ModCallbacksCustom.MC_POST_SLOT_UPDATE] = postSlotUpdateRegister,
|
|
165
|
-
[ModCallbacksCustom.MC_POST_SLOT_RENDER] = postSlotRenderRegister,
|
|
166
170
|
[ModCallbacksCustom.MC_POST_SLOT_ANIMATION_CHANGED] = postSlotAnimationChangedRegister,
|
|
167
171
|
[ModCallbacksCustom.MC_POST_SLOT_DESTROYED] = postSlotDestroyedRegister,
|
|
168
|
-
[ModCallbacksCustom.
|
|
169
|
-
[ModCallbacksCustom.
|
|
170
|
-
[ModCallbacksCustom.
|
|
171
|
-
[ModCallbacksCustom.
|
|
172
|
-
[ModCallbacksCustom.
|
|
173
|
-
[ModCallbacksCustom.
|
|
174
|
-
[ModCallbacksCustom.
|
|
175
|
-
[ModCallbacksCustom.
|
|
176
|
-
[ModCallbacksCustom.
|
|
177
|
-
[ModCallbacksCustom.
|
|
178
|
-
[ModCallbacksCustom.
|
|
179
|
-
[ModCallbacksCustom.MC_POST_CUSTOM_DOOR_ENTER] = postCustomDoorEnterRegister
|
|
172
|
+
[ModCallbacksCustom.MC_POST_SLOT_INIT] = postSlotInitRegister,
|
|
173
|
+
[ModCallbacksCustom.MC_POST_SLOT_RENDER] = postSlotRenderRegister,
|
|
174
|
+
[ModCallbacksCustom.MC_POST_SLOT_UPDATE] = postSlotUpdateRegister,
|
|
175
|
+
[ModCallbacksCustom.MC_POST_TEAR_INIT_LATE] = postTearInitLateRegister,
|
|
176
|
+
[ModCallbacksCustom.MC_POST_TEAR_INIT_VERY_LATE] = postTearInitVeryLateRegister,
|
|
177
|
+
[ModCallbacksCustom.MC_POST_TRANSFORMATION] = postTransformationRegister,
|
|
178
|
+
[ModCallbacksCustom.MC_POST_TRINKET_BREAK] = postTrinketBreakRegister,
|
|
179
|
+
[ModCallbacksCustom.MC_PRE_BERSERK_DEATH] = preBerserkDeathRegister,
|
|
180
|
+
[ModCallbacksCustom.MC_PRE_CUSTOM_REVIVE] = preCustomReviveRegister,
|
|
181
|
+
[ModCallbacksCustom.MC_PRE_ITEM_PICKUP] = preItemPickupRegister,
|
|
182
|
+
[ModCallbacksCustom.MC_PRE_NEW_LEVEL] = preNewLevelRegister
|
|
180
183
|
}
|
|
181
184
|
return ____exports
|