api update

This commit is contained in:
Monica Moniot
2022-10-28 14:40:49 -04:00
parent 4887e3925d
commit d2bb9e2523
113 changed files with 432 additions and 222 deletions

View File

@@ -1,7 +1,7 @@
---@meta
---@diagnostic disable
--$Factorio 1.1.69
--$Factorio 1.1.70
--$Overlay 5
--$Section LuaGroup
-- This file is automatically generated. Edits will be overwritten.
@@ -35,19 +35,15 @@
---[View documentation](https://lua-api.factorio.com/latest/LuaGroup.html#LuaGroup.order)
---@field order string
---[R]
---The additional order value used in recipe ordering.
---
---**Note:** Can only be used on groups, not on subgroups.
---The additional order value used in recipe ordering. Can only be used on groups, not on subgroups.
---
---[View documentation](https://lua-api.factorio.com/latest/LuaGroup.html#LuaGroup.order_in_recipe)
---@field order_in_recipe string
---@field order_in_recipe? string
---[R]
---Subgroups of this group.
---
---**Note:** Can only be used on groups, not on subgroups.
---Subgroups of this group. Can only be used on groups, not on subgroups.
---
---[View documentation](https://lua-api.factorio.com/latest/LuaGroup.html#LuaGroup.subgroups)
---@field subgroups LuaGroup[]
---@field subgroups? LuaGroup[]
---[R]
---
---[View documentation](https://lua-api.factorio.com/latest/LuaGroup.html#LuaGroup.type)