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

    Type Alias WeaponUnlock

    The WeaponUnlock opaque type. Compare to the mod.Weapons enum value with hidden function (mod as any).EventWeaponCompare(weaponUnlock: mod.WeaponUnlock, weapon: mod.Weapons). TODO: Determine if two WeaponUnlock values can be compared with mod.Equals.

    type WeaponUnlock = {
        _opaque: typeof WeaponUnlockSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof WeaponUnlockSymbol