csharp
public sealed class VehicleA vehicle with its seats compiled.
Fields and properties (9)
public VehicleDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public string DisplayNameWhat it is called.
public VehicleKind KindWhat sort it is.
public GameplayTag TagWhat being in it is.
public ReadOnlySpan<Seat> SeatsIts seats.
public int DriverSeatWhich seat steers, or −1.
public bool PassengersMaySteerWhether a passenger may take the wheel when it is empty.
public VehiclePhysicsDefinition PhysicsWhat the physics wants.
Methods (1)
public int IndexOf(string? id)Finds a seat.
Used by (3)
- MovementLibraryVixen.Gameplay.Movement
- VehicleInstanceVixen.Gameplay.Movement
- VehicleTestsVixen.Gameplay.Movement.Tests