mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-13 22:12:37 -06:00
updated api
This commit is contained in:
40
.vscode/factorio/runtime-api-events.lua
vendored
40
.vscode/factorio/runtime-api-events.lua
vendored
@@ -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.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user