updated api

This commit is contained in:
Monica Moniot
2022-12-01 19:04:58 -05:00
parent 21abe6fb56
commit 30fe2946e6
104 changed files with 232 additions and 123 deletions

View File

@@ -1,7 +1,7 @@
---@meta
---@diagnostic disable
--$Factorio 1.1.70
--$Factorio 1.1.72
--$Overlay 5
--$Section events
-- This file is automatically generated. Edits will be overwritten.
@@ -1554,6 +1554,44 @@
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_picked_up_item)
---@field tick uint
---@alias on_player_alt_reverse_selected_area EventData.on_player_alt_reverse_selected_area
---Called after a player alt-reverse-selects an area with a selection-tool item.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@class EventData.on_player_alt_reverse_selected_area : EventData
---The area selected.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field area BoundingBox
---The entities selected.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field entities LuaEntity[]
---The item used to select the area.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field item string
---Identifier of the event
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field name defines.events
---The player doing the selection.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field player_index uint
---The surface selected.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field surface LuaSurface
---Tick the event was generated.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field tick uint
---The tiles selected.
---
---[View documentation](https://lua-api.factorio.com/latest/events.html#on_player_alt_reverse_selected_area)
---@field tiles LuaTile[]
---@alias on_player_alt_selected_area EventData.on_player_alt_selected_area
---Called after a player alt-selects an area with a selection-tool item.
---