mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-13 02:12:37 -06:00
updated api
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---@meta
|
||||
---@diagnostic disable
|
||||
|
||||
--$Factorio 1.1.70
|
||||
--$Factorio 1.1.72
|
||||
--$Overlay 5
|
||||
--$Section LuaGuiElement
|
||||
-- This file is automatically generated. Edits will be overwritten.
|
||||
@@ -967,6 +967,10 @@ clear=function()end,
|
||||
---
|
||||
---_Can only be used if this is drop-down or list-box_
|
||||
clear_items=function()end,
|
||||
---Closes the dropdown list if this is a dropdown and it is open.
|
||||
---
|
||||
---[View documentation](https://lua-api.factorio.com/latest/LuaGuiElement.html#LuaGuiElement.close_dropdown)
|
||||
close_dropdown=function()end,
|
||||
---Remove this element, along with its children. Any [LuaGuiElement](https://lua-api.factorio.com/latest/LuaGuiElement.html) objects referring to the destroyed elements become invalid after this operation.
|
||||
---
|
||||
---**Note:** The top-level GUI elements - [LuaGui::top](https://lua-api.factorio.com/latest/LuaGui.html#LuaGui.top), [LuaGui::left](https://lua-api.factorio.com/latest/LuaGui.html#LuaGui.left), [LuaGui::center](https://lua-api.factorio.com/latest/LuaGui.html#LuaGui.center) and [LuaGui::screen](https://lua-api.factorio.com/latest/LuaGui.html#LuaGui.screen) - can't be destroyed.
|
||||
|
||||
Reference in New Issue
Block a user