Verse API reference page for the healable interface
Implemented by Fortnite objects that can be healed.
Verse using statement |
using { /Fortnite.com/Game } |
Members
This interface has functions, but no data members.
Functions
| Function Name | Description |
|---|---|
Heal |
Heal the healable object anonymously by Amount. Setting Amount to less than 0 will cause no healing. Use Heal(:healing_args):void when healing is being applied from a known instigator and source. |
Heal |
Cause Args.Amount damage to the damageable object. Setting Amount to less than 0 will cause no damage. |
HealedEvent |
Signaled when healing is applied to the healable object. |