mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-08 18:08:21 -06:00
api update
This commit is contained in:
14
.vscode/factorio/runtime-api-LuaGroup.lua
vendored
14
.vscode/factorio/runtime-api-LuaGroup.lua
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user