File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 55--- @field PlacesOverlay places.PlacesOverlay
66local 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+
820local PlacesOverlay
921
1022function PlacesOverlay :init () end
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments