HealActor
Makes an actor whole - full health, no wounds, no bleeding.
Every client shows the body straighten. Refused on a corpse.
Syntax
Section titled “Syntax”HealActor(id)| Parameter | Type | |
|---|---|---|
id |
number | the actor |
Returns
Section titled “Returns”boolean - false for a dead actor or anything but an actor
Example
Section titled “Example”-- between rounds the champion is patched upHealActor(champion)See also
Section titled “See also”GetActorInjuries · GetActorBleeding · SetActorHealth · HealPlayer · the NPC actors group of the index
