Vixen
c7401864
csharp
public sealed class Seat

A seat with its names resolved.

Read the guide page for this →

Fields and properties (7)

  • public SeatDefinition Definition

    What it was compiled from.

  • public int Index

    Which of its vehicle's seats it is.

  • public string Id

    What it is called within its vehicle.

  • public SeatRole Role

    What somebody in it may do.

  • public bool Controls

    Whether whoever is in it steers.

  • public GameplayTag Tag

    What sitting in it grants.

  • public RequirementSet Requirements

    What has to be true to sit in it.

Used by (3)

  • MovementLibraryVixen.Gameplay.Movement
  • VehicleVixen.Gameplay.Movement
  • VehicleInstanceVixen.Gameplay.Movement