isaacscript 3.2.2 → 3.3.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.
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
3
|
+
"diagnostics.globals": [
|
|
4
|
+
"ActionTriggers",
|
|
5
|
+
"ActiveSlot",
|
|
6
|
+
"BabySubType",
|
|
7
|
+
"BackdropType",
|
|
8
|
+
"BatterySubType",
|
|
9
|
+
"BedSubType",
|
|
10
|
+
"BitSet128",
|
|
11
|
+
"BombSubType",
|
|
12
|
+
"BombVariant",
|
|
13
|
+
"ButtonAction",
|
|
14
|
+
"CacheFlag",
|
|
15
|
+
"Card",
|
|
16
|
+
"Challenge",
|
|
17
|
+
"ChampionColor",
|
|
18
|
+
"ChestSubType",
|
|
19
|
+
"CoinSubType",
|
|
20
|
+
"CollectibleType",
|
|
21
|
+
"Color",
|
|
22
|
+
"CppContainer",
|
|
23
|
+
"DamageFlag",
|
|
24
|
+
"Difficulty",
|
|
25
|
+
"Direction",
|
|
26
|
+
"DoorSlot",
|
|
27
|
+
"DoorState",
|
|
28
|
+
"DoorVariant",
|
|
29
|
+
"EffectVariant",
|
|
30
|
+
"Entity",
|
|
31
|
+
"EntityBomb",
|
|
32
|
+
"EntityCollisionClass",
|
|
33
|
+
"EntityEffect",
|
|
34
|
+
"EntityFamiliar",
|
|
35
|
+
"EntityFlag",
|
|
36
|
+
"EntityGridCollisionClass",
|
|
37
|
+
"EntityKnife",
|
|
38
|
+
"EntityLaser",
|
|
39
|
+
"EntityNPC",
|
|
40
|
+
"EntityPartition",
|
|
41
|
+
"EntityPickup",
|
|
42
|
+
"EntityPlayer",
|
|
43
|
+
"EntityProjectile",
|
|
44
|
+
"EntityPtr",
|
|
45
|
+
"EntityRef",
|
|
46
|
+
"EntityTear",
|
|
47
|
+
"EntityType",
|
|
48
|
+
"FamiliarVariant",
|
|
49
|
+
"Font",
|
|
50
|
+
"Game",
|
|
51
|
+
"GameStateFlag",
|
|
52
|
+
"GetPtrHash",
|
|
53
|
+
"GridCollisionClass",
|
|
54
|
+
"GridEntity",
|
|
55
|
+
"GridEntityDesc",
|
|
56
|
+
"GridEntityDoor",
|
|
57
|
+
"GridEntityPit",
|
|
58
|
+
"GridEntityPoop",
|
|
59
|
+
"GridEntityPressurePlate",
|
|
60
|
+
"GridEntityRock",
|
|
61
|
+
"GridEntitySpikes",
|
|
62
|
+
"GridEntityTNT",
|
|
63
|
+
"GridEntityType",
|
|
64
|
+
"GridRooms",
|
|
65
|
+
"HUD",
|
|
66
|
+
"HeartSubType",
|
|
67
|
+
"Input",
|
|
68
|
+
"InputHook",
|
|
69
|
+
"Isaac",
|
|
70
|
+
"ItemConfig",
|
|
71
|
+
"ItemPool",
|
|
72
|
+
"ItemPoolType",
|
|
73
|
+
"ItemType",
|
|
74
|
+
"KColor",
|
|
75
|
+
"KeySubType",
|
|
76
|
+
"Keyboard",
|
|
77
|
+
"LaserOffset",
|
|
78
|
+
"LaserSubType",
|
|
79
|
+
"Level",
|
|
80
|
+
"LevelCurse",
|
|
81
|
+
"LevelStage",
|
|
82
|
+
"LevelStateFlag",
|
|
83
|
+
"LocustSubtypes",
|
|
84
|
+
"ModCallbacks",
|
|
85
|
+
"Mouse",
|
|
86
|
+
"Music",
|
|
87
|
+
"MusicManager",
|
|
88
|
+
"NpcState",
|
|
89
|
+
"NullItemID",
|
|
90
|
+
"Options",
|
|
91
|
+
"PathFinder",
|
|
92
|
+
"PickupPrice",
|
|
93
|
+
"PickupVariant",
|
|
94
|
+
"PillColor",
|
|
95
|
+
"PillEffect",
|
|
96
|
+
"PlayerForm",
|
|
97
|
+
"PlayerSpriteLayer",
|
|
98
|
+
"PlayerType",
|
|
99
|
+
"PlayerTypes",
|
|
100
|
+
"PoopPickupSubType",
|
|
101
|
+
"PoopSpellType",
|
|
102
|
+
"ProjectileFlags",
|
|
103
|
+
"ProjectileParams",
|
|
104
|
+
"ProjectileVariant",
|
|
105
|
+
"QueueItemData",
|
|
106
|
+
"REPENTANCE",
|
|
107
|
+
"RNG",
|
|
108
|
+
"Random",
|
|
109
|
+
"RandomVector",
|
|
110
|
+
"RegisterMod",
|
|
111
|
+
"RenderMode",
|
|
112
|
+
"Room",
|
|
113
|
+
"RoomConfig",
|
|
114
|
+
"RoomDescriptor",
|
|
115
|
+
"RoomShape",
|
|
116
|
+
"RoomTransitionAnim",
|
|
117
|
+
"RoomType",
|
|
118
|
+
"SFXManager",
|
|
119
|
+
"SackSubType",
|
|
120
|
+
"SeedEffect",
|
|
121
|
+
"Seeds",
|
|
122
|
+
"ShockwaveParams",
|
|
123
|
+
"SkinColor",
|
|
124
|
+
"SortingLayer",
|
|
125
|
+
"SoundEffect",
|
|
126
|
+
"Sprite",
|
|
127
|
+
"StageType",
|
|
128
|
+
"StartDebug",
|
|
129
|
+
"TearFlags",
|
|
130
|
+
"TearParams",
|
|
131
|
+
"TearVariant",
|
|
132
|
+
"TemporaryEffect",
|
|
133
|
+
"TemporaryEffects",
|
|
134
|
+
"TrinketType",
|
|
135
|
+
"UseFlag",
|
|
136
|
+
"Vector",
|
|
137
|
+
"WeaponType",
|
|
138
|
+
"EID",
|
|
139
|
+
"Encyclopedia",
|
|
140
|
+
"ModConfigMenu",
|
|
141
|
+
"MinimapAPI",
|
|
142
|
+
"StageAPI"
|
|
143
|
+
],
|
|
144
|
+
"preloadFileSize": 5000,
|
|
145
|
+
"runtime.version": "Lua 5.3"
|
|
146
|
+
}
|