TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Function isAircraft

    • Classify whether a CotType enum value denotes an aircraft.

      Aircraft selection drives which zstd dictionary selectDictId picks. Resolves the enum to its string form and defers to isAircraftString.

      Parameters

      • id: number

        A numeric CotType enum value.

      Returns boolean

      true if the type is an aircraft type, false otherwise (including for unknown enum values that have no string mapping).