bf6-portal-mod-types
    Preparing search index...

    Type Alias Vehicle

    The Vehicle opaque type. Can only be compared with mod.Equals, or by retrieving its id with mod.GetObjId. Can only be spawned with a mod.VehicleSpawner or a mod.EmplacementSpawner.

    type Vehicle = {
        _opaque: typeof VehicleSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof VehicleSymbol