Get docs in line and added networking manual

This commit is contained in:
EvilFactory
2022-10-29 19:44:23 -03:00
parent 09979cb4c9
commit b77dde156b
5 changed files with 93 additions and 14 deletions

View File

@@ -327,3 +327,15 @@ function human.CPRSuccess(animController) end
--- Called after the CPR skill check fails.
-- @realm shared
function human.CPRFailed(animController) end
---
-- @realm client
function keyUpdate() end
--- Called after a net message is received
-- @realm shared
function netMessageReceived(netMessage, header, client) end
---
-- @realm shared
function item.readPropertyChange(item, property, parentObject, allowEditing, client) end