EVENTHEALDAMAGE

NAME
        eventHealDamage()

SYNOPSIS
        varargs int eventHealDamage(int x, int internal, mixed limbs)

DESCRIPTION
        int x - amount of damage being healed, negatives illegal. int internal - internal damage flag (optional). mixed limbs - limb or limbs affected by the heal event (optional). If the internal flag is set then overall health is healed. If limbs are specified then the specified limbs are healed. If the internal flag is NOT set and NO limbs are specified (default) then both overall health as well as the health of all limbs are healed. Returns the actual amount of healing done or -1 if an error occurs.

EXAMPLES
         

LOCATION
        /lib/body


SEE ALSO
        eventReceiveDamage

Author
        Unknown

