This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Implemented by Fortnite objects that have health state and can be eliminated.
Verse using statement |
using { /Fortnite.com/Game } |
Members
This interface has functions, but no data members.
Functions
| Function Name | Description |
|---|---|
GetHealth |
Returns the health state of the object. This value will be between 0.0 and |
SetHealth |
Sets the health state of the object to
|
GetMaxHealth |
Returns the maximum health of the object. This value will be between 1.0 and Inf. |
SetMaxHealth |
Sets the maximum health state of the object.
|