Skip to content

Commit a0ed0c1

Browse files
Auto-update definitions
1 parent 575f061 commit a0ed0c1

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

dist/library/lua/plugins/sort/places.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
---@field PlacesOverlay places.PlacesOverlay
66
local places
77

8+
---@param siege_engine df.building_siegeenginest
9+
---@return string
10+
11+
---@param siege_engine df.building_siegeenginest
12+
---@return string
13+
14+
---@param siege_engine df.building_siegeenginest
15+
---@return string
16+
17+
---@param siege_engine df.building_siegeenginest
18+
---@return string
19+
820
local PlacesOverlay
921

1022
function PlacesOverlay:init() end

dist/library/modules/hotkey.lua

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
2+
---@meta
3+
4+
---@class dfhack.hotkey
5+
---@field removeKeybind function
6+
---@field listActiveKeybinds function
7+
---@field listAllKeybinds function
8+
---@field requestKeybindingInput function
9+
---@field getKeybindingInput function
10+
dfhack.hotkey = {}
11+
12+
---@param spec string
13+
---@param cmd string
14+
---@return boolean
15+
function dfhack.hotkey.addKeybind(spec, cmd) end
16+
17+
---@param spec string
18+
---@return boolean
19+
function dfhack.hotkey.isDisruptiveKeybind(spec) end
20+

0 commit comments

Comments
 (0)