misc doc fixes
This commit is contained in:
@@ -8,6 +8,14 @@ Class providing networking related tasks.
|
||||
|
||||
local Networking = {}
|
||||
|
||||
---
|
||||
-- @realm server
|
||||
Networking.FileSenderMaxPacketsPerUpdate = 4
|
||||
|
||||
---
|
||||
-- @realm server
|
||||
Networking.LastClientListUpdateID = 0
|
||||
|
||||
--- Send a post HTTP Request, callback is called with an argument result string.
|
||||
-- @realm server
|
||||
function Networking.RequestPostHTTP(url, callback, textData, contentType) end
|
||||
@@ -37,3 +45,11 @@ function Networking.Receive(netMessageName, callback) end
|
||||
-- @realm server
|
||||
function Networking.ClientWriteLobby(client) end
|
||||
|
||||
--- Creates an entity event.
|
||||
-- @realm shared
|
||||
function Networking.CreateEntityEvent(entity, extraData) end
|
||||
|
||||
--- Updates the client permissions, call this after you i've changed the permissions of a client, so they are notified about it.
|
||||
-- @realm server
|
||||
function Networking.UpdateClientPermissions(client) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user