improve docs

This commit is contained in:
Evil Factory
2022-03-26 14:19:39 -03:00
parent fd377454a3
commit 05a65a1207
9 changed files with 124 additions and 198 deletions

View File

@@ -215,3 +215,15 @@ function statusEffect.apply.YourItemIdentifier(statusEffect, deltaTime, item, ta
--- Called when a client tries to change his name, return false to prevent the name from being changed.
-- @realm shared
function tryChangeClientName(client, newName, newJob, newTeam) end
--- Called after all mods are executed.
-- @realm shared
function loaded() end
--- Called after the CPR skill check succeeds.
-- @realm shared
function human.CPRSuccess(animController) end
--- Called after the CPR skill check fails.
-- @realm shared
function human.CPRFailed(animController) end