Table of Contents

Class VehicleSpawned

Namespace
Uncreated.Warfare.Events.Models.Vehicles
Assembly
Uncreated.Warfare.dll

Event listener args which handles a patch listening for a vehicle to be added.

[EventModel(EventSynchronizationContext.Pure)]
public class VehicleSpawned
Inheritance
VehicleSpawned
Inherited Members

Properties

Vehicle

The vehicle that was spawned.

public required WarfareVehicle Vehicle { get; init; }

Property Value

WarfareVehicle