Returns the number of seats in a unit's vehicle. Note: returns 0 for multi-passenger mounts even thought multiple seats are available.


See also Vehicle functions.

Signature:

numSeats = UnitVehicleSeatCount("unit")

Arguments:

  • unit - A unit to query (string, unitID)

Returns:

  • numSeats - Number of seats in the unit's vehicle (number)