Skip to content

Commit

Permalink
Auto-update definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2024
1 parent f1958e0 commit b397908
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dist/library/modules/job.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ function dfhack.job.is_equal(job1, job2) end
---@return boolean
function dfhack.job.is_item_equal(job1, job2) end

---@param job df.job
---@param type df.general_ref_type
---@param id number
---@return boolean
function dfhack.job.addGeneralRef(job, type, id) end

---@param job df.job
---@param unit df.unit
---@return boolean
function dfhack.job.addWorker(job, unit) end

---@param job df.job
---@param item df.item
---@param role df.job_item_ref::T_role
Expand Down

0 comments on commit b397908

Please sign in to comment.