isaacscript-common 39.4.2 → 39.4.3

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.
@@ -1,6 +1,6 @@
1
1
  --[[
2
2
 
3
- isaacscript-common 39.4.2
3
+ isaacscript-common 39.4.3
4
4
 
5
5
  This is the "isaacscript-common" library, which was created with the IsaacScript tool.
6
6
 
@@ -18335,7 +18335,6 @@ return ____exports
18335
18335
  local ____lualib = require("lualib_bundle")
18336
18336
  local __TS__Class = ____lualib.__TS__Class
18337
18337
  local __TS__ClassExtends = ____lualib.__TS__ClassExtends
18338
- local __TS__Spread = ____lualib.__TS__Spread
18339
18338
  local __TS__ArrayFindIndex = ____lualib.__TS__ArrayFindIndex
18340
18339
  local __TS__ArraySplice = ____lualib.__TS__ArraySplice
18341
18340
  local __TS__ArrayEntries = ____lualib.__TS__ArrayEntries
@@ -18365,7 +18364,13 @@ function CustomCallback.prototype.____constructor(self, ...)
18365
18364
  if self:shouldFire(fireArgs, optionalArgs) then
18366
18365
  local value = callbackFunc(
18367
18366
  nil,
18368
- __TS__Spread(fireArgs)
18367
+ fireArgs[1],
18368
+ fireArgs[2],
18369
+ fireArgs[3],
18370
+ fireArgs[4],
18371
+ fireArgs[5],
18372
+ fireArgs[6],
18373
+ fireArgs[7]
18369
18374
  )
18370
18375
  if value ~= nil then
18371
18376
  return value
@@ -18495,7 +18500,7 @@ __TS__ClassExtends(InputActionFilter, CustomCallback)
18495
18500
  function InputActionFilter.prototype.____constructor(self)
18496
18501
  CustomCallback.prototype.____constructor(self)
18497
18502
  self.shouldFire = function(____, fireArgs, optionalArgs)
18498
- local _, inputHook, buttonAction = table.unpack(fireArgs)
18503
+ local _entity, inputHook, buttonAction = table.unpack(fireArgs)
18499
18504
  local callbackInputHook, callbackButtonAction = table.unpack(optionalArgs)
18500
18505
  return (callbackInputHook == nil or callbackInputHook == inputHook) and (callbackButtonAction == nil or callbackButtonAction == buttonAction)
18501
18506
  end
@@ -13,7 +13,7 @@ __TS__ClassExtends(InputActionFilter, CustomCallback)
13
13
  function InputActionFilter.prototype.____constructor(self)
14
14
  CustomCallback.prototype.____constructor(self)
15
15
  self.shouldFire = function(____, fireArgs, optionalArgs)
16
- local _, inputHook, buttonAction = table.unpack(fireArgs)
16
+ local _entity, inputHook, buttonAction = table.unpack(fireArgs)
17
17
  local callbackInputHook, callbackButtonAction = table.unpack(optionalArgs)
18
18
  return (callbackInputHook == nil or callbackInputHook == inputHook) and (callbackButtonAction == nil or callbackButtonAction == buttonAction)
19
19
  end
@@ -1 +1 @@
1
- {"version":3,"file":"CustomCallback.d.ts","sourceRoot":"","sources":["../../../../src/classes/private/CustomCallback.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAIvE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AACxG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,iBAAiB,IAAI,UAAU,CAC5D,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClC,CAAC;AAEF,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,iBAAiB,IAAI,WAAW,CACjE,2BAA2B,CAAC,CAAC,CAAC,CAC/B,CAAC;AAQF;;;GAGG;AACH,8BAAsB,cAAc,CAClC,CAAC,SAAS,iBAAiB,CAC3B,SAAQ,OAAO;IACf,OAAO,CAAC,aAAa,CAA8B;IAE5C,aAAa,CAClB,QAAQ,EAAE,gBAAgB,GAAG,GAAG,EAChC,YAAY,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAC/C,GAAG,YAAY,EAAE,WAAW,CAAC,2BAA2B,CAAC,CAAC,CAAC,CAAC,GAC3D,IAAI;IAiBP;;;OAGG;IACI,gBAAgB,CAAC,QAAQ,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;IAYnE,IAAI,gBACI,SAAS,CAAC,CAAC,KACvB,WAAW,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAc9C;IAEF;;;OAGG;IACH,SAAS,CAAC,UAAU,EAAE,CACpB,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,EACrB,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC,KAC1B,OAAO,CAAc;IAEnB,gBAAgB,IAAI,IAAI;CAYhC"}
1
+ {"version":3,"file":"CustomCallback.d.ts","sourceRoot":"","sources":["../../../../src/classes/private/CustomCallback.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAIvE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AACxG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,iBAAiB,IAAI,UAAU,CAC5D,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAClC,CAAC;AAEF,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,iBAAiB,IAAI,WAAW,CACjE,2BAA2B,CAAC,CAAC,CAAC,CAC/B,CAAC;AAQF;;;GAGG;AACH,8BAAsB,cAAc,CAClC,CAAC,SAAS,iBAAiB,CAC3B,SAAQ,OAAO;IACf,OAAO,CAAC,aAAa,CAA8B;IAE5C,aAAa,CAClB,QAAQ,EAAE,gBAAgB,GAAG,GAAG,EAChC,YAAY,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAC/C,GAAG,YAAY,EAAE,WAAW,CAAC,2BAA2B,CAAC,CAAC,CAAC,CAAC,GAC3D,IAAI;IAiBP;;;OAGG;IACI,gBAAgB,CAAC,QAAQ,EAAE,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,IAAI;IAYnE,IAAI,gBACI,SAAS,CAAC,CAAC,KACvB,WAAW,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAyB9C;IAEF;;;OAGG;IACH,SAAS,CAAC,UAAU,EAAE,CACpB,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,EACrB,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC,KAC1B,OAAO,CAAc;IAEnB,gBAAgB,IAAI,IAAI;CAYhC"}
@@ -1,7 +1,6 @@
1
1
  local ____lualib = require("lualib_bundle")
2
2
  local __TS__Class = ____lualib.__TS__Class
3
3
  local __TS__ClassExtends = ____lualib.__TS__ClassExtends
4
- local __TS__Spread = ____lualib.__TS__Spread
5
4
  local __TS__ArrayFindIndex = ____lualib.__TS__ArrayFindIndex
6
5
  local __TS__ArraySplice = ____lualib.__TS__ArraySplice
7
6
  local __TS__ArrayEntries = ____lualib.__TS__ArrayEntries
@@ -33,7 +32,13 @@ function CustomCallback.prototype.____constructor(self, ...)
33
32
  if self:shouldFire(fireArgs, optionalArgs) then
34
33
  local value = callbackFunc(
35
34
  nil,
36
- __TS__Spread(fireArgs)
35
+ fireArgs[1],
36
+ fireArgs[2],
37
+ fireArgs[3],
38
+ fireArgs[4],
39
+ fireArgs[5],
40
+ fireArgs[6],
41
+ fireArgs[7]
37
42
  )
38
43
  if value ~= nil then
39
44
  return value
@@ -0,0 +1,193 @@
1
+ export * from "./classes/DefaultMap";
2
+ export * from "./classes/ModFeature";
3
+ export * from "./classes/ModUpgraded";
4
+ export * from "./core/cachedClasses";
5
+ export * from "./core/constants";
6
+ export * from "./core/constantsFirstLast";
7
+ export * from "./core/upgradeMod";
8
+ export * from "./enums/AmbushType";
9
+ export * from "./enums/CornerType";
10
+ export * from "./enums/HealthType";
11
+ export * from "./enums/ISCFeature";
12
+ export * from "./enums/LadderSubTypeCustom";
13
+ export * from "./enums/ModCallbackCustom";
14
+ export * from "./enums/MysteriousPaperEffect";
15
+ export * from "./enums/PlayerStat";
16
+ export * from "./enums/PocketItemType";
17
+ export * from "./enums/RockAltType";
18
+ export * from "./enums/SaveDataKey";
19
+ export * from "./enums/SerializationType";
20
+ export * from "./enums/SlotDestructionType";
21
+ export * from "./functions/ambush";
22
+ export * from "./functions/array";
23
+ export * from "./functions/arrayLua";
24
+ export * from "./functions/benchmark";
25
+ export * from "./functions/bitSet128";
26
+ export * from "./functions/bitwise";
27
+ export * from "./functions/bombs";
28
+ export * from "./functions/bosses";
29
+ export * from "./functions/cards";
30
+ export * from "./functions/challenges";
31
+ export * from "./functions/characters";
32
+ export * from "./functions/charge";
33
+ export * from "./functions/chargeBar";
34
+ export * from "./functions/collectibleTag";
35
+ export * from "./functions/collectibles";
36
+ export * from "./functions/color";
37
+ export * from "./functions/console";
38
+ export * from "./functions/curses";
39
+ export * from "./functions/debugFunctions";
40
+ export * from "./functions/decorators";
41
+ export * from "./functions/deepCopy";
42
+ export * from "./functions/deepCopyTests";
43
+ export * from "./functions/dimensions";
44
+ export * from "./functions/direction";
45
+ export * from "./functions/doors";
46
+ export * from "./functions/easing";
47
+ export * from "./functions/effects";
48
+ export * from "./functions/emptyRoom";
49
+ export * from "./functions/entities";
50
+ export * from "./functions/entitiesSpecific";
51
+ export * from "./functions/entityTypes";
52
+ export * from "./functions/enums";
53
+ export * from "./functions/external";
54
+ export * from "./functions/familiars";
55
+ export * from "./functions/flag";
56
+ export * from "./functions/globals";
57
+ export * from "./functions/gridEntities";
58
+ export * from "./functions/gridEntitiesSpecific";
59
+ export * from "./functions/gridIndex";
60
+ export * from "./functions/hex";
61
+ export * from "./functions/input";
62
+ export * from "./functions/isaacAPIClass";
63
+ export * from "./functions/itemPool";
64
+ export * from "./functions/jsonHelpers";
65
+ export * from "./functions/jsonRoom";
66
+ export * from "./functions/kColor";
67
+ export * from "./functions/language";
68
+ export * from "./functions/level";
69
+ export * from "./functions/levelGrid";
70
+ export * from "./functions/log";
71
+ export * from "./functions/logEntities";
72
+ export * from "./functions/logMisc";
73
+ export * from "./functions/map";
74
+ export * from "./functions/math";
75
+ export * from "./functions/merge";
76
+ export * from "./functions/mergeTests";
77
+ export * from "./functions/minimap";
78
+ export * from "./functions/modFeatures";
79
+ export * from "./functions/newArray";
80
+ export * from "./functions/nextStage";
81
+ export * from "./functions/npcDataStructures";
82
+ export * from "./functions/npcs";
83
+ export * from "./functions/pickupVariants";
84
+ export * from "./functions/pickups";
85
+ export * from "./functions/pickupsSpecific";
86
+ export * from "./functions/pills";
87
+ export * from "./functions/playerCenter";
88
+ export * from "./functions/playerDataStructures";
89
+ export * from "./functions/playerHealth";
90
+ export * from "./functions/playerIndex";
91
+ export * from "./functions/players";
92
+ export * from "./functions/pocketItems";
93
+ export * from "./functions/positionVelocity";
94
+ export * from "./functions/pressurePlate";
95
+ export * from "./functions/projectiles";
96
+ export * from "./functions/random";
97
+ export * from "./functions/readOnly";
98
+ export * from "./functions/render";
99
+ export * from "./functions/revive";
100
+ export * from "./functions/rng";
101
+ export * from "./functions/rockAlt";
102
+ export * from "./functions/roomData";
103
+ export * from "./functions/roomGrid";
104
+ export * from "./functions/roomShape";
105
+ export * from "./functions/roomShapeWalls";
106
+ export * from "./functions/roomTransition";
107
+ export * from "./functions/rooms";
108
+ export * from "./functions/run";
109
+ export * from "./functions/seeds";
110
+ export * from "./functions/serialization";
111
+ export * from "./functions/set";
112
+ export * from "./functions/slots";
113
+ export * from "./functions/sort";
114
+ export * from "./functions/sound";
115
+ export * from "./functions/spawnCollectible";
116
+ export * from "./functions/sprites";
117
+ export * from "./functions/stage";
118
+ export * from "./functions/stats";
119
+ export * from "./functions/string";
120
+ export * from "./functions/table";
121
+ export * from "./functions/tears";
122
+ export * from "./functions/transformations";
123
+ export * from "./functions/trinketGive";
124
+ export * from "./functions/trinkets";
125
+ export * from "./functions/tstlClass";
126
+ export * from "./functions/types";
127
+ export * from "./functions/ui";
128
+ export * from "./functions/utils";
129
+ export * from "./functions/vector";
130
+ export * from "./functions/weighted";
131
+ export * from "./interfaces/ChargeBarSprites";
132
+ export * from "./interfaces/Corner";
133
+ export * from "./interfaces/CustomStageTSConfig";
134
+ export * from "./interfaces/GridEntityCustomData";
135
+ export * from "./interfaces/JSONRoomsFile";
136
+ export * from "./interfaces/PlayerHealth";
137
+ export * from "./interfaces/PlayerStats";
138
+ export * from "./interfaces/PocketItemDescription";
139
+ export * from "./interfaces/RoomDescription";
140
+ export * from "./interfaces/SaveData";
141
+ export * from "./interfaces/StageHistoryEntry";
142
+ export * from "./interfaces/TSTLClassMetatable";
143
+ export * from "./interfaces/TrinketSituation";
144
+ export * from "./maps/cardNameToTypeMap";
145
+ export * from "./maps/characterNameToTypeMap";
146
+ export * from "./maps/pillNameToEffectMap";
147
+ export * from "./maps/roomNameToTypeMap";
148
+ export * from "./maps/transformationNameToPlayerFormMap";
149
+ export * from "./objects/colors";
150
+ export * from "./objects/kColors";
151
+ export * from "./types/AddSubtract";
152
+ export * from "./types/AllButFirst";
153
+ export * from "./types/AllButLast";
154
+ export * from "./types/AnyClass";
155
+ export * from "./types/AnyEntity";
156
+ export * from "./types/AnyFunction";
157
+ export * from "./types/AnyGridEntity";
158
+ export * from "./types/ConversionHeartSubType";
159
+ export * from "./types/Decrement";
160
+ export * from "./types/ERange";
161
+ export * from "./types/EntityID";
162
+ export * from "./types/Expand";
163
+ export * from "./types/FunctionTuple";
164
+ export * from "./types/GridEntityID";
165
+ export * from "./types/HasFunction";
166
+ export * from "./types/IRange";
167
+ export * from "./types/Immutable";
168
+ export * from "./types/Increment";
169
+ export * from "./types/LowercaseKeys";
170
+ export * from "./types/NaturalNumbersLessThan";
171
+ export * from "./types/NaturalNumbersLessThanOrEqualTo";
172
+ export * from "./types/PickingUpItem";
173
+ export * from "./types/PickupIndex";
174
+ export * from "./types/PlayerIndex";
175
+ export * from "./types/PossibleStatType";
176
+ export * from "./types/PublicInterface";
177
+ export * from "./types/ReadonlyMap";
178
+ export * from "./types/ReadonlySet";
179
+ export * from "./types/StartsWithLowercase";
180
+ export * from "./types/StartsWithUppercase";
181
+ export * from "./types/TSTLClass";
182
+ export * from "./types/Tuple";
183
+ export * from "./types/TupleKeys";
184
+ export * from "./types/TupleToIntersection";
185
+ export * from "./types/TupleToUnion";
186
+ export * from "./types/TupleWithLengthBetween";
187
+ export * from "./types/TupleWithMaxLength";
188
+ export * from "./types/UnionToIntersection";
189
+ export * from "./types/UppercaseKeys";
190
+ export * from "./types/WeightedArray";
191
+ export * from "./types/Writable";
192
+ export * from "isaac-typescript-definitions";
193
+ //# sourceMappingURL=indexLua.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexLua.d.ts","sourceRoot":"","sources":["../../../../../packages/isaacscript-common/src/indexLua.ts"],"names":[],"mappings":"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"}