Skip to content

Commit 690a97e

Browse files
committed
Use prefix instead of _module suffix
1 parent 16405a3 commit 690a97e

22 files changed

+22
-23
lines changed

dist/library/modules/buildings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class buildings_module
4+
---@class dfhack.buildings
55
---@field containsTile function
66
dfhack.buildings = {}
77

dist/library/modules/burrows.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class burrows_module
4+
---@class dfhack.burrows
55
---@field isAssignedBlockTile function
66
---@field setAssignedBlockTile function
77
dfhack.burrows = {}

dist/library/modules/constructions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class constructions_module
4+
---@class dfhack.constructions
55
dfhack.constructions = {}
66

77
---@param pos df.coord

dist/library/modules/designations.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class designations_module
4+
---@class dfhack.designations
55
dfhack.designations = {}
66

77
---@param plant df.plant

dist/library/modules/filesystem.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class filesystem_module
4+
---@class dfhack.filesystem
55
dfhack.filesystem = {}
66

77
---@param dir string

dist/library/modules/gui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class gui_module
4+
---@class dfhack.gui
55
---@field addCombatReport function
66
---@field addCombatReportAuto function
77
dfhack.gui = {}

dist/library/modules/internal.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class internal_module
4+
---@class dfhack.internal
55
---@field strerror function
66
---@field md5 function
77
---@field heapTakeSnapshot function

dist/library/modules/items.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class items_module
4+
---@class dfhack.items
55
---@field moveToGround function
66
---@field moveToContainer function
77
---@field moveToInventory function

dist/library/modules/job.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class job_module
4+
---@class dfhack.job
55
---@field is_equal function
66
---@field is_item_equal function
77
dfhack.job = {}

dist/library/modules/kitchen.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- THIS FILE WAS GENERATED AUTOMATICALLY. DO NOT EDIT.
22
---@meta
33

4-
---@class kitchen_module
4+
---@class dfhack.kitchen
55
dfhack.kitchen = {}
66

77
---@param type df.kitchen_exc_type

0 commit comments

Comments
 (0)