Specialized vehicle_spawner_device
that allows a dirtbike to be configured and spawned.
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. |
vehicle_spawner_device |
Base class for various specialized vehicle spawners which allow specific vehicle types to be spawned and configured with specialized options. |
Members
This class has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
AgentEntersVehicleEvent |
listenable(payload) |
Signaled when an |
AgentExitsVehicleEvent |
listenable(payload) |
Signaled when an |
DestroyedEvent |
listenable(payload) |
Signaled when a vehicle is destroyed. |
SpawnedEvent |
listenable(payload) |
Signaled when a vehicle is spawned or respawned by this device. Sends the fort_vehicle who was spawned. |
VehicleDestroyedEvent |
listenable(payload) |
Signaled when a vehicle is destroyed. Deprecated, use DestroyedEvent instead. |
VehicleSpawnedEvent |
listenable(payload) |
Signaled when a vehicle is spawned or respawned by this device. Deprecated, use SpawnedEvent instead. |
Functions
Function Name | Description |
---|---|
AssignDriver |
Sets |
DestroyVehicle |
Destroys the vehicle if it exists. |
Disable |
Disables this device. |
Enable |
Enables this device. |
GetTransform |
Returns the transform of the |
MoveTo |
Moves the |
MoveTo |
Moves the |
RespawnVehicle |
Spawns a new vehicle. The previous vehicle will be destroyed before a new vehicle spawns. |
TeleportTo |
Teleports the |
TeleportTo |
Teleports the |