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

    Type Alias Array

    The Array opaque type. You must use the following specific array functions to interact with it:

    • AppendToArray
    • ArraySlice
    • CountOf
    • EmptyArray
    • FirstOf
    • LastOf
    • RandomValueInArray
    • RandomizedArray
    • SortedArray
    • ValueInArray TODO: Determine if it can be compared with mod.Equals.
    type Array = {
        _opaque: typeof ArraySymbol;
    }
    Index

    Properties

    Properties

    _opaque: typeof ArraySymbol