isaacscript-common 7.4.3 → 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.
- package/dist/callbacks/postGridEntity.d.ts.map +1 -1
- package/dist/callbacks/postGridEntity.lua +53 -6
- package/dist/callbacks/postPlayerChangeStat.d.ts.map +1 -1
- package/dist/callbacks/postPlayerChangeStat.lua +9 -2
- package/dist/callbacks/subscriptions/postGridEntityCustomBroken.d.ts +1 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomBroken.d.ts.map +1 -1
- package/dist/callbacks/subscriptions/postGridEntityCustomBroken.lua +5 -2
- package/dist/callbacks/subscriptions/postGridEntityCustomInit.d.ts +9 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomInit.d.ts.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomInit.lua +23 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomRemove.d.ts +9 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomRemove.d.ts.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomRemove.lua +23 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts +9 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.d.ts.map +1 -0
- package/dist/callbacks/subscriptions/postGridEntityCustomStateChanged.lua +29 -0
- package/dist/callbacks/subscriptions/postPlayerChangeStat.d.ts +3 -2
- package/dist/callbacks/subscriptions/postPlayerChangeStat.d.ts.map +1 -1
- package/dist/enums/ModCallbackCustom.d.ts +131 -81
- package/dist/enums/ModCallbackCustom.d.ts.map +1 -1
- package/dist/enums/ModCallbackCustom.lua +67 -61
- package/dist/enums/StatType.d.ts +3 -1
- package/dist/enums/StatType.d.ts.map +1 -1
- package/dist/enums/StatType.lua +2 -0
- package/dist/features/customGridEntity.d.ts +30 -13
- package/dist/features/customGridEntity.d.ts.map +1 -1
- package/dist/features/customGridEntity.lua +67 -48
- package/dist/features/customStage/customStageGridEntities.d.ts.map +1 -1
- package/dist/features/customStage/customStageGridEntities.lua +37 -31
- package/dist/functions/dev.d.ts +20 -0
- package/dist/functions/dev.d.ts.map +1 -0
- package/dist/functions/dev.lua +34 -0
- package/dist/functions/playerStats.d.ts.map +1 -1
- package/dist/functions/playerStats.lua +2 -1
- package/dist/functions/rooms.d.ts +5 -0
- package/dist/functions/rooms.d.ts.map +1 -1
- package/dist/functions/rooms.lua +12 -2
- package/dist/index.d.ts +204 -96
- package/dist/index.d.ts.map +1 -1
- package/dist/index.lua +1134 -8
- package/dist/interfaces/StatTypeType.d.ts +1 -0
- package/dist/interfaces/StatTypeType.d.ts.map +1 -1
- package/dist/interfaces/private/AddCallbackParameterCustom.d.ts +6 -0
- package/dist/interfaces/private/AddCallbackParameterCustom.d.ts.map +1 -1
- package/dist/objects/callbackRegisterFunctions.d.ts.map +1 -1
- package/dist/objects/callbackRegisterFunctions.lua +9 -0
- package/dist/types/PossibleStatType.d.ts +7 -0
- package/dist/types/PossibleStatType.d.ts.map +1 -0
- package/dist/{interfaces/index.lua → types/PossibleStatType.lua} +0 -0
- package/package.json +1 -1
- package/src/callbacks/postGridEntity.ts +75 -10
- package/src/callbacks/postPlayerChangeStat.ts +8 -4
- package/src/callbacks/subscriptions/postGridEntityCustomBroken.ts +4 -0
- package/src/callbacks/subscriptions/postGridEntityCustomInit.ts +38 -0
- package/src/callbacks/subscriptions/postGridEntityCustomRemove.ts +35 -0
- package/src/callbacks/subscriptions/postGridEntityCustomStateChanged.ts +42 -0
- package/src/callbacks/subscriptions/postPlayerChangeStat.ts +4 -7
- package/src/enums/ModCallbackCustom.ts +73 -20
- package/src/enums/StatType.ts +3 -3
- package/src/features/customGridEntity.ts +87 -61
- package/src/features/customStage/customStageGridEntities.ts +16 -7
- package/src/functions/dev.ts +31 -0
- package/src/functions/playerStats.ts +1 -0
- package/src/functions/rooms.ts +18 -0
- package/src/index.ts +208 -9
- package/src/interfaces/StatTypeType.ts +1 -0
- package/src/interfaces/private/AddCallbackParameterCustom.ts +6 -0
- package/src/objects/callbackRegisterFunctions.ts +9 -0
- package/src/types/PossibleStatType.ts +12 -0
- package/dist/classes/index.d.ts +0 -3
- package/dist/classes/index.d.ts.map +0 -1
- package/dist/classes/index.lua +0 -18
- package/dist/core/index.d.ts +0 -5
- package/dist/core/index.d.ts.map +0 -1
- package/dist/core/index.lua +0 -34
- package/dist/enums/DecorationVariant.d.ts +0 -10
- package/dist/enums/DecorationVariant.d.ts.map +0 -1
- package/dist/enums/DecorationVariant.lua +0 -7
- package/dist/enums/index.d.ts +0 -11
- package/dist/enums/index.d.ts.map +0 -1
- package/dist/enums/index.lua +0 -82
- package/dist/features/index.d.ts +0 -30
- package/dist/features/index.d.ts.map +0 -1
- package/dist/features/index.lua +0 -216
- package/dist/functions/index.d.ts +0 -100
- package/dist/functions/index.d.ts.map +0 -1
- package/dist/functions/index.lua +0 -794
- package/dist/interfaces/index.d.ts +0 -12
- package/dist/interfaces/index.d.ts.map +0 -1
- package/dist/maps/index.d.ts +0 -5
- package/dist/maps/index.d.ts.map +0 -1
- package/dist/maps/index.lua +0 -34
- package/dist/objects/index.d.ts +0 -2
- package/dist/objects/index.d.ts.map +0 -1
- package/dist/objects/index.lua +0 -10
- package/dist/types/index.d.ts +0 -11
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.lua +0 -10
- package/src/classes/index.ts +0 -2
- package/src/classes/indexTypeDoc.ts +0 -2
- package/src/core/index.ts +0 -4
- package/src/core/indexTypeDoc.ts +0 -4
- package/src/enums/DecorationVariant.ts +0 -10
- package/src/enums/index.ts +0 -10
- package/src/enums/indexTypeDoc.ts +0 -10
- package/src/features/index.ts +0 -59
- package/src/features/indexTypeDoc.ts +0 -30
- package/src/functions/index.ts +0 -101
- package/src/functions/indexTypeDoc.ts +0 -101
- package/src/indexTypeDoc.ts +0 -13
- package/src/interfaces/index.ts +0 -11
- package/src/interfaces/indexTypeDoc.ts +0 -11
- package/src/maps/index.ts +0 -4
- package/src/maps/indexTypeDoc.ts +0 -4
- package/src/objects/index.ts +0 -1
- package/src/objects/indexTypeDoc.ts +0 -1
- package/src/types/index.ts +0 -10
- package/src/types/indexTypeDoc.ts +0 -10
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from "./ChargeBarSprites";
|
|
2
|
-
export * from "./Corner";
|
|
3
|
-
export * from "./CustomStageLua";
|
|
4
|
-
export * from "./GridEntityCustomData";
|
|
5
|
-
export * from "./JSONRoomsFile";
|
|
6
|
-
export * from "./PlayerHealth";
|
|
7
|
-
export * from "./PocketItemDescription";
|
|
8
|
-
export * from "./RoomDescription";
|
|
9
|
-
export * from "./SaveData";
|
|
10
|
-
export * from "./StatTypeType";
|
|
11
|
-
export * from "./TrinketSituation";
|
|
12
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC"}
|
package/dist/maps/index.d.ts
DELETED
package/dist/maps/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/maps/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC"}
|
package/dist/maps/index.lua
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
local ____exports = {}
|
|
2
|
-
do
|
|
3
|
-
local ____export = require("maps.cardMap")
|
|
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("maps.characterMap")
|
|
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("maps.pillEffectMap")
|
|
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("maps.roomTypeMap")
|
|
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
|
package/dist/objects/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/objects/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
package/dist/objects/index.lua
DELETED
package/dist/types/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from "./AnyEntity";
|
|
2
|
-
export * from "./AnyGridEntity";
|
|
3
|
-
export * from "./CollectibleIndex";
|
|
4
|
-
export * from "./Immutable";
|
|
5
|
-
export * from "./PickingUpItem";
|
|
6
|
-
export * from "./PickupIndex";
|
|
7
|
-
export * from "./PlayerIndex";
|
|
8
|
-
export * from "./SerializedIsaacAPIClass";
|
|
9
|
-
export * from "./TrapdoorDestination";
|
|
10
|
-
export * from "./TSTLClass";
|
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,aAAa,CAAC"}
|
package/dist/types/index.lua
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
local ____exports = {}
|
|
2
|
-
do
|
|
3
|
-
local ____export = require("types.PickingUpItem")
|
|
4
|
-
for ____exportKey, ____exportValue in pairs(____export) do
|
|
5
|
-
if ____exportKey ~= "default" then
|
|
6
|
-
____exports[____exportKey] = ____exportValue
|
|
7
|
-
end
|
|
8
|
-
end
|
|
9
|
-
end
|
|
10
|
-
return ____exports
|
package/src/classes/index.ts
DELETED
package/src/core/index.ts
DELETED
package/src/core/indexTypeDoc.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export enum DecorationVariant {
|
|
2
|
-
VANILLA_DECORATION = 0,
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
* The vanilla game does not support any custom grid entities. Under the hood, IsaacScript allows
|
|
6
|
-
* for custom grid entities by using decorations with this variant to represent custom grid
|
|
7
|
-
* entities.
|
|
8
|
-
*/
|
|
9
|
-
CUSTOM_GRID_ENTITY = 1,
|
|
10
|
-
}
|
package/src/enums/index.ts
DELETED
|
@@ -1,10 +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";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * as AmbushType from "./AmbushType";
|
|
2
|
-
export * as CornerType from "./CornerType";
|
|
3
|
-
export * as HealthType from "./HealthType";
|
|
4
|
-
export * as ModCallbackCustom from "./ModCallbackCustom";
|
|
5
|
-
export * as PocketItemType from "./PocketItemType";
|
|
6
|
-
export * as RockAltType from "./RockAltType";
|
|
7
|
-
export * as SaveDataKey from "./SaveDataKey";
|
|
8
|
-
export * as SerializationType from "./SerializationType";
|
|
9
|
-
export * as SlotDestructionType from "./SlotDestructionType";
|
|
10
|
-
export * as StatType from "./StatType";
|
package/src/features/index.ts
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
export {
|
|
2
|
-
ConversionHeartSubType,
|
|
3
|
-
registerCharacterHealthConversion,
|
|
4
|
-
} from "./characterHealthConversion";
|
|
5
|
-
export { registerCharacterStats } from "./characterStats";
|
|
6
|
-
export { getCollectibleItemPoolType } from "./collectibleItemPoolType";
|
|
7
|
-
export { initCustomDoor, spawnCustomDoor } from "./customDoor";
|
|
8
|
-
export {
|
|
9
|
-
removeCustomGridEntity as removeCustomGrid,
|
|
10
|
-
spawnCustomGridEntity as spawnCustomGrid,
|
|
11
|
-
} from "./customGridEntity";
|
|
12
|
-
export * from "./customStage/exports";
|
|
13
|
-
export * from "./customTrapdoor/exports";
|
|
14
|
-
export * from "./debugDisplay/exports";
|
|
15
|
-
export {
|
|
16
|
-
deployJSONRoom,
|
|
17
|
-
deployRandomJSONRoom,
|
|
18
|
-
emptyRoom,
|
|
19
|
-
} from "./deployJSONRoom";
|
|
20
|
-
export { disableAllSound, enableAllSound } from "./disableAllSound";
|
|
21
|
-
export {
|
|
22
|
-
disableAllInputs,
|
|
23
|
-
disableAllInputsExceptFor,
|
|
24
|
-
disableMovementInputs,
|
|
25
|
-
disableShootingInputs,
|
|
26
|
-
enableAllInputs,
|
|
27
|
-
enableAllInputsExceptFor,
|
|
28
|
-
} from "./disableInputs";
|
|
29
|
-
export * from "./extraConsoleCommands/exports";
|
|
30
|
-
export { removeFadeIn, restoreFadeIn } from "./fadeInRemover";
|
|
31
|
-
export { disableFastReset, enableFastReset } from "./fastReset";
|
|
32
|
-
export { forgottenSwitch } from "./forgottenSwitch";
|
|
33
|
-
export { pause, unpause } from "./pause";
|
|
34
|
-
export {
|
|
35
|
-
removePersistentEntity,
|
|
36
|
-
spawnPersistentEntity,
|
|
37
|
-
} from "./persistentEntities";
|
|
38
|
-
export * from "./pickupIndex";
|
|
39
|
-
export { getPlayerInventory } from "./playerInventory";
|
|
40
|
-
export { anyPlayerUsingPony, isPlayerUsingPony } from "./ponyDetection";
|
|
41
|
-
export { preventCollectibleRotation } from "./preventCollectibleRotation";
|
|
42
|
-
export { registerHotkey, unregisterHotkey } from "./registerHotkey";
|
|
43
|
-
export { getRoomClearGameFrame, getRoomClearRoomFrame } from "./roomClearFrame";
|
|
44
|
-
export * from "./roomHistory";
|
|
45
|
-
export {
|
|
46
|
-
runInNGameFrames,
|
|
47
|
-
runInNRenderFrames,
|
|
48
|
-
runNextGameFrame,
|
|
49
|
-
runNextRenderFrame,
|
|
50
|
-
setIntervalGameFrames,
|
|
51
|
-
setIntervalRenderFrames,
|
|
52
|
-
} from "./runInNFrames";
|
|
53
|
-
export * from "./saveDataManager/exports";
|
|
54
|
-
export {
|
|
55
|
-
hasSirenStolenFamiliar,
|
|
56
|
-
setFamiliarNoSirenSteal,
|
|
57
|
-
} from "./sirenHelpers";
|
|
58
|
-
export { getStageHistory, hasVisitedStage } from "./stageHistory";
|
|
59
|
-
export { getTaintedLazarusSubPlayer } from "./taintedLazarusPlayers";
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export * as CharacterHealthConversion from "./characterHealthConversion";
|
|
2
|
-
export * as CharacterStats from "./characterStats";
|
|
3
|
-
export * as CollectibleItemPoolType from "./collectibleItemPoolType";
|
|
4
|
-
export * as CustomDoor from "./customDoor";
|
|
5
|
-
export * as CustomGridEntity from "./customGridEntity";
|
|
6
|
-
export * as CustomStage from "./customStage/exports";
|
|
7
|
-
export * as CustomTrapdoor from "./customTrapdoor/exports";
|
|
8
|
-
export * as DebugDisplay from "./debugDisplay/exports";
|
|
9
|
-
export * as DeployJSONRoom from "./deployJSONRoom";
|
|
10
|
-
export * as DisableAllSound from "./disableAllSound";
|
|
11
|
-
export * as DisableInputs from "./disableInputs";
|
|
12
|
-
export * as ExtraConsoleCommandsInit from "./extraConsoleCommands/exports";
|
|
13
|
-
export * as ExtraConsoleCommandsList from "./extraConsoleCommands/listCommands";
|
|
14
|
-
export * as FadeInRemover from "./fadeInRemover";
|
|
15
|
-
export * as FastReset from "./fastReset";
|
|
16
|
-
export * as ForgottenSwitch from "./forgottenSwitch";
|
|
17
|
-
export * as Pause from "./pause";
|
|
18
|
-
export * as PersistentEntities from "./persistentEntities";
|
|
19
|
-
export * as PickupIndex from "./pickupIndex";
|
|
20
|
-
export * as PlayerInventory from "./playerInventory";
|
|
21
|
-
export * as PonyDetection from "./ponyDetection";
|
|
22
|
-
export * as PreventCollectibleRotation from "./preventCollectibleRotation";
|
|
23
|
-
export * as RegisterHotkey from "./registerHotkey";
|
|
24
|
-
export * as RoomClearFrame from "./roomClearFrame";
|
|
25
|
-
export * as RoomHistory from "./roomHistory";
|
|
26
|
-
export * as RunInNFrames from "./runInNFrames";
|
|
27
|
-
export * as SaveDataManager from "./saveDataManager/exports";
|
|
28
|
-
export * as SirenHelpers from "./sirenHelpers";
|
|
29
|
-
export * as StageHistory from "./stageHistory";
|
|
30
|
-
export * as TaintedLazarusPlayers from "./taintedLazarusPlayers";
|
package/src/functions/index.ts
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/* eslint-disable sort-exports/sort-exports */
|
|
2
|
-
|
|
3
|
-
export * from "./ambush";
|
|
4
|
-
export * from "./array";
|
|
5
|
-
export * from "./benchmark";
|
|
6
|
-
export * from "./bitSet128";
|
|
7
|
-
export * from "./bitwise";
|
|
8
|
-
export * from "./bombs";
|
|
9
|
-
export * from "./bosses";
|
|
10
|
-
export * from "./cacheFlag";
|
|
11
|
-
export * from "./cards";
|
|
12
|
-
export * from "./challenges";
|
|
13
|
-
export * from "./characters";
|
|
14
|
-
export * from "./charge";
|
|
15
|
-
export * from "./chargeBar";
|
|
16
|
-
export * from "./collectibles";
|
|
17
|
-
export * from "./collectibleSet";
|
|
18
|
-
export * from "./collectibleTag";
|
|
19
|
-
export * from "./color";
|
|
20
|
-
export * from "./curses";
|
|
21
|
-
export * from "./debug";
|
|
22
|
-
export * from "./deepCopy";
|
|
23
|
-
export * from "./deepCopyTests";
|
|
24
|
-
export * from "./dimensions";
|
|
25
|
-
export * from "./direction";
|
|
26
|
-
export * from "./doors";
|
|
27
|
-
export * from "./easing";
|
|
28
|
-
export * from "./eden";
|
|
29
|
-
export * from "./effects";
|
|
30
|
-
export * from "./entities";
|
|
31
|
-
export * from "./entitiesSpecific";
|
|
32
|
-
export * from "./entityTypes";
|
|
33
|
-
export * from "./enums";
|
|
34
|
-
export * from "./familiars";
|
|
35
|
-
export * from "./flag";
|
|
36
|
-
export * from "./flying";
|
|
37
|
-
export * from "./globals";
|
|
38
|
-
export * from "./gridEntities";
|
|
39
|
-
export * from "./gridEntitiesSpecific";
|
|
40
|
-
export * from "./input";
|
|
41
|
-
export * from "./isaacAPIClass";
|
|
42
|
-
export * from "./itemPool";
|
|
43
|
-
export * from "./jsonHelpers";
|
|
44
|
-
export * from "./jsonRoom";
|
|
45
|
-
export * from "./kColor";
|
|
46
|
-
export * from "./language";
|
|
47
|
-
export * from "./level";
|
|
48
|
-
export * from "./levelGrid";
|
|
49
|
-
export * from "./log";
|
|
50
|
-
export * from "./logEntities";
|
|
51
|
-
export * from "./map";
|
|
52
|
-
export * from "./math";
|
|
53
|
-
export * from "./mergeTests";
|
|
54
|
-
export * from "./minimap";
|
|
55
|
-
export * from "./nextStage";
|
|
56
|
-
export * from "./npcs";
|
|
57
|
-
export * from "./pickups";
|
|
58
|
-
export * from "./pickupsSpecific";
|
|
59
|
-
export * from "./pickupVariants";
|
|
60
|
-
export * from "./pills";
|
|
61
|
-
export * from "./playerCenter";
|
|
62
|
-
export * from "./playerDataStructures";
|
|
63
|
-
export * from "./playerHealth";
|
|
64
|
-
export * from "./playerIndex";
|
|
65
|
-
export * from "./players";
|
|
66
|
-
export * from "./playerStats";
|
|
67
|
-
export * from "./pocketItems";
|
|
68
|
-
export * from "./positionVelocity";
|
|
69
|
-
export * from "./pressurePlate";
|
|
70
|
-
export * from "./projectiles";
|
|
71
|
-
export * from "./random";
|
|
72
|
-
export * from "./reorderedCallbacks";
|
|
73
|
-
export * from "./revive";
|
|
74
|
-
export * from "./rng";
|
|
75
|
-
export * from "./rockAlt";
|
|
76
|
-
export * from "./roomData";
|
|
77
|
-
export * from "./roomGrid";
|
|
78
|
-
export * from "./rooms";
|
|
79
|
-
export * from "./roomShape";
|
|
80
|
-
export * from "./roomTransition";
|
|
81
|
-
export * from "./run";
|
|
82
|
-
export * from "./saveFile";
|
|
83
|
-
export * from "./seeds";
|
|
84
|
-
export * from "./serialization";
|
|
85
|
-
export * from "./set";
|
|
86
|
-
export * from "./sound";
|
|
87
|
-
export * from "./spawnCollectible";
|
|
88
|
-
export * from "./sprites";
|
|
89
|
-
export * from "./stage";
|
|
90
|
-
export * from "./string";
|
|
91
|
-
export * from "./table";
|
|
92
|
-
export * from "./tears";
|
|
93
|
-
export * from "./transformations";
|
|
94
|
-
export * from "./trinketCacheFlag";
|
|
95
|
-
export * from "./trinketGive";
|
|
96
|
-
export * from "./trinkets";
|
|
97
|
-
export * from "./tstlClass";
|
|
98
|
-
export * from "./types";
|
|
99
|
-
export * from "./ui";
|
|
100
|
-
export * from "./utils";
|
|
101
|
-
export * from "./vector";
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/* eslint-disable sort-exports/sort-exports */
|
|
2
|
-
|
|
3
|
-
export * as Ambush from "./ambush";
|
|
4
|
-
export * as Array from "./array";
|
|
5
|
-
export * as Benchmark from "./benchmark";
|
|
6
|
-
export * as BitSet128 from "./bitSet128";
|
|
7
|
-
export * as Bitwise from "./bitwise";
|
|
8
|
-
export * as Bombs from "./bombs";
|
|
9
|
-
export * as Bosses from "./bosses";
|
|
10
|
-
export * as CacheFlag from "./cacheFlag";
|
|
11
|
-
export * as Cards from "./cards";
|
|
12
|
-
export * as Challenges from "./challenges";
|
|
13
|
-
export * as Characters from "./characters";
|
|
14
|
-
export * as Charge from "./charge";
|
|
15
|
-
export * as ChargeBar from "./chargeBar";
|
|
16
|
-
export * as Collectibles from "./collectibles";
|
|
17
|
-
export * as CollectibleSet from "./collectibleSet";
|
|
18
|
-
export * as CollectibleTag from "./collectibleTag";
|
|
19
|
-
export * as Color from "./color";
|
|
20
|
-
export * as Curses from "./curses";
|
|
21
|
-
export * as Debug from "./debug";
|
|
22
|
-
export * as DeepCopy from "./deepCopy";
|
|
23
|
-
export * as DeepCopyTests from "./deepCopyTests";
|
|
24
|
-
export * as Dimensions from "./dimensions";
|
|
25
|
-
export * as Direction from "./direction";
|
|
26
|
-
export * as Doors from "./doors";
|
|
27
|
-
export * as Easing from "./easing";
|
|
28
|
-
export * as Eden from "./eden";
|
|
29
|
-
export * as Effects from "./effects";
|
|
30
|
-
export * as Entities from "./entities";
|
|
31
|
-
export * as EntitiesSpecific from "./entitiesSpecific";
|
|
32
|
-
export * as EntityTypes from "./entityTypes";
|
|
33
|
-
export * as Enums from "./enums";
|
|
34
|
-
export * as Familiars from "./familiars";
|
|
35
|
-
export * as Flag from "./flag";
|
|
36
|
-
export * as Flying from "./flying";
|
|
37
|
-
export * as Globals from "./globals";
|
|
38
|
-
export * as GridEntities from "./gridEntities";
|
|
39
|
-
export * as GridEntitiesSpecific from "./gridEntitiesSpecific";
|
|
40
|
-
export * as Input from "./input";
|
|
41
|
-
export * as IsaacAPIClass from "./isaacAPIClass";
|
|
42
|
-
export * as ItemPool from "./itemPool";
|
|
43
|
-
export * as JSONHelpers from "./jsonHelpers";
|
|
44
|
-
export * as JSONRoom from "./jsonRoom";
|
|
45
|
-
export * as KColor from "./kColor";
|
|
46
|
-
export * as Language from "./language";
|
|
47
|
-
export * as Level from "./level";
|
|
48
|
-
export * as LevelGrid from "./levelGrid";
|
|
49
|
-
export * as Log from "./log";
|
|
50
|
-
export * as LogEntities from "./logEntities";
|
|
51
|
-
export * as Map from "./map";
|
|
52
|
-
export * as Math from "./math";
|
|
53
|
-
export * as MergeTests from "./mergeTests";
|
|
54
|
-
export * as Minimap from "./minimap";
|
|
55
|
-
export * as NextStage from "./nextStage";
|
|
56
|
-
export * as NPCs from "./npcs";
|
|
57
|
-
export * as Pickups from "./pickups";
|
|
58
|
-
export * as PickupsSpecific from "./pickupsSpecific";
|
|
59
|
-
export * as PickupVariants from "./pickupVariants";
|
|
60
|
-
export * as Pills from "./pills";
|
|
61
|
-
export * as PlayerCenter from "./playerCenter";
|
|
62
|
-
export * as PlayerDataStructures from "./playerDataStructures";
|
|
63
|
-
export * as PlayerHealth from "./playerHealth";
|
|
64
|
-
export * as PlayerIndex from "./playerIndex";
|
|
65
|
-
export * as Players from "./players";
|
|
66
|
-
export * as PlayerStats from "./playerStats";
|
|
67
|
-
export * as PocketItems from "./pocketItems";
|
|
68
|
-
export * as PositionVelocity from "./positionVelocity";
|
|
69
|
-
export * as PressurePlate from "./pressurePlate";
|
|
70
|
-
export * as Projectiles from "./projectiles";
|
|
71
|
-
export * as Random from "./random";
|
|
72
|
-
export * as ReorderedCallbacks from "./reorderedCallbacks";
|
|
73
|
-
export * as Revive from "./revive";
|
|
74
|
-
export * as RNG from "./rng";
|
|
75
|
-
export * as RockAlt from "./rockAlt";
|
|
76
|
-
export * as RoomData from "./roomData";
|
|
77
|
-
export * as RoomGrid from "./roomGrid";
|
|
78
|
-
export * as Rooms from "./rooms";
|
|
79
|
-
export * as RoomShape from "./roomShape";
|
|
80
|
-
export * as RoomTransition from "./roomTransition";
|
|
81
|
-
export * as Run from "./run";
|
|
82
|
-
export * as SaveFile from "./saveFile";
|
|
83
|
-
export * as Seeds from "./seeds";
|
|
84
|
-
export * as Serialization from "./serialization";
|
|
85
|
-
export * as Set from "./set";
|
|
86
|
-
export * as Sound from "./sound";
|
|
87
|
-
export * as SpawnCollectible from "./spawnCollectible";
|
|
88
|
-
export * as Sprites from "./sprites";
|
|
89
|
-
export * as Stage from "./stage";
|
|
90
|
-
export * as String from "./string";
|
|
91
|
-
export * as Table from "./table";
|
|
92
|
-
export * as Tears from "./tears";
|
|
93
|
-
export * as Transformations from "./transformations";
|
|
94
|
-
export * as TrinketCacheFlag from "./trinketCacheFlag";
|
|
95
|
-
export * as TrinketGive from "./trinketGive";
|
|
96
|
-
export * as Trinkets from "./trinkets";
|
|
97
|
-
export * as TSTLClass from "./tstlClass";
|
|
98
|
-
export * as Types from "./types";
|
|
99
|
-
export * as UI from "./ui";
|
|
100
|
-
export * as Utils from "./utils";
|
|
101
|
-
export * as Vector from "./vector";
|
package/src/indexTypeDoc.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// We need a separate index for documentation purposes so that we can automatically sort the exports
|
|
2
|
-
// of this library into directories. (This isn't desired for the normal index because we want
|
|
3
|
-
// everything to be accessible at the root-level as a flat export for end-users.)
|
|
4
|
-
|
|
5
|
-
export * as Classes from "./classes/indexTypeDoc";
|
|
6
|
-
export * as Core from "./core/indexTypeDoc";
|
|
7
|
-
export * as Enums from "./enums/indexTypeDoc";
|
|
8
|
-
export * as Features from "./features/indexTypeDoc";
|
|
9
|
-
export * as Functions from "./functions/indexTypeDoc";
|
|
10
|
-
export * as Interfaces from "./interfaces/indexTypeDoc";
|
|
11
|
-
export * as Maps from "./maps/indexTypeDoc";
|
|
12
|
-
export * as Objects from "./objects/indexTypeDoc";
|
|
13
|
-
export * as Types from "./types/indexTypeDoc";
|
package/src/interfaces/index.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from "./ChargeBarSprites";
|
|
2
|
-
export * from "./Corner";
|
|
3
|
-
export * from "./CustomStageLua";
|
|
4
|
-
export * from "./GridEntityCustomData";
|
|
5
|
-
export * from "./JSONRoomsFile";
|
|
6
|
-
export * from "./PlayerHealth";
|
|
7
|
-
export * from "./PocketItemDescription";
|
|
8
|
-
export * from "./RoomDescription";
|
|
9
|
-
export * from "./SaveData";
|
|
10
|
-
export * from "./StatTypeType";
|
|
11
|
-
export * from "./TrinketSituation";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * as ChargeBarSprites from "./ChargeBarSprites";
|
|
2
|
-
export * as Corner from "./Corner";
|
|
3
|
-
export * as CustomStageLua from "./CustomStageLua";
|
|
4
|
-
export * as GridEntityCustomData from "./GridEntityCustomData";
|
|
5
|
-
export * as JSONRoomsFile from "./JSONRoomsFile";
|
|
6
|
-
export * as PlayerHealth from "./PlayerHealth";
|
|
7
|
-
export * as PocketItemDescription from "./PocketItemDescription";
|
|
8
|
-
export * as RoomDescription from "./RoomDescription";
|
|
9
|
-
export * as SaveData from "./SaveData";
|
|
10
|
-
export * as StatTypeType from "./StatTypeType";
|
|
11
|
-
export * as TrinketSituation from "./TrinketSituation";
|
package/src/maps/index.ts
DELETED
package/src/maps/indexTypeDoc.ts
DELETED
package/src/objects/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./colors";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * as Colors from "./colors";
|
package/src/types/index.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from "./AnyEntity";
|
|
2
|
-
export * from "./AnyGridEntity";
|
|
3
|
-
export * from "./CollectibleIndex";
|
|
4
|
-
export * from "./Immutable";
|
|
5
|
-
export * from "./PickingUpItem";
|
|
6
|
-
export * from "./PickupIndex";
|
|
7
|
-
export * from "./PlayerIndex";
|
|
8
|
-
export * from "./SerializedIsaacAPIClass";
|
|
9
|
-
export * from "./TrapdoorDestination";
|
|
10
|
-
export * from "./TSTLClass";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * as AnyEntity from "./AnyEntity";
|
|
2
|
-
export * as AnyGridEntity from "./AnyGridEntity";
|
|
3
|
-
export * as CollectibleIndex from "./CollectibleIndex";
|
|
4
|
-
export * as Immutable from "./Immutable";
|
|
5
|
-
export * as PickingUpItem from "./PickingUpItem";
|
|
6
|
-
export * as PickupIndex from "./PickupIndex";
|
|
7
|
-
export * as PlayerIndex from "./PlayerIndex";
|
|
8
|
-
export * as SerializedIsaacAPIClass from "./SerializedIsaacAPIClass";
|
|
9
|
-
export * as TrapdoorDestination from "./TrapdoorDestination";
|
|
10
|
-
export * as TSTLClass from "./TSTLClass";
|