update docs

This commit is contained in:
Evil Factory
2021-12-29 21:20:50 -03:00
parent 370ee8f1b3
commit d8d5bcb5fa
14 changed files with 365 additions and 103 deletions

View File

@@ -38,7 +38,8 @@ function IsCurrentLocationRadiated() end
-- @realm shared
-- @tparam string levelSeed
-- @tparam Nullable`1 difficulty
function StartRound(levelSeed, difficulty) end
-- @tparam LevelGenerationParams levelGenerationParams
function StartRound(levelSeed, difficulty, levelGenerationParams) end
--- StartRound
-- @realm shared