Skip to content

Commit cb71631

Browse files
committed
Add returns on GetLocalizedString and GetModChallengeClearCount
1 parent f24eaca commit cb71631

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/docs/repentogon_changes/Isaac.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,13 @@ end
213213
---@param category string
214214
---@param key string
215215
---@param language Language
216-
---@overload fun(category: string, key: string, languageCode: string)
216+
---@return string
217+
---@overload fun(category: string, key: string, languageCode: string): string
217218
function Isaac.GetLocalizedString(category, key, language)
218219
end
219220

220221
---@param challengeId Challenge
222+
---@return integer
221223
function Isaac.GetModChallengeClearCount(challengeId)
222224
end
223225

0 commit comments

Comments
 (0)