Vixen
c7401864
csharp
public readonly record struct SeatChange

Somebody got on or off.

Read the guide page for this →

Fields and properties (3)

  • public PlayerId Player

    Who.

  • public int Seat

    Which seat, or −1 when they got off.

  • public bool IsDriver

    Whether that seat steers.

Methods (1)

  • public SeatChange(PlayerId Player, int Seat, bool IsDriver)

    Somebody got on or off.

Used by (1)

  • VehicleInstanceVixen.Gameplay.Movement