Verse API reference page for the vehicle_spawner_n1_starfighter_device class
Specialized vehicle_spawner_device that allows an N-1 Starfighter 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 agent enters the vehicle. Sends the agent that entered the vehicle. |
AgentExitsVehicleEvent |
listenable(payload) |
Signaled when an agent exits the vehicle. Sends the agent that exited the vehicle. |
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. |
Vehicle |
??fort_vehicle |
The fort_vehicle currently associated with this spawner, if one exists. |
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. |
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.