Verse using statement |
using { /Fortnite.com/Devices } |
Members
This interface has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
RechargeCompleteEvent |
listenable(payload) |
Triggers when Reboot Van has finished recharging.
|
RebootEvent |
listenable(payload) |
Triggers when Reboot Van has finished rebooting a set of players.
|
RechargeTimerLength |
?float |
The length of the recharge timer in seconds, regardless of the timer's current state. Clamped between |
RechargeTimer |
?float |
The remaining time (in seconds) on the recharge timer. Clamped between
|
RebootProgressDecay |
?reboot_progress_decay_behavior |
How quickly reboot progress decays when nobody is interacting with the Reboot Van. Custom Decay - Set a custom multiplier on the decay rate. Instant Reset - Instantly reset progress to zero. Battle Royale - Use Battle Royale's decay rate. |
DecayRateMultiplier |
??float |
Multiplier on the decay rate of reboot progress. Clamped between
|
RebootCardPurchaseEvent |
listenable(payload) |
Triggers when a player purchases a Reboot Card.
|
CanPurchaseRebootCard |
?logic |
Determines if players can purchase an eliminated player's reboot card. |
PurchaseRebootCardOptions |
??reboot_card_purchase_options |
Purchase reboot card options.
|
InternalPurchaseRebootCardOptions |
?reboot_card_purchase_options |
Functions
| Function Name | Description |
|---|---|
EnableReboot |
Enable the device. |
DisableReboot |
Disable the device. |
IsEnabledReboot |
Succeeds if the device is enabled, fails if it's disabled. |