@@ -20,21 +20,18 @@ function dfhack.gui.makeAnnouncement(type, flags, pos, message, color, bright) e
2020--- @param message string
2121--- @param color integer
2222--- @param bright boolean | nil
23- --- @return nil
2423function dfhack .gui .showAnnouncement (message , color , bright ) end
2524
2625--- @param type df.announcement_type
2726--- @param pos df.coord
2827--- @param message string
2928--- @param color integer
3029--- @param bright boolean | nil
31- --- @return nil
3230function dfhack .gui .showZoomAnnouncement (type , pos , message , color , bright ) end
3331
3432--- @param message string
3533--- @param color integer
3634--- @param bright boolean | nil
37- --- @return nil
3835function dfhack .gui .showPopupAnnouncement (message , color , bright ) end
3936
4037--- @param type df.announcement_type
@@ -44,7 +41,6 @@ function dfhack.gui.showPopupAnnouncement(message, color, bright) end
4441--- @param bright boolean | nil
4542--- @param unit_a df.unit
4643--- @param unit_d df.unit
47- --- @return nil
4844function dfhack .gui .showAutoAnnouncement (type , pos , message , color , bright , unit_a , unit_d ) end
4945
5046--- @param info df.announcement_infost
@@ -158,11 +154,9 @@ function dfhack.gui.getAnyStockpile(top) end
158154function dfhack .gui .getAnyPlant (top ) end
159155
160156--- @param message string
161- --- @return nil
162157function dfhack .gui .writeToGamelog (message ) end
163158
164159--- @param pause boolean | nil
165- --- @return nil
166160function dfhack .gui .resetDwarfmodeView (pause ) end
167161
168162--- @return boolean
0 commit comments