add LimbType, fix broken links in docs and improve docs in general
This commit is contained in:
@@ -37,6 +37,14 @@ function CheckPermission(permissions) end
|
||||
function Client.Unban(player, endpoint) end
|
||||
|
||||
|
||||
--- Ban
|
||||
-- @realm shared
|
||||
-- @tparam string player
|
||||
-- @tparam string reason
|
||||
-- @tparam bool range
|
||||
-- @tparam number seconds
|
||||
function Client.Ban(player, reason, range, seconds) end
|
||||
|
||||
--- InitClientSync
|
||||
-- @realm shared
|
||||
function InitClientSync() end
|
||||
|
||||
Reference in New Issue
Block a user