added more stuff to docs

This commit is contained in:
Evil Factory
2021-09-15 14:27:58 -03:00
parent d44d03fd9e
commit b0ed126891
6 changed files with 368 additions and 12 deletions

View File

@@ -31,12 +31,15 @@ function Client:CheckPermission(permissions) end
function Client.Unban(player, endpoint) end
--- List of all connected clients.
-- @treturn table
-- @realm shared
Client.ClientList = {}
--- The Character that the client is currently controlling.
-- @treturn Character
-- @realm shared
Character = {}
---
-- List of all connected clients.
-- @realm shared
-- @Character Client.ClientList Table containing characters
---
-- Character that the client is currently controlling.
-- @realm shared
-- @Character Character