A one stop automated refueling and repairing station for your 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. |
Exposed Interfaces
This class exposes the following interfaces:
Name | Description |
---|---|
healthful |
Implemented by Fortnite objects that have health state and can be eliminated. |
damageable |
Implemented by Fortnite objects that can be damaged. |
enableable |
Implemented by classes whose instances can be enabled and disabled. |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
VehicleEnteredEvent |
listenable(payload) |
Fires when a vehicle enters the service station, returns the vehicle that entered. |
VehicleExitedEvent |
listenable(payload) |
Fires when a vehicle leaves the service station, returns the vehicle that exited. |
VehicleFuelingBeginEvent |
listenable(payload) |
Fires on the first tick of a vehicle refueling, returns the refueled vehicle. |
VehicleFuelingEndEvent |
listenable(payload) |
Fires when a vehicle is at full fuel, returns the refueled vehicle. |
VehicleRepairBeginEvent |
listenable(payload) |
Fires when a vehicle starts repairing, returns the repaired vehicle. |
VehicleRepairEndEvent |
listenable(payload) |
Fires when a vehicle is at full health, returns the repaired vehicle. |
Functions
Function Name | Description |
---|---|
Damage |
Damage the |
Damage |
Damage the |
DamagedEvent |
Signaled when damage is applied to the |
Disable |
Disable this object. |
Enable |
Enable this object. |
GetHealth |
Returns the health state of the object. This value will between 0.0 and |
GetMaxHealth |
Returns the maximum health of the object. This value will be between 1.0 and Inf. |
GetTransform |
Returns the transform of the |
IsAnyVehicleInside |
Check if any vehicle is inside the service station. |
IsEnabled |
Succeeds if the object is enabled, fails if it's disabled. |
MoveTo |
Moves the |
MoveTo |
Moves the |
SetHealth |
Sets the health state of the object to
|
SetMaxHealth |
Sets the maximum health state of the object.
|
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |