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

    Type Alias DeathType

    The DeathType opaque type. Compare to the mod.PlayerDeathTypes enum value with mod.EventDeathTypeCompare. TODO: Determine if two DeathType values can be compared with mod.Equals.

    type DeathType = {
        _opaque: typeof DeathTypeSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof DeathTypeSymbol