update docs

This commit is contained in:
Evil Factory
2022-05-02 15:51:03 -03:00
parent 776e6d8ffd
commit 4b024d525f
8 changed files with 638 additions and 21 deletions

View File

@@ -65,7 +65,7 @@ function EndpointMatches(endPoint) end
--- SetPermissions
-- @realm shared
-- @tparam ClientPermissions permissions
-- @tparam table permittedConsoleCommands
-- @tparam Enumerable permittedConsoleCommands
function SetPermissions(permissions, permittedConsoleCommands) end
--- GivePermission
@@ -230,11 +230,6 @@ function GetHashCode() end
-- @realm shared
-- @bool InGame
---
-- PermittedConsoleCommands, Field of type table
-- @realm shared
-- @table PermittedConsoleCommands
---
-- KickVoteCount, Field of type number
-- @realm shared
@@ -480,6 +475,11 @@ function GetHashCode() end
-- @realm shared
-- @ClientPermissions Permissions
---
-- PermittedConsoleCommands, Field of type HashSet`1
-- @realm shared
-- @HashSet`1 PermittedConsoleCommands
---
-- Client.MaxNameLength, Field of type number
-- @realm shared