isaacscript-common 7.4.1 → 7.5.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.
Files changed (122) hide show
  1. package/dist/callbacks/postGridEntity.d.ts.map +1 -1
  2. package/dist/callbacks/postGridEntity.lua +53 -6
  3. package/dist/callbacks/postPlayerChangeStat.d.ts.map +1 -1
  4. package/dist/callbacks/postPlayerChangeStat.lua +9 -2
  5. package/dist/callbacks/subscriptions/postGridEntityCustomBroken.d.ts +1 -0
  6. package/dist/callbacks/subscriptions/postGridEntityCustomBroken.d.ts.map +1 -1
  7. package/dist/callbacks/subscriptions/postGridEntityCustomBroken.lua +5 -2
  8. package/dist/callbacks/subscriptions/postGridEntityCustomInit.d.ts +9 -0
  9. package/dist/callbacks/subscriptions/postGridEntityCustomInit.d.ts.map +1 -0
  10. package/dist/callbacks/subscriptions/postGridEntityCustomInit.lua +23 -0
  11. package/dist/callbacks/subscriptions/postGridEntityCustomRemove.d.ts +9 -0
  12. package/dist/callbacks/subscriptions/postGridEntityCustomRemove.d.ts.map +1 -0
  13. package/dist/callbacks/subscriptions/postGridEntityCustomRemove.lua +23 -0
  14. package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts +9 -0
  15. package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts.map +1 -0
  16. package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.lua +29 -0
  17. package/dist/callbacks/subscriptions/postPlayerChangeStat.d.ts +3 -2
  18. package/dist/callbacks/subscriptions/postPlayerChangeStat.d.ts.map +1 -1
  19. package/dist/enums/ModCallbackCustom.d.ts +131 -81
  20. package/dist/enums/ModCallbackCustom.d.ts.map +1 -1
  21. package/dist/enums/ModCallbackCustom.lua +67 -61
  22. package/dist/enums/StatType.d.ts +3 -1
  23. package/dist/enums/StatType.d.ts.map +1 -1
  24. package/dist/enums/StatType.lua +2 -0
  25. package/dist/features/customGridEntity.d.ts +30 -13
  26. package/dist/features/customGridEntity.d.ts.map +1 -1
  27. package/dist/features/customGridEntity.lua +67 -48
  28. package/dist/features/customStage/customStageGridEntities.d.ts.map +1 -1
  29. package/dist/features/customStage/customStageGridEntities.lua +37 -31
  30. package/dist/functions/dev.d.ts +20 -0
  31. package/dist/functions/dev.d.ts.map +1 -0
  32. package/dist/functions/dev.lua +34 -0
  33. package/dist/functions/gridEntities.d.ts +3 -0
  34. package/dist/functions/gridEntities.d.ts.map +1 -1
  35. package/dist/functions/gridEntities.lua +35 -4
  36. package/dist/functions/playerStats.d.ts.map +1 -1
  37. package/dist/functions/playerStats.lua +2 -1
  38. package/dist/functions/rooms.d.ts +5 -0
  39. package/dist/functions/rooms.d.ts.map +1 -1
  40. package/dist/functions/rooms.lua +12 -2
  41. package/dist/index.d.ts +11145 -10
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.lua +1134 -8
  44. package/dist/interfaces/StatTypeType.d.ts +1 -0
  45. package/dist/interfaces/StatTypeType.d.ts.map +1 -1
  46. package/dist/interfaces/private/AddCallbackParameterCustom.d.ts +6 -0
  47. package/dist/interfaces/private/AddCallbackParameterCustom.d.ts.map +1 -1
  48. package/dist/objects/callbackRegisterFunctions.d.ts.map +1 -1
  49. package/dist/objects/callbackRegisterFunctions.lua +9 -0
  50. package/dist/types/PossibleStatType.d.ts +7 -0
  51. package/dist/types/PossibleStatType.d.ts.map +1 -0
  52. package/dist/{interfaces/index.lua → types/PossibleStatType.lua} +0 -0
  53. package/package.json +1 -1
  54. package/src/callbacks/postGridEntity.ts +75 -10
  55. package/src/callbacks/postPlayerChangeStat.ts +8 -4
  56. package/src/callbacks/subscriptions/postGridEntityCustomBroken.ts +4 -0
  57. package/src/callbacks/subscriptions/postGridEntityCustomInit.ts +38 -0
  58. package/src/callbacks/subscriptions/postGridEntityCustomRemove.ts +35 -0
  59. package/src/callbacks/subscriptions/postGridEntityCustomStateChanged.ts +42 -0
  60. package/src/callbacks/subscriptions/postPlayerChangeStat.ts +4 -7
  61. package/src/enums/ModCallbackCustom.ts +73 -20
  62. package/src/enums/StatType.ts +3 -3
  63. package/src/features/customGridEntity.ts +87 -61
  64. package/src/features/customStage/customStageGridEntities.ts +16 -7
  65. package/src/functions/dev.ts +31 -0
  66. package/src/functions/gridEntities.ts +33 -1
  67. package/src/functions/playerStats.ts +1 -0
  68. package/src/functions/rooms.ts +18 -0
  69. package/src/index.ts +208 -9
  70. package/src/interfaces/StatTypeType.ts +1 -0
  71. package/src/interfaces/private/AddCallbackParameterCustom.ts +6 -0
  72. package/src/objects/callbackRegisterFunctions.ts +9 -0
  73. package/src/types/PossibleStatType.ts +12 -0
  74. package/dist/classes/index.d.ts +0 -3
  75. package/dist/classes/index.d.ts.map +0 -1
  76. package/dist/classes/index.lua +0 -18
  77. package/dist/core/index.d.ts +0 -5
  78. package/dist/core/index.d.ts.map +0 -1
  79. package/dist/core/index.lua +0 -34
  80. package/dist/enums/DecorationVariant.d.ts +0 -10
  81. package/dist/enums/DecorationVariant.d.ts.map +0 -1
  82. package/dist/enums/DecorationVariant.lua +0 -7
  83. package/dist/enums/index.d.ts +0 -11
  84. package/dist/enums/index.d.ts.map +0 -1
  85. package/dist/enums/index.lua +0 -82
  86. package/dist/features/index.d.ts +0 -30
  87. package/dist/features/index.d.ts.map +0 -1
  88. package/dist/features/index.lua +0 -216
  89. package/dist/functions/index.d.ts +0 -100
  90. package/dist/functions/index.d.ts.map +0 -1
  91. package/dist/functions/index.lua +0 -794
  92. package/dist/interfaces/index.d.ts +0 -12
  93. package/dist/interfaces/index.d.ts.map +0 -1
  94. package/dist/maps/index.d.ts +0 -5
  95. package/dist/maps/index.d.ts.map +0 -1
  96. package/dist/maps/index.lua +0 -34
  97. package/dist/objects/index.d.ts +0 -2
  98. package/dist/objects/index.d.ts.map +0 -1
  99. package/dist/objects/index.lua +0 -10
  100. package/dist/types/index.d.ts +0 -11
  101. package/dist/types/index.d.ts.map +0 -1
  102. package/dist/types/index.lua +0 -10
  103. package/src/classes/index.ts +0 -2
  104. package/src/classes/indexTypeDoc.ts +0 -2
  105. package/src/core/index.ts +0 -4
  106. package/src/core/indexTypeDoc.ts +0 -4
  107. package/src/enums/DecorationVariant.ts +0 -10
  108. package/src/enums/index.ts +0 -10
  109. package/src/enums/indexTypeDoc.ts +0 -10
  110. package/src/features/index.ts +0 -59
  111. package/src/features/indexTypeDoc.ts +0 -30
  112. package/src/functions/index.ts +0 -101
  113. package/src/functions/indexTypeDoc.ts +0 -101
  114. package/src/indexTypeDoc.ts +0 -13
  115. package/src/interfaces/index.ts +0 -11
  116. package/src/interfaces/indexTypeDoc.ts +0 -11
  117. package/src/maps/index.ts +0 -4
  118. package/src/maps/indexTypeDoc.ts +0 -4
  119. package/src/objects/index.ts +0 -1
  120. package/src/objects/indexTypeDoc.ts +0 -1
  121. package/src/types/index.ts +0 -10
  122. package/src/types/indexTypeDoc.ts +0 -10
@@ -1,216 +0,0 @@
1
- local ____exports = {}
2
- do
3
- local ____characterHealthConversion = require("features.characterHealthConversion")
4
- local registerCharacterHealthConversion = ____characterHealthConversion.registerCharacterHealthConversion
5
- ____exports.registerCharacterHealthConversion = registerCharacterHealthConversion
6
- end
7
- do
8
- local ____characterStats = require("features.characterStats")
9
- local registerCharacterStats = ____characterStats.registerCharacterStats
10
- ____exports.registerCharacterStats = registerCharacterStats
11
- end
12
- do
13
- local ____collectibleItemPoolType = require("features.collectibleItemPoolType")
14
- local getCollectibleItemPoolType = ____collectibleItemPoolType.getCollectibleItemPoolType
15
- ____exports.getCollectibleItemPoolType = getCollectibleItemPoolType
16
- end
17
- do
18
- local ____customDoor = require("features.customDoor")
19
- local initCustomDoor = ____customDoor.initCustomDoor
20
- local spawnCustomDoor = ____customDoor.spawnCustomDoor
21
- ____exports.initCustomDoor = initCustomDoor
22
- ____exports.spawnCustomDoor = spawnCustomDoor
23
- end
24
- do
25
- local ____customGridEntity = require("features.customGridEntity")
26
- local removeCustomGrid = ____customGridEntity.removeCustomGridEntity
27
- local spawnCustomGrid = ____customGridEntity.spawnCustomGridEntity
28
- ____exports.removeCustomGrid = removeCustomGrid
29
- ____exports.spawnCustomGrid = spawnCustomGrid
30
- end
31
- do
32
- local ____export = require("features.customStage.exports")
33
- for ____exportKey, ____exportValue in pairs(____export) do
34
- if ____exportKey ~= "default" then
35
- ____exports[____exportKey] = ____exportValue
36
- end
37
- end
38
- end
39
- do
40
- local ____export = require("features.customTrapdoor.exports")
41
- for ____exportKey, ____exportValue in pairs(____export) do
42
- if ____exportKey ~= "default" then
43
- ____exports[____exportKey] = ____exportValue
44
- end
45
- end
46
- end
47
- do
48
- local ____export = require("features.debugDisplay.exports")
49
- for ____exportKey, ____exportValue in pairs(____export) do
50
- if ____exportKey ~= "default" then
51
- ____exports[____exportKey] = ____exportValue
52
- end
53
- end
54
- end
55
- do
56
- local ____deployJSONRoom = require("features.deployJSONRoom")
57
- local deployJSONRoom = ____deployJSONRoom.deployJSONRoom
58
- local deployRandomJSONRoom = ____deployJSONRoom.deployRandomJSONRoom
59
- local emptyRoom = ____deployJSONRoom.emptyRoom
60
- ____exports.deployJSONRoom = deployJSONRoom
61
- ____exports.deployRandomJSONRoom = deployRandomJSONRoom
62
- ____exports.emptyRoom = emptyRoom
63
- end
64
- do
65
- local ____disableAllSound = require("features.disableAllSound")
66
- local disableAllSound = ____disableAllSound.disableAllSound
67
- local enableAllSound = ____disableAllSound.enableAllSound
68
- ____exports.disableAllSound = disableAllSound
69
- ____exports.enableAllSound = enableAllSound
70
- end
71
- do
72
- local ____disableInputs = require("features.disableInputs")
73
- local disableAllInputs = ____disableInputs.disableAllInputs
74
- local disableAllInputsExceptFor = ____disableInputs.disableAllInputsExceptFor
75
- local disableMovementInputs = ____disableInputs.disableMovementInputs
76
- local disableShootingInputs = ____disableInputs.disableShootingInputs
77
- local enableAllInputs = ____disableInputs.enableAllInputs
78
- local enableAllInputsExceptFor = ____disableInputs.enableAllInputsExceptFor
79
- ____exports.disableAllInputs = disableAllInputs
80
- ____exports.disableAllInputsExceptFor = disableAllInputsExceptFor
81
- ____exports.disableMovementInputs = disableMovementInputs
82
- ____exports.disableShootingInputs = disableShootingInputs
83
- ____exports.enableAllInputs = enableAllInputs
84
- ____exports.enableAllInputsExceptFor = enableAllInputsExceptFor
85
- end
86
- do
87
- local ____export = require("features.extraConsoleCommands.exports")
88
- for ____exportKey, ____exportValue in pairs(____export) do
89
- if ____exportKey ~= "default" then
90
- ____exports[____exportKey] = ____exportValue
91
- end
92
- end
93
- end
94
- do
95
- local ____fadeInRemover = require("features.fadeInRemover")
96
- local removeFadeIn = ____fadeInRemover.removeFadeIn
97
- local restoreFadeIn = ____fadeInRemover.restoreFadeIn
98
- ____exports.removeFadeIn = removeFadeIn
99
- ____exports.restoreFadeIn = restoreFadeIn
100
- end
101
- do
102
- local ____fastReset = require("features.fastReset")
103
- local disableFastReset = ____fastReset.disableFastReset
104
- local enableFastReset = ____fastReset.enableFastReset
105
- ____exports.disableFastReset = disableFastReset
106
- ____exports.enableFastReset = enableFastReset
107
- end
108
- do
109
- local ____forgottenSwitch = require("features.forgottenSwitch")
110
- local forgottenSwitch = ____forgottenSwitch.forgottenSwitch
111
- ____exports.forgottenSwitch = forgottenSwitch
112
- end
113
- do
114
- local ____pause = require("features.pause")
115
- local pause = ____pause.pause
116
- local unpause = ____pause.unpause
117
- ____exports.pause = pause
118
- ____exports.unpause = unpause
119
- end
120
- do
121
- local ____persistentEntities = require("features.persistentEntities")
122
- local removePersistentEntity = ____persistentEntities.removePersistentEntity
123
- local spawnPersistentEntity = ____persistentEntities.spawnPersistentEntity
124
- ____exports.removePersistentEntity = removePersistentEntity
125
- ____exports.spawnPersistentEntity = spawnPersistentEntity
126
- end
127
- do
128
- local ____export = require("features.pickupIndex")
129
- for ____exportKey, ____exportValue in pairs(____export) do
130
- if ____exportKey ~= "default" then
131
- ____exports[____exportKey] = ____exportValue
132
- end
133
- end
134
- end
135
- do
136
- local ____playerInventory = require("features.playerInventory")
137
- local getPlayerInventory = ____playerInventory.getPlayerInventory
138
- ____exports.getPlayerInventory = getPlayerInventory
139
- end
140
- do
141
- local ____ponyDetection = require("features.ponyDetection")
142
- local anyPlayerUsingPony = ____ponyDetection.anyPlayerUsingPony
143
- local isPlayerUsingPony = ____ponyDetection.isPlayerUsingPony
144
- ____exports.anyPlayerUsingPony = anyPlayerUsingPony
145
- ____exports.isPlayerUsingPony = isPlayerUsingPony
146
- end
147
- do
148
- local ____preventCollectibleRotation = require("features.preventCollectibleRotation")
149
- local preventCollectibleRotation = ____preventCollectibleRotation.preventCollectibleRotation
150
- ____exports.preventCollectibleRotation = preventCollectibleRotation
151
- end
152
- do
153
- local ____registerHotkey = require("features.registerHotkey")
154
- local registerHotkey = ____registerHotkey.registerHotkey
155
- local unregisterHotkey = ____registerHotkey.unregisterHotkey
156
- ____exports.registerHotkey = registerHotkey
157
- ____exports.unregisterHotkey = unregisterHotkey
158
- end
159
- do
160
- local ____roomClearFrame = require("features.roomClearFrame")
161
- local getRoomClearGameFrame = ____roomClearFrame.getRoomClearGameFrame
162
- local getRoomClearRoomFrame = ____roomClearFrame.getRoomClearRoomFrame
163
- ____exports.getRoomClearGameFrame = getRoomClearGameFrame
164
- ____exports.getRoomClearRoomFrame = getRoomClearRoomFrame
165
- end
166
- do
167
- local ____export = require("features.roomHistory")
168
- for ____exportKey, ____exportValue in pairs(____export) do
169
- if ____exportKey ~= "default" then
170
- ____exports[____exportKey] = ____exportValue
171
- end
172
- end
173
- end
174
- do
175
- local ____runInNFrames = require("features.runInNFrames")
176
- local runInNGameFrames = ____runInNFrames.runInNGameFrames
177
- local runInNRenderFrames = ____runInNFrames.runInNRenderFrames
178
- local runNextGameFrame = ____runInNFrames.runNextGameFrame
179
- local runNextRenderFrame = ____runInNFrames.runNextRenderFrame
180
- local setIntervalGameFrames = ____runInNFrames.setIntervalGameFrames
181
- local setIntervalRenderFrames = ____runInNFrames.setIntervalRenderFrames
182
- ____exports.runInNGameFrames = runInNGameFrames
183
- ____exports.runInNRenderFrames = runInNRenderFrames
184
- ____exports.runNextGameFrame = runNextGameFrame
185
- ____exports.runNextRenderFrame = runNextRenderFrame
186
- ____exports.setIntervalGameFrames = setIntervalGameFrames
187
- ____exports.setIntervalRenderFrames = setIntervalRenderFrames
188
- end
189
- do
190
- local ____export = require("features.saveDataManager.exports")
191
- for ____exportKey, ____exportValue in pairs(____export) do
192
- if ____exportKey ~= "default" then
193
- ____exports[____exportKey] = ____exportValue
194
- end
195
- end
196
- end
197
- do
198
- local ____sirenHelpers = require("features.sirenHelpers")
199
- local hasSirenStolenFamiliar = ____sirenHelpers.hasSirenStolenFamiliar
200
- local setFamiliarNoSirenSteal = ____sirenHelpers.setFamiliarNoSirenSteal
201
- ____exports.hasSirenStolenFamiliar = hasSirenStolenFamiliar
202
- ____exports.setFamiliarNoSirenSteal = setFamiliarNoSirenSteal
203
- end
204
- do
205
- local ____stageHistory = require("features.stageHistory")
206
- local getStageHistory = ____stageHistory.getStageHistory
207
- local hasVisitedStage = ____stageHistory.hasVisitedStage
208
- ____exports.getStageHistory = getStageHistory
209
- ____exports.hasVisitedStage = hasVisitedStage
210
- end
211
- do
212
- local ____taintedLazarusPlayers = require("features.taintedLazarusPlayers")
213
- local getTaintedLazarusSubPlayer = ____taintedLazarusPlayers.getTaintedLazarusSubPlayer
214
- ____exports.getTaintedLazarusSubPlayer = getTaintedLazarusSubPlayer
215
- end
216
- return ____exports
@@ -1,100 +0,0 @@
1
- export * from "./ambush";
2
- export * from "./array";
3
- export * from "./benchmark";
4
- export * from "./bitSet128";
5
- export * from "./bitwise";
6
- export * from "./bombs";
7
- export * from "./bosses";
8
- export * from "./cacheFlag";
9
- export * from "./cards";
10
- export * from "./challenges";
11
- export * from "./characters";
12
- export * from "./charge";
13
- export * from "./chargeBar";
14
- export * from "./collectibles";
15
- export * from "./collectibleSet";
16
- export * from "./collectibleTag";
17
- export * from "./color";
18
- export * from "./curses";
19
- export * from "./debug";
20
- export * from "./deepCopy";
21
- export * from "./deepCopyTests";
22
- export * from "./dimensions";
23
- export * from "./direction";
24
- export * from "./doors";
25
- export * from "./easing";
26
- export * from "./eden";
27
- export * from "./effects";
28
- export * from "./entities";
29
- export * from "./entitiesSpecific";
30
- export * from "./entityTypes";
31
- export * from "./enums";
32
- export * from "./familiars";
33
- export * from "./flag";
34
- export * from "./flying";
35
- export * from "./globals";
36
- export * from "./gridEntities";
37
- export * from "./gridEntitiesSpecific";
38
- export * from "./input";
39
- export * from "./isaacAPIClass";
40
- export * from "./itemPool";
41
- export * from "./jsonHelpers";
42
- export * from "./jsonRoom";
43
- export * from "./kColor";
44
- export * from "./language";
45
- export * from "./level";
46
- export * from "./levelGrid";
47
- export * from "./log";
48
- export * from "./logEntities";
49
- export * from "./map";
50
- export * from "./math";
51
- export * from "./mergeTests";
52
- export * from "./minimap";
53
- export * from "./nextStage";
54
- export * from "./npcs";
55
- export * from "./pickups";
56
- export * from "./pickupsSpecific";
57
- export * from "./pickupVariants";
58
- export * from "./pills";
59
- export * from "./playerCenter";
60
- export * from "./playerDataStructures";
61
- export * from "./playerHealth";
62
- export * from "./playerIndex";
63
- export * from "./players";
64
- export * from "./playerStats";
65
- export * from "./pocketItems";
66
- export * from "./positionVelocity";
67
- export * from "./pressurePlate";
68
- export * from "./projectiles";
69
- export * from "./random";
70
- export * from "./reorderedCallbacks";
71
- export * from "./revive";
72
- export * from "./rng";
73
- export * from "./rockAlt";
74
- export * from "./roomData";
75
- export * from "./roomGrid";
76
- export * from "./rooms";
77
- export * from "./roomShape";
78
- export * from "./roomTransition";
79
- export * from "./run";
80
- export * from "./saveFile";
81
- export * from "./seeds";
82
- export * from "./serialization";
83
- export * from "./set";
84
- export * from "./sound";
85
- export * from "./spawnCollectible";
86
- export * from "./sprites";
87
- export * from "./stage";
88
- export * from "./string";
89
- export * from "./table";
90
- export * from "./tears";
91
- export * from "./transformations";
92
- export * from "./trinketCacheFlag";
93
- export * from "./trinketGive";
94
- export * from "./trinkets";
95
- export * from "./tstlClass";
96
- export * from "./types";
97
- export * from "./ui";
98
- export * from "./utils";
99
- export * from "./vector";
100
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/functions/index.ts"],"names":[],"mappings":"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"}