Added GUI.* to Lua docs

This commit is contained in:
EvilFactory
2024-08-25 16:49:45 -03:00
parent fd29b395a7
commit 4e9ef97fac
33 changed files with 281 additions and 11 deletions

View File

@@ -181,9 +181,9 @@ function character.death(character) end
-- @realm shared
function character.applyAffliction(character, limbHealth, newAffliction, allowStacking) end
--- Gets gets called every time an attack damage.
--- Gets gets called every time a character gets damaged by an attack.
-- @realm shared
function character.applyDamage(character, attackResult, hitLimb, allowStacking) end
function character.applyDamage(characterHealth, attackResult, hitLimb, allowStacking) end
--- Gets called every time an affliction updates.