typed-factorio 1.7.4 → 1.7.5
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/generated/classes.d.ts +2 -1
- package/package.json +1 -1
package/generated/classes.d.ts
CHANGED
|
@@ -1276,10 +1276,11 @@ interface LuaControl {
|
|
|
1276
1276
|
| LuaEquipmentGrid
|
|
1277
1277
|
| LuaPlayer
|
|
1278
1278
|
| LuaGuiElement
|
|
1279
|
+
| LuaInventory
|
|
1279
1280
|
| defines.gui_type
|
|
1280
1281
|
| nil
|
|
1281
1282
|
)
|
|
1282
|
-
get opened(): LuaEntity | LuaEquipment | LuaEquipmentGrid | LuaPlayer | LuaGuiElement | nil
|
|
1283
|
+
get opened(): LuaEntity | LuaEquipment | LuaEquipmentGrid | LuaPlayer | LuaGuiElement | LuaInventory | nil
|
|
1283
1284
|
/**
|
|
1284
1285
|
* Size of the crafting queue.
|
|
1285
1286
|
* @see {@link https://lua-api.factorio.com/latest/LuaControl.html#LuaControl.crafting_queue_size Online documentation}
|