typed-factorio 1.7.4 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- 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}
|