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

    Type Alias Vector

    The Vector opaque type. Can be created with mod.CreateVector. It defines a 3D vector with X, Y, and Z components. It can only be compared with mod.Equals. It's X, Y, and Z values can be retrieved with mod.XComponentOf, mod.YComponentOf, and mod.ZComponentOf respectively.

    type Vector = {
        _opaque: typeof VectorSymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof VectorSymbol