isaacscript-common 7.4.3 → 7.6.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 (183) 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/classes/DefaultMap.d.ts +3 -2
  20. package/dist/classes/DefaultMap.d.ts.map +1 -1
  21. package/dist/classes/DefaultMap.lua +2 -1
  22. package/dist/enums/ModCallbackCustom.d.ts +131 -81
  23. package/dist/enums/ModCallbackCustom.d.ts.map +1 -1
  24. package/dist/enums/ModCallbackCustom.lua +67 -61
  25. package/dist/enums/StatType.d.ts +3 -1
  26. package/dist/enums/StatType.d.ts.map +1 -1
  27. package/dist/enums/StatType.lua +2 -0
  28. package/dist/features/customGridEntity.d.ts +30 -13
  29. package/dist/features/customGridEntity.d.ts.map +1 -1
  30. package/dist/features/customGridEntity.lua +67 -48
  31. package/dist/features/customStage/customStageGridEntities.d.ts.map +1 -1
  32. package/dist/features/customStage/customStageGridEntities.lua +46 -36
  33. package/dist/features/customStage/customStageUtils.d.ts +2 -1
  34. package/dist/features/customStage/customStageUtils.d.ts.map +1 -1
  35. package/dist/features/customStage/customStageUtils.lua +40 -1
  36. package/dist/features/customStage/exports.d.ts +1 -25
  37. package/dist/features/customStage/exports.d.ts.map +1 -1
  38. package/dist/features/customStage/exports.lua +28 -29
  39. package/dist/features/customStage/v.d.ts +0 -2
  40. package/dist/features/customStage/v.d.ts.map +1 -1
  41. package/dist/features/customStage/v.lua +0 -2
  42. package/dist/features/customStage/versusScreen.d.ts.map +1 -1
  43. package/dist/features/customStage/versusScreen.lua +74 -60
  44. package/dist/features/customTrapdoor/exports.d.ts +28 -16
  45. package/dist/features/customTrapdoor/exports.d.ts.map +1 -1
  46. package/dist/features/customTrapdoor/exports.lua +45 -61
  47. package/dist/features/customTrapdoor/init.d.ts.map +1 -1
  48. package/dist/features/customTrapdoor/init.lua +12 -10
  49. package/dist/features/customTrapdoor/spawn.d.ts +6 -0
  50. package/dist/features/customTrapdoor/spawn.d.ts.map +1 -0
  51. package/dist/features/customTrapdoor/spawn.lua +52 -0
  52. package/dist/features/customTrapdoor/v.d.ts +2 -2
  53. package/dist/features/customTrapdoor/v.d.ts.map +1 -1
  54. package/dist/functions/dev.d.ts +20 -0
  55. package/dist/functions/dev.d.ts.map +1 -0
  56. package/dist/functions/dev.lua +34 -0
  57. package/dist/functions/doors.d.ts +6 -5
  58. package/dist/functions/doors.d.ts.map +1 -1
  59. package/dist/functions/doors.lua +25 -12
  60. package/dist/functions/enums.d.ts +3 -3
  61. package/dist/functions/enums.lua +3 -3
  62. package/dist/functions/playerStats.d.ts.map +1 -1
  63. package/dist/functions/playerStats.lua +2 -1
  64. package/dist/functions/players.d.ts.map +1 -1
  65. package/dist/functions/players.lua +3 -2
  66. package/dist/functions/rooms.d.ts +5 -0
  67. package/dist/functions/rooms.d.ts.map +1 -1
  68. package/dist/functions/rooms.lua +12 -2
  69. package/dist/index.d.ts +172 -11037
  70. package/dist/index.d.ts.map +1 -1
  71. package/dist/index.lua +1134 -8
  72. package/dist/interfaces/{CustomStageLua.d.ts → CustomStageTSConfig.d.ts} +86 -60
  73. package/dist/interfaces/CustomStageTSConfig.d.ts.map +1 -0
  74. package/dist/interfaces/{CustomStageLua.lua → CustomStageTSConfig.lua} +0 -0
  75. package/dist/interfaces/JSONRoomsFile.d.ts +6 -5
  76. package/dist/interfaces/JSONRoomsFile.d.ts.map +1 -1
  77. package/dist/interfaces/StatTypeType.d.ts +1 -0
  78. package/dist/interfaces/StatTypeType.d.ts.map +1 -1
  79. package/dist/interfaces/private/AddCallbackParameterCustom.d.ts +6 -0
  80. package/dist/interfaces/private/AddCallbackParameterCustom.d.ts.map +1 -1
  81. package/dist/interfaces/private/CustomStage.d.ts +1 -1
  82. package/dist/interfaces/private/CustomStage.d.ts.map +1 -1
  83. package/dist/interfaces/private/CustomTrapdoorDescription.d.ts +2 -2
  84. package/dist/interfaces/private/CustomTrapdoorDescription.d.ts.map +1 -1
  85. package/dist/interfaces/private/CustomTrapdoorDestination.d.ts +14 -0
  86. package/dist/interfaces/private/CustomTrapdoorDestination.d.ts.map +1 -0
  87. package/dist/interfaces/{index.lua → private/CustomTrapdoorDestination.lua} +0 -0
  88. package/dist/objects/callbackRegisterFunctions.d.ts.map +1 -1
  89. package/dist/objects/callbackRegisterFunctions.lua +9 -0
  90. package/dist/types/PossibleStatType.d.ts +7 -0
  91. package/dist/types/PossibleStatType.d.ts.map +1 -0
  92. package/dist/types/{TrapdoorDestination.lua → PossibleStatType.lua} +0 -0
  93. package/package.json +1 -1
  94. package/src/callbacks/postGridEntity.ts +75 -10
  95. package/src/callbacks/postPlayerChangeStat.ts +8 -4
  96. package/src/callbacks/subscriptions/postGridEntityCustomBroken.ts +4 -0
  97. package/src/callbacks/subscriptions/postGridEntityCustomInit.ts +38 -0
  98. package/src/callbacks/subscriptions/postGridEntityCustomRemove.ts +35 -0
  99. package/src/callbacks/subscriptions/postGridEntityCustomStateChanged.ts +42 -0
  100. package/src/callbacks/subscriptions/postPlayerChangeStat.ts +4 -7
  101. package/src/classes/DefaultMap.ts +3 -2
  102. package/src/enums/ModCallbackCustom.ts +73 -20
  103. package/src/enums/StatType.ts +3 -3
  104. package/src/features/customGridEntity.ts +87 -61
  105. package/src/features/customStage/customStageGridEntities.ts +36 -23
  106. package/src/features/customStage/customStageUtils.ts +52 -1
  107. package/src/features/customStage/exports.ts +33 -45
  108. package/src/features/customStage/init.ts +1 -1
  109. package/src/features/customStage/v.ts +0 -6
  110. package/src/features/customStage/versusScreen.ts +70 -55
  111. package/src/features/customTrapdoor/exports.ts +60 -66
  112. package/src/features/customTrapdoor/init.ts +12 -11
  113. package/src/features/customTrapdoor/spawn.ts +54 -0
  114. package/src/features/customTrapdoor/v.ts +2 -2
  115. package/src/functions/dev.ts +31 -0
  116. package/src/functions/doors.ts +37 -21
  117. package/src/functions/enums.ts +3 -3
  118. package/src/functions/playerStats.ts +1 -0
  119. package/src/functions/players.ts +7 -3
  120. package/src/functions/rooms.ts +18 -0
  121. package/src/index.ts +207 -9
  122. package/src/interfaces/{CustomStageLua.ts → CustomStageTSConfig.ts} +107 -41
  123. package/src/interfaces/JSONRoomsFile.ts +6 -5
  124. package/src/interfaces/StatTypeType.ts +1 -0
  125. package/src/interfaces/private/AddCallbackParameterCustom.ts +6 -0
  126. package/src/interfaces/private/CustomStage.ts +4 -1
  127. package/src/interfaces/private/CustomTrapdoorDescription.ts +2 -2
  128. package/src/interfaces/private/CustomTrapdoorDestination.ts +14 -0
  129. package/src/objects/callbackRegisterFunctions.ts +9 -0
  130. package/src/types/PossibleStatType.ts +12 -0
  131. package/dist/classes/index.d.ts +0 -3
  132. package/dist/classes/index.d.ts.map +0 -1
  133. package/dist/classes/index.lua +0 -18
  134. package/dist/core/index.d.ts +0 -5
  135. package/dist/core/index.d.ts.map +0 -1
  136. package/dist/core/index.lua +0 -34
  137. package/dist/enums/DecorationVariant.d.ts +0 -10
  138. package/dist/enums/DecorationVariant.d.ts.map +0 -1
  139. package/dist/enums/DecorationVariant.lua +0 -7
  140. package/dist/enums/index.d.ts +0 -11
  141. package/dist/enums/index.d.ts.map +0 -1
  142. package/dist/enums/index.lua +0 -82
  143. package/dist/features/index.d.ts +0 -30
  144. package/dist/features/index.d.ts.map +0 -1
  145. package/dist/features/index.lua +0 -216
  146. package/dist/functions/index.d.ts +0 -100
  147. package/dist/functions/index.d.ts.map +0 -1
  148. package/dist/functions/index.lua +0 -794
  149. package/dist/interfaces/CustomStageLua.d.ts.map +0 -1
  150. package/dist/interfaces/index.d.ts +0 -12
  151. package/dist/interfaces/index.d.ts.map +0 -1
  152. package/dist/maps/index.d.ts +0 -5
  153. package/dist/maps/index.d.ts.map +0 -1
  154. package/dist/maps/index.lua +0 -34
  155. package/dist/objects/index.d.ts +0 -2
  156. package/dist/objects/index.d.ts.map +0 -1
  157. package/dist/objects/index.lua +0 -10
  158. package/dist/types/TrapdoorDestination.d.ts +0 -6
  159. package/dist/types/TrapdoorDestination.d.ts.map +0 -1
  160. package/dist/types/index.d.ts +0 -11
  161. package/dist/types/index.d.ts.map +0 -1
  162. package/dist/types/index.lua +0 -10
  163. package/src/classes/index.ts +0 -2
  164. package/src/classes/indexTypeDoc.ts +0 -2
  165. package/src/core/index.ts +0 -4
  166. package/src/core/indexTypeDoc.ts +0 -4
  167. package/src/enums/DecorationVariant.ts +0 -10
  168. package/src/enums/index.ts +0 -10
  169. package/src/enums/indexTypeDoc.ts +0 -10
  170. package/src/features/index.ts +0 -59
  171. package/src/features/indexTypeDoc.ts +0 -30
  172. package/src/functions/index.ts +0 -101
  173. package/src/functions/indexTypeDoc.ts +0 -101
  174. package/src/indexTypeDoc.ts +0 -13
  175. package/src/interfaces/index.ts +0 -11
  176. package/src/interfaces/indexTypeDoc.ts +0 -11
  177. package/src/maps/index.ts +0 -4
  178. package/src/maps/indexTypeDoc.ts +0 -4
  179. package/src/objects/index.ts +0 -1
  180. package/src/objects/indexTypeDoc.ts +0 -1
  181. package/src/types/TrapdoorDestination.ts +0 -8
  182. package/src/types/index.ts +0 -10
  183. package/src/types/indexTypeDoc.ts +0 -10
@@ -0,0 +1,14 @@
1
+ import { LevelStage, StageType } from "isaac-typescript-definitions";
2
+
3
+ /**
4
+ * - If the destination is a custom stage, then `vanillaStage` and `vanillaStageType` will be
5
+ * undefined.
6
+ * - If the destination is a vanilla stage, then `customStageName` and `customStageFloorNum` will be
7
+ * undefined.
8
+ */
9
+ export interface CustomTrapdoorDestination {
10
+ customStageName?: string;
11
+ customStageFloorNum?: int;
12
+ vanillaStage?: LevelStage;
13
+ vanillaStageType?: StageType;
14
+ }
@@ -25,7 +25,10 @@ import { postGridEntityBrokenRegister } from "../callbacks/subscriptions/postGri
25
25
  import { postGridEntityCollisionRegister } from "../callbacks/subscriptions/postGridEntityCollision";
26
26
  import { postGridEntityCustomBrokenRegister } from "../callbacks/subscriptions/postGridEntityCustomBroken";
27
27
  import { postGridEntityCustomCollisionRegister } from "../callbacks/subscriptions/postGridEntityCustomCollision";
28
+ import { postGridEntityCustomInitRegister } from "../callbacks/subscriptions/postGridEntityCustomInit";
29
+ import { postGridEntityCustomRemoveRegister } from "../callbacks/subscriptions/postGridEntityCustomRemove";
28
30
  import { postGridEntityCustomRenderRegister } from "../callbacks/subscriptions/postGridEntityCustomRender";
31
+ import { postGridEntityCustomStateChangedRegister } from "../callbacks/subscriptions/postGridEntityCustomStateChanged";
29
32
  import { postGridEntityCustomUpdateRegister } from "../callbacks/subscriptions/postGridEntityCustomUpdate";
30
33
  import { postGridEntityInitRegister } from "../callbacks/subscriptions/postGridEntityInit";
31
34
  import { postGridEntityRemoveRegister } from "../callbacks/subscriptions/postGridEntityRemove";
@@ -127,8 +130,14 @@ export const CALLBACK_REGISTER_FUNCTIONS: {
127
130
  postGridEntityCustomBrokenRegister,
128
131
  [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_COLLISION]:
129
132
  postGridEntityCustomCollisionRegister,
133
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_INIT]:
134
+ postGridEntityCustomInitRegister,
135
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_REMOVE]:
136
+ postGridEntityCustomRemoveRegister,
130
137
  [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_RENDER]:
131
138
  postGridEntityCustomRenderRegister,
139
+ [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_STATE_CHANGED]:
140
+ postGridEntityCustomStateChangedRegister,
132
141
  [ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_UPDATE]:
133
142
  postGridEntityCustomUpdateRegister,
134
143
  [ModCallbackCustom.POST_GRID_ENTITY_INIT]: postGridEntityInitRegister,
@@ -0,0 +1,12 @@
1
+ import { TearFlag } from "isaac-typescript-definitions";
2
+
3
+ /**
4
+ * These are the possible types that player stats can be. For example, `EntityPlayer.Damage` is of
5
+ * type `float`, `EntityPlayer.CanFly` is of type `boolean`, and so on.
6
+ */
7
+ export type PossibleStatType =
8
+ | number
9
+ | boolean
10
+ | BitFlags<TearFlag>
11
+ | Color
12
+ | Vector;
@@ -1,3 +0,0 @@
1
- export * from "./DefaultMap";
2
- export * from "./ModUpgraded";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/classes/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
@@ -1,18 +0,0 @@
1
- local ____exports = {}
2
- do
3
- local ____export = require("classes.DefaultMap")
4
- for ____exportKey, ____exportValue in pairs(____export) do
5
- if ____exportKey ~= "default" then
6
- ____exports[____exportKey] = ____exportValue
7
- end
8
- end
9
- end
10
- do
11
- local ____export = require("classes.ModUpgraded")
12
- for ____exportKey, ____exportValue in pairs(____export) do
13
- if ____exportKey ~= "default" then
14
- ____exports[____exportKey] = ____exportValue
15
- end
16
- end
17
- end
18
- return ____exports
@@ -1,5 +0,0 @@
1
- export * from "./cachedClasses";
2
- export * from "./constants";
3
- export * from "./constantsFirstLast";
4
- export * from "./upgradeMod";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC"}
@@ -1,34 +0,0 @@
1
- local ____exports = {}
2
- do
3
- local ____export = require("core.cachedClasses")
4
- for ____exportKey, ____exportValue in pairs(____export) do
5
- if ____exportKey ~= "default" then
6
- ____exports[____exportKey] = ____exportValue
7
- end
8
- end
9
- end
10
- do
11
- local ____export = require("core.constants")
12
- for ____exportKey, ____exportValue in pairs(____export) do
13
- if ____exportKey ~= "default" then
14
- ____exports[____exportKey] = ____exportValue
15
- end
16
- end
17
- end
18
- do
19
- local ____export = require("core.constantsFirstLast")
20
- for ____exportKey, ____exportValue in pairs(____export) do
21
- if ____exportKey ~= "default" then
22
- ____exports[____exportKey] = ____exportValue
23
- end
24
- end
25
- end
26
- do
27
- local ____export = require("core.upgradeMod")
28
- for ____exportKey, ____exportValue in pairs(____export) do
29
- if ____exportKey ~= "default" then
30
- ____exports[____exportKey] = ____exportValue
31
- end
32
- end
33
- end
34
- return ____exports
@@ -1,10 +0,0 @@
1
- export declare enum DecorationVariant {
2
- VANILLA_DECORATION = 0,
3
- /**
4
- * The vanilla game does not support any custom grid entities. Under the hood, IsaacScript allows
5
- * for custom grid entities by using decorations with this variant to represent custom grid
6
- * entities.
7
- */
8
- CUSTOM_GRID_ENTITY = 1
9
- }
10
- //# sourceMappingURL=DecorationVariant.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DecorationVariant.d.ts","sourceRoot":"","sources":["../../src/enums/DecorationVariant.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC3B,kBAAkB,IAAI;IAEtB;;;;OAIG;IACH,kBAAkB,IAAI;CACvB"}
@@ -1,7 +0,0 @@
1
- local ____exports = {}
2
- ____exports.DecorationVariant = {}
3
- ____exports.DecorationVariant.VANILLA_DECORATION = 0
4
- ____exports.DecorationVariant[____exports.DecorationVariant.VANILLA_DECORATION] = "VANILLA_DECORATION"
5
- ____exports.DecorationVariant.CUSTOM_GRID_ENTITY = 1
6
- ____exports.DecorationVariant[____exports.DecorationVariant.CUSTOM_GRID_ENTITY] = "CUSTOM_GRID_ENTITY"
7
- return ____exports
@@ -1,11 +0,0 @@
1
- export * from "./AmbushType";
2
- export * from "./CornerType";
3
- export * from "./HealthType";
4
- export * from "./ModCallbackCustom";
5
- export * from "./PocketItemType";
6
- export * from "./RockAltType";
7
- export * from "./SaveDataKey";
8
- export * from "./SerializationType";
9
- export * from "./SlotDestructionType";
10
- export * from "./StatType";
11
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,YAAY,CAAC"}
@@ -1,82 +0,0 @@
1
- local ____exports = {}
2
- do
3
- local ____export = require("enums.AmbushType")
4
- for ____exportKey, ____exportValue in pairs(____export) do
5
- if ____exportKey ~= "default" then
6
- ____exports[____exportKey] = ____exportValue
7
- end
8
- end
9
- end
10
- do
11
- local ____export = require("enums.CornerType")
12
- for ____exportKey, ____exportValue in pairs(____export) do
13
- if ____exportKey ~= "default" then
14
- ____exports[____exportKey] = ____exportValue
15
- end
16
- end
17
- end
18
- do
19
- local ____export = require("enums.HealthType")
20
- for ____exportKey, ____exportValue in pairs(____export) do
21
- if ____exportKey ~= "default" then
22
- ____exports[____exportKey] = ____exportValue
23
- end
24
- end
25
- end
26
- do
27
- local ____export = require("enums.ModCallbackCustom")
28
- for ____exportKey, ____exportValue in pairs(____export) do
29
- if ____exportKey ~= "default" then
30
- ____exports[____exportKey] = ____exportValue
31
- end
32
- end
33
- end
34
- do
35
- local ____export = require("enums.PocketItemType")
36
- for ____exportKey, ____exportValue in pairs(____export) do
37
- if ____exportKey ~= "default" then
38
- ____exports[____exportKey] = ____exportValue
39
- end
40
- end
41
- end
42
- do
43
- local ____export = require("enums.RockAltType")
44
- for ____exportKey, ____exportValue in pairs(____export) do
45
- if ____exportKey ~= "default" then
46
- ____exports[____exportKey] = ____exportValue
47
- end
48
- end
49
- end
50
- do
51
- local ____export = require("enums.SaveDataKey")
52
- for ____exportKey, ____exportValue in pairs(____export) do
53
- if ____exportKey ~= "default" then
54
- ____exports[____exportKey] = ____exportValue
55
- end
56
- end
57
- end
58
- do
59
- local ____export = require("enums.SerializationType")
60
- for ____exportKey, ____exportValue in pairs(____export) do
61
- if ____exportKey ~= "default" then
62
- ____exports[____exportKey] = ____exportValue
63
- end
64
- end
65
- end
66
- do
67
- local ____export = require("enums.SlotDestructionType")
68
- for ____exportKey, ____exportValue in pairs(____export) do
69
- if ____exportKey ~= "default" then
70
- ____exports[____exportKey] = ____exportValue
71
- end
72
- end
73
- end
74
- do
75
- local ____export = require("enums.StatType")
76
- for ____exportKey, ____exportValue in pairs(____export) do
77
- if ____exportKey ~= "default" then
78
- ____exports[____exportKey] = ____exportValue
79
- end
80
- end
81
- end
82
- return ____exports
@@ -1,30 +0,0 @@
1
- export { ConversionHeartSubType, registerCharacterHealthConversion, } from "./characterHealthConversion";
2
- export { registerCharacterStats } from "./characterStats";
3
- export { getCollectibleItemPoolType } from "./collectibleItemPoolType";
4
- export { initCustomDoor, spawnCustomDoor } from "./customDoor";
5
- export { removeCustomGridEntity as removeCustomGrid, spawnCustomGridEntity as spawnCustomGrid, } from "./customGridEntity";
6
- export * from "./customStage/exports";
7
- export * from "./customTrapdoor/exports";
8
- export * from "./debugDisplay/exports";
9
- export { deployJSONRoom, deployRandomJSONRoom, emptyRoom, } from "./deployJSONRoom";
10
- export { disableAllSound, enableAllSound } from "./disableAllSound";
11
- export { disableAllInputs, disableAllInputsExceptFor, disableMovementInputs, disableShootingInputs, enableAllInputs, enableAllInputsExceptFor, } from "./disableInputs";
12
- export * from "./extraConsoleCommands/exports";
13
- export { removeFadeIn, restoreFadeIn } from "./fadeInRemover";
14
- export { disableFastReset, enableFastReset } from "./fastReset";
15
- export { forgottenSwitch } from "./forgottenSwitch";
16
- export { pause, unpause } from "./pause";
17
- export { removePersistentEntity, spawnPersistentEntity, } from "./persistentEntities";
18
- export * from "./pickupIndex";
19
- export { getPlayerInventory } from "./playerInventory";
20
- export { anyPlayerUsingPony, isPlayerUsingPony } from "./ponyDetection";
21
- export { preventCollectibleRotation } from "./preventCollectibleRotation";
22
- export { registerHotkey, unregisterHotkey } from "./registerHotkey";
23
- export { getRoomClearGameFrame, getRoomClearRoomFrame } from "./roomClearFrame";
24
- export * from "./roomHistory";
25
- export { runInNGameFrames, runInNRenderFrames, runNextGameFrame, runNextRenderFrame, setIntervalGameFrames, setIntervalRenderFrames, } from "./runInNFrames";
26
- export * from "./saveDataManager/exports";
27
- export { hasSirenStolenFamiliar, setFamiliarNoSirenSteal, } from "./sirenHelpers";
28
- export { getStageHistory, hasVisitedStage } from "./stageHistory";
29
- export { getTaintedLazarusSubPlayer } from "./taintedLazarusPlayers";
30
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/features/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,iCAAiC,GAClC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,EACL,sBAAsB,IAAI,gBAAgB,EAC1C,qBAAqB,IAAI,eAAe,GACzC,MAAM,oBAAoB,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,OAAO,EACL,cAAc,EACd,oBAAoB,EACpB,SAAS,GACV,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACpE,OAAO,EACL,gBAAgB,EAChB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,eAAe,EACf,wBAAwB,GACzB,MAAM,iBAAiB,CAAC;AACzB,cAAc,gCAAgC,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,EACL,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,sBAAsB,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAChF,cAAc,eAAe,CAAC;AAC9B,OAAO,EACL,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,gBAAgB,CAAC;AACxB,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EACL,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC"}
@@ -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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"}