We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24eaca commit cb71631Copy full SHA for cb71631
1 file changed
src/docs/repentogon_changes/Isaac.lua
@@ -213,11 +213,13 @@ end
213
---@param category string
214
---@param key string
215
---@param language Language
216
----@overload fun(category: string, key: string, languageCode: string)
+---@return string
217
+---@overload fun(category: string, key: string, languageCode: string): string
218
function Isaac.GetLocalizedString(category, key, language)
219
end
220
221
---@param challengeId Challenge
222
+---@return integer
223
function Isaac.GetModChallengeClearCount(challengeId)
224
225
0 commit comments