Damageable Interface
Implemented by Fortnite objects that can be damaged.
Verse using statement |
using { /Fortnite.com/Game } |
Members
This interface has functions, but no data members.
Functions
| Function Name | Description |
|---|---|
Damage |
Damage the damageable object anonymously by Amount. Setting Amount to less than 0 will cause no damage. Use Damage(:damage_args):void when damage is being applied from a known instigator and source. |
Damage |
Damage the damageable object by Args.Amount. Setting Amount to less than 0 will cause no damage. |
DamagedEvent |
Signaled when damage is applied to the damageable object. |