• Preparing search index...
  • The search index is not available
@etothepii/satisfactory-file-parser
  • @etothepii/satisfactory-file-parser
  • isArrayProperty

Function isArrayProperty

  • isArrayProperty(obj): obj is
        | BoolArrayProperty
        | ByteArrayProperty
        | DoubleArrayProperty
        | EnumArrayProperty
        | FloatArrayProperty
        | Int32ArrayProperty
        | Int64ArrayProperty
        | ObjectArrayProperty
        | SoftObjectArrayProperty
        | StrArrayProperty
        | StructArrayProperty
        | TextArrayProperty
  • Parameters

    • obj: any

    Returns obj is
        | BoolArrayProperty
        | ByteArrayProperty
        | DoubleArrayProperty
        | EnumArrayProperty
        | FloatArrayProperty
        | Int32ArrayProperty
        | Int64ArrayProperty
        | ObjectArrayProperty
        | SoftObjectArrayProperty
        | StrArrayProperty
        | StructArrayProperty
        | TextArrayProperty

    • Defined in src/parser/satisfactory/types/property/generic/ArrayProperty/ArrayProperty.ts:17

Settings

Member Visibility
@etothepii/satisfactory-file-parser
  • Loading...

Generated using TypeDoc