Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Aug 12, 2024
1 parent 3f35b87 commit 6350780
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/noitapatcher.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---@meta 'noitapatcher'
---@module noitapatcher

error("This file just contains function signatures for documentation and code-completion. You're not supposed to actually run this file.")

---@class NoitaPatcher
local noitapatcher = {}

Expand Down Expand Up @@ -197,4 +199,9 @@ noitapatcher.CrossCall = CrossCall
---@param value boolean|integer|number
function noitapatcher.MagicNumbersSetValue(name, value) end

---@return integer
function noitapatcher.GetGameModeNr() end

function noitapatcher.ReloadMaterials() end

return noitapatcher

0 comments on commit 6350780

Please sign in to comment.