VEHICLE_OCCUPANT_ROLE: {
    CREW: "crew";
    DRAFT_CREATURE: "draftCreature";
    PASSENGER: "passenger";
}

Map of vehicle-occupant-role key → value.

Type declaration

  • ReadonlyCREW: "crew"
  • ReadonlyDRAFT_CREATURE: "draftCreature"
  • ReadonlyPASSENGER: "passenger"