Use to create a flaming hoop that accelerates and applies nitro to players and vehicles.
Verse using statement |
using { /Fortnite.com/Devices } |
Inheritance Hierarchy
This class is derived from the following hierarchy, starting with creative_object
:
Name | Description |
---|---|
creative_object |
Base class for creative devices and props. |
creative_device_base |
Base class for creative_device. |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
CooldownStartEvent |
listenable(payload) |
Triggers when the device enters the cooldown state, becoming disabled.
This is not triggered by manually calling |
EnabledEvent |
listenable(payload) |
Triggers when the device becomes enabled after being disabled, potentially through the cooldown state. |
PlayerTriggeredEvent |
listenable(payload) |
Triggers when a player triggers the device.
Sends the triggering |
VehicleTriggeredEvent |
listenable(payload) |
Triggers when a vehicle triggers the device.
Sends the driver as the triggering |
Functions
Function Name | Description |
---|---|
AllowCooldown |
Allow the device to enter the cooldown state after a player or vehicle triggers it. |
Disable |
Disable the device. This causes the device to enter the cooldown state until the device is re-enabled by |
DisallowCooldown |
Prevent the device from entering the cooldown state after use. Until |
Enable |
Enable the device. If the device is currently in the cooldown state, this also ends the cooldown state. |
GetDefaultCooldownDuration |
Return the default duration of the cooldown state in seconds. |
GetTransform |
Returns the transform of the |
IsEnabled |
Succeeds if the device is currently enabled. The device is not enabled if it is in the cooldown state, or has otherwise been manually disabled. |
MoveTo |
Moves the |
MoveTo |
Moves the |
SetDefaultCooldownDuration |
Set the default duration of the cooldown state to
|
StartCooldown |
Enter the cooldown state for |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |