@etothepii/satisfactory-file-parser 4.0.2 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -0
- package/build/index.js.map +1 -1
- package/build/parser/satisfactory/types/property/generic/containers/StructProperty.d.ts +2 -8
- package/build/parser/satisfactory/types/property/generic/containers/StructProperty.d.ts.map +1 -1
- package/build/parser/satisfactory/types/property/generic/containers/StructProperty.js +3 -20
- package/build/parser/satisfactory/types/property/generic/containers/StructProperty.js.map +1 -1
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.d.ts +4 -22
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.d.ts.map +1 -1
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.js +6 -50
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.js.map +1 -1
- package/build/parser/satisfactory/types/property/special/SpecialProperties.d.ts.map +1 -1
- package/build/parser/satisfactory/types/property/special/SpecialProperties.js +0 -3
- package/build/parser/satisfactory/types/property/special/SpecialProperties.js.map +1 -1
- package/build/parser/satisfactory/types/structs/FGDynamicStruct.js +2 -2
- package/build/parser/satisfactory/types/structs/FGDynamicStruct.js.map +1 -1
- package/build/parser/satisfactory/types/structs/binary/FConveyorBeltItem.d.ts +12 -0
- package/build/parser/satisfactory/types/structs/binary/FConveyorBeltItem.d.ts.map +1 -0
- package/build/parser/satisfactory/types/structs/binary/FConveyorBeltItem.js +21 -0
- package/build/parser/satisfactory/types/structs/binary/FConveyorBeltItem.js.map +1 -0
- package/build/parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment.d.ts +38 -0
- package/build/parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment.d.ts.map +1 -0
- package/build/parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment.js +57 -0
- package/build/parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment.js.map +1 -0
- package/build/parser/satisfactory/types/structs/binary/FInventoryItem.d.ts +14 -0
- package/build/parser/satisfactory/types/structs/binary/FInventoryItem.d.ts.map +1 -0
- package/build/parser/satisfactory/types/structs/binary/FInventoryItem.js +34 -0
- package/build/parser/satisfactory/types/structs/binary/FInventoryItem.js.map +1 -0
- package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.d.ts +1 -1
- package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.js +1 -2
- package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem.js.map +1 -1
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/BlueprintConfigReader.html +4 -4
- package/docs/classes/BlueprintConfigWriter.html +4 -4
- package/docs/classes/BlueprintReader.html +4 -4
- package/docs/classes/BlueprintWriter.html +4 -4
- package/docs/classes/ByteReader.html +4 -4
- package/docs/classes/ByteWriter.html +4 -4
- package/docs/classes/CompressionLibraryError.html +2 -2
- package/docs/classes/ContextReader.html +4 -4
- package/docs/classes/ContextWriter.html +4 -4
- package/docs/classes/CorruptBlueprintError.html +2 -2
- package/docs/classes/CorruptSaveError.html +2 -2
- package/docs/classes/Parser.html +6 -6
- package/docs/classes/ParserError.html +2 -2
- package/docs/classes/ReadableStreamParser.html +2 -2
- package/docs/classes/SatisfactorySave.html +2 -2
- package/docs/classes/SaveComponent.html +2 -2
- package/docs/classes/SaveEntity.html +2 -2
- package/docs/classes/SaveObject.html +2 -2
- package/docs/classes/SaveReader.html +4 -4
- package/docs/classes/SaveWriter.html +4 -4
- package/docs/classes/TimeoutError.html +2 -2
- package/docs/classes/UnimplementedError.html +2 -2
- package/docs/classes/UnsupportedVersionError.html +2 -2
- package/docs/enums/Alignment.html +2 -2
- package/docs/enums/BlueprintConfigVersion.html +2 -2
- package/docs/enums/BlueprintHeaderVersion.html +2 -2
- package/docs/enums/CompressionAlgorithmCode.html +2 -2
- package/docs/enums/ETextHistoryType.html +2 -2
- package/docs/enums/EUnrealEngineObjectUE5Version.html +2 -2
- package/docs/enums/FactoryGameCustomVersion.html +2 -2
- package/docs/enums/RuntimeBuildableInstanceDataVersion.html +2 -2
- package/docs/enums/SaveCustomVersion.html +10 -10
- package/docs/enums/SaveHeaderType.html +2 -2
- package/docs/functions/AbstractBaseProperty.CreateFromTag.html +1 -1
- package/docs/functions/ArrayProperty.Parse.html +1 -1
- package/docs/functions/ArrayProperty.Serialize.html +1 -1
- package/docs/functions/BlueprintConfig.Parse.html +1 -1
- package/docs/functions/BlueprintConfig.Serialize.html +1 -1
- package/docs/functions/BlueprintHeader.Parse.html +1 -1
- package/docs/functions/BlueprintHeader.Serialize.html +1 -1
- package/docs/functions/BoolProperty.Parse.html +1 -1
- package/docs/functions/BoolProperty.ReadValue.html +1 -1
- package/docs/functions/BoolProperty.Serialize.html +1 -1
- package/docs/functions/BoolProperty.SerializeValue.html +1 -1
- package/docs/functions/BuildableSubsystemSpecialProperties.Parse.html +1 -1
- package/docs/functions/BuildableSubsystemSpecialProperties.Serialize.html +1 -1
- package/docs/functions/BuildableTypeInstance.Parse.html +1 -1
- package/docs/functions/BuildableTypeInstance.Serialize.html +1 -1
- package/docs/functions/ByteProperty.Parse.html +1 -1
- package/docs/functions/ByteProperty.ReadValue.html +1 -1
- package/docs/functions/ByteProperty.Serialize.html +1 -1
- package/docs/functions/ByteProperty.SerializeValue.html +1 -1
- package/docs/functions/CircuitSpecialProperties.Parse.html +1 -1
- package/docs/functions/CircuitSpecialProperties.Serialize.html +1 -1
- package/docs/functions/ConveyorChainActorSpecialProperties.Parse.html +1 -1
- package/docs/functions/ConveyorChainActorSpecialProperties.Serialize.html +1 -1
- package/docs/functions/ConveyorSpecialProperties.Parse.html +1 -1
- package/docs/functions/ConveyorSpecialProperties.Serialize.html +1 -1
- package/docs/functions/DataBlob.Read.html +1 -1
- package/docs/functions/DataBlob.ReadNObjectContents.html +1 -1
- package/docs/functions/DataBlob.SkipOver.html +1 -1
- package/docs/functions/DataBlob.Write.html +1 -1
- package/docs/functions/DoubleProperty.Parse.html +1 -1
- package/docs/functions/DoubleProperty.ReadValue.html +1 -1
- package/docs/functions/DoubleProperty.Serialize.html +1 -1
- package/docs/functions/DoubleProperty.SerializeValue.html +1 -1
- package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
- package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
- package/docs/functions/EmptySpecialProperties.Parse.html +1 -1
- package/docs/functions/EmptySpecialProperties.Serialize.html +1 -1
- package/docs/functions/EnumProperty.Parse.html +1 -1
- package/docs/functions/EnumProperty.ReadValue.html +1 -1
- package/docs/functions/EnumProperty.Serialize.html +1 -1
- package/docs/functions/EnumProperty.SerializeValue.html +1 -1
- package/docs/functions/FClientIdentityInfo.read.html +1 -1
- package/docs/functions/FClientIdentityInfo.write.html +1 -1
- package/docs/functions/FColor.read.html +1 -1
- package/docs/functions/FColor.write.html +1 -1
- package/docs/functions/FConveyorBeltItem.read.html +1 -0
- package/docs/functions/FConveyorBeltItem.write.html +1 -0
- package/docs/functions/FConveyorChainSplineSegment.read.html +1 -0
- package/docs/functions/FConveyorChainSplineSegment.write.html +1 -0
- package/docs/functions/FCustomVersion.read.html +1 -1
- package/docs/functions/FCustomVersion.write.html +1 -1
- package/docs/functions/FCustomVersionContainer.read.html +1 -1
- package/docs/functions/FCustomVersionContainer.write.html +1 -1
- package/docs/functions/FEngineVersion.read.html +1 -1
- package/docs/functions/FEngineVersion.write.html +1 -1
- package/docs/functions/FGDynamicStruct.Parse.html +1 -1
- package/docs/functions/FGDynamicStruct.Serialize.html +1 -1
- package/docs/functions/FICFrameRange.read.html +1 -1
- package/docs/functions/FICFrameRange.write.html +1 -1
- package/docs/functions/FINGPUT1BufferPixel.read.html +1 -1
- package/docs/functions/FINGPUT1BufferPixel.write.html +1 -1
- package/docs/functions/FINItemStateFileSystem.IsFINItemStateFileSystem.html +1 -1
- package/docs/functions/FINItemStateFileSystem.read.html +1 -1
- package/docs/functions/FINItemStateFileSystem.write.html +1 -1
- package/docs/functions/FINLuaRuntimePersistenceState.read.html +1 -1
- package/docs/functions/FINLuaRuntimePersistenceState.write.html +1 -1
- package/docs/functions/FINNetworkTrace.read.html +1 -1
- package/docs/functions/FINNetworkTrace.write.html +1 -1
- package/docs/functions/FInventoryItem.read.html +1 -0
- package/docs/functions/FInventoryItem.write.html +1 -0
- package/docs/functions/FLBBalancerIndexing.read.html +1 -1
- package/docs/functions/FLBBalancerIndexing.write.html +1 -1
- package/docs/functions/FLinearColor.read.html +1 -1
- package/docs/functions/FLinearColor.write.html +1 -1
- package/docs/functions/FLocalUserNetIdBundle.read.html +1 -1
- package/docs/functions/FLocalUserNetIdBundle.write.html +1 -1
- package/docs/functions/FPackageFileVersion.read.html +1 -1
- package/docs/functions/FPackageFileVersion.write.html +1 -1
- package/docs/functions/FPlayerInfoHandle.read.html +1 -1
- package/docs/functions/FPlayerInfoHandle.write.html +1 -1
- package/docs/functions/FPropertyTag.IsCompletePropertyTagType.html +1 -1
- package/docs/functions/FPropertyTag.read.html +1 -1
- package/docs/functions/FPropertyTag.write.html +1 -1
- package/docs/functions/FPropertyTag.writeFromProperty.html +1 -1
- package/docs/functions/FPropertyTagNode.read.html +1 -1
- package/docs/functions/FPropertyTagNode.write.html +1 -1
- package/docs/functions/FSaveObjectVersionData.read.html +1 -1
- package/docs/functions/FSaveObjectVersionData.write.html +1 -1
- package/docs/functions/FUniqueNetIdRepl.read.html +1 -1
- package/docs/functions/FUniqueNetIdRepl.write.html +1 -1
- package/docs/functions/FloatProperty.Parse.html +1 -1
- package/docs/functions/FloatProperty.ReadValue.html +1 -1
- package/docs/functions/FloatProperty.Serialize.html +1 -1
- package/docs/functions/FloatProperty.SerializeValue.html +1 -1
- package/docs/functions/GUID.read.html +1 -1
- package/docs/functions/GUID.write.html +1 -1
- package/docs/functions/HierarchyVersion.CreateOnHeader.html +1 -1
- package/docs/functions/HierarchyVersion.SetOnLevel.html +1 -1
- package/docs/functions/HierarchyVersion.SetOnObject.html +1 -1
- package/docs/functions/Int64Property.Parse.html +1 -1
- package/docs/functions/Int64Property.ReadValue.html +1 -1
- package/docs/functions/Int64Property.Serialize.html +1 -1
- package/docs/functions/Int64Property.SerializeValue.html +1 -1
- package/docs/functions/Int8Property.Parse.html +1 -1
- package/docs/functions/Int8Property.ReadValue.html +1 -1
- package/docs/functions/Int8Property.Serialize.html +1 -1
- package/docs/functions/Int8Property.SerializeValue.html +1 -1
- package/docs/functions/IntProperty.Parse.html +1 -1
- package/docs/functions/IntProperty.ReadValue.html +1 -1
- package/docs/functions/IntProperty.Serialize.html +1 -1
- package/docs/functions/IntProperty.SerializeValue.html +1 -1
- package/docs/functions/InterfaceProperty.Parse.html +1 -1
- package/docs/functions/InterfaceProperty.ReadValue.html +1 -1
- package/docs/functions/InterfaceProperty.Serialize.html +1 -1
- package/docs/functions/InterfaceProperty.SerializeValue.html +1 -1
- package/docs/functions/LBBalancerIndexing.read.html +1 -1
- package/docs/functions/LBBalancerIndexing.write.html +1 -1
- package/docs/functions/Level.Read.html +1 -1
- package/docs/functions/Level.Serialize.html +1 -1
- package/docs/functions/LevelToDestroyedActorsMap.read.html +1 -1
- package/docs/functions/LevelToDestroyedActorsMap.write.html +1 -1
- package/docs/functions/MD5Hash.read.html +1 -1
- package/docs/functions/MD5Hash.write.html +1 -1
- package/docs/functions/MapProperty.Parse.html +1 -1
- package/docs/functions/MapProperty.Serialize.html +1 -1
- package/docs/functions/NameProperty.Parse.html +1 -1
- package/docs/functions/NameProperty.ReadValue.html +1 -1
- package/docs/functions/NameProperty.Serialize.html +1 -1
- package/docs/functions/NameProperty.SerializeValue.html +1 -1
- package/docs/functions/ObjectProperty.Parse.html +1 -1
- package/docs/functions/ObjectProperty.ReadValue.html +1 -1
- package/docs/functions/ObjectProperty.Serialize.html +1 -1
- package/docs/functions/ObjectProperty.SerializeValue.html +1 -1
- package/docs/functions/ObjectReference.IsEqual.html +1 -1
- package/docs/functions/ObjectReference.read.html +1 -1
- package/docs/functions/ObjectReference.write.html +1 -1
- package/docs/functions/ObjectReferencesList.ReadList.html +1 -1
- package/docs/functions/ObjectReferencesList.SerializeList.html +1 -1
- package/docs/functions/ObjectsListSpecialProperties.Parse.html +1 -1
- package/docs/functions/ObjectsListSpecialProperties.Serialize.html +1 -1
- package/docs/functions/OptionalGUID.read.html +1 -1
- package/docs/functions/OptionalGUID.write.html +1 -1
- package/docs/functions/PlayerSpecialProperties.Parse.html +1 -1
- package/docs/functions/PlayerSpecialProperties.Serialize.html +1 -1
- package/docs/functions/PowerLineSpecialProperties.Parse.html +1 -1
- package/docs/functions/PowerLineSpecialProperties.Serialize.html +1 -1
- package/docs/functions/PropertiesList.ParseList.html +1 -1
- package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
- package/docs/functions/PropertiesList.SerializeList.html +1 -1
- package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
- package/docs/functions/SatisfactorySaveHeader.Parse.html +1 -1
- package/docs/functions/SatisfactorySaveHeader.Serialize.html +1 -1
- package/docs/functions/SaveBodyChunks.CompressDataIntoChunks.html +1 -1
- package/docs/functions/SaveBodyChunks.DecompressChunks.html +1 -1
- package/docs/functions/SaveBodyValidation.Parse.html +1 -1
- package/docs/functions/SaveBodyValidation.Serialize.html +1 -1
- package/docs/functions/SetProperty.Parse.html +1 -1
- package/docs/functions/SetProperty.Serialize.html +1 -1
- package/docs/functions/SingleProperty.Parse.html +1 -1
- package/docs/functions/SingleProperty.ReadValue.html +1 -1
- package/docs/functions/SingleProperty.Serialize.html +1 -1
- package/docs/functions/SingleProperty.SerializeValue.html +1 -1
- package/docs/functions/SoftObjectProperty.Parse.html +1 -1
- package/docs/functions/SoftObjectProperty.ReadValue.html +1 -1
- package/docs/functions/SoftObjectProperty.Serialize.html +1 -1
- package/docs/functions/SoftObjectProperty.SerializeValue.html +1 -1
- package/docs/functions/SoftObjectReference.read.html +1 -1
- package/docs/functions/SoftObjectReference.write.html +1 -1
- package/docs/functions/SpecialDroneActionProperties.Parse.html +1 -1
- package/docs/functions/SpecialDroneActionProperties.Serialize.html +1 -1
- package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
- package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
- package/docs/functions/StrProperty.Parse.html +1 -1
- package/docs/functions/StrProperty.ReadValue.html +1 -1
- package/docs/functions/StrProperty.Serialize.html +1 -1
- package/docs/functions/StrProperty.SerializeValue.html +1 -1
- package/docs/functions/StructProperty.Parse.html +1 -1
- package/docs/functions/StructProperty.ParseValue.html +1 -1
- package/docs/functions/StructProperty.Serialize.html +1 -1
- package/docs/functions/StructProperty.SerializeValue.html +1 -1
- package/docs/functions/TOCBlob.Read.html +1 -1
- package/docs/functions/TOCBlob.ReadNObjectHeaders.html +1 -1
- package/docs/functions/TOCBlob.SerializeAllObjectHeaders.html +1 -1
- package/docs/functions/TOCBlob.SkipOver.html +1 -1
- package/docs/functions/TOCBlob.Write.html +1 -1
- package/docs/functions/TextProperty.Parse.html +1 -1
- package/docs/functions/TextProperty.ReadValue.html +1 -1
- package/docs/functions/TextProperty.Serialize.html +1 -1
- package/docs/functions/TextProperty.SerializeValue.html +1 -1
- package/docs/functions/Transform.Parse.html +1 -1
- package/docs/functions/Transform.ParseF.html +1 -1
- package/docs/functions/Transform.Serialize.html +1 -1
- package/docs/functions/Transform.SerializeF.html +1 -1
- package/docs/functions/Uint32Property.Parse.html +1 -1
- package/docs/functions/Uint32Property.ReadValue.html +1 -1
- package/docs/functions/Uint32Property.Serialize.html +1 -1
- package/docs/functions/Uint32Property.SerializeValue.html +1 -1
- package/docs/functions/Uint64Property.Parse.html +1 -1
- package/docs/functions/Uint64Property.ReadValue.html +1 -1
- package/docs/functions/Uint64Property.Serialize.html +1 -1
- package/docs/functions/Uint64Property.SerializeValue.html +1 -1
- package/docs/functions/Uint8Property.Parse.html +1 -1
- package/docs/functions/Uint8Property.ReadValue.html +1 -1
- package/docs/functions/Uint8Property.Serialize.html +1 -1
- package/docs/functions/Uint8Property.SerializeValue.html +1 -1
- package/docs/functions/VehiclePhysicsData.Parse.html +1 -1
- package/docs/functions/VehiclePhysicsData.Serialize.html +1 -1
- package/docs/functions/VehicleSpecialProperties.Parse.html +1 -1
- package/docs/functions/VehicleSpecialProperties.Serialize.html +1 -1
- package/docs/functions/col4.ParseBGRA.html +1 -1
- package/docs/functions/col4.ParseRGBA.html +1 -1
- package/docs/functions/col4.SerializeBGRA.html +1 -1
- package/docs/functions/col4.SerializeRGBA.html +1 -1
- package/docs/functions/isArrayProperty.html +1 -1
- package/docs/functions/isBoolProperty.html +1 -1
- package/docs/functions/isBuildableSubsystemSpecialProperties.html +1 -1
- package/docs/functions/isByteProperty.html +1 -1
- package/docs/functions/isCircuitSpecialProperties.html +1 -1
- package/docs/functions/isConveyorChainActorSpecialProperties.html +1 -1
- package/docs/functions/isConveyorSpecialProperties.html +1 -1
- package/docs/functions/isDoubleProperty.html +1 -1
- package/docs/functions/isEmptySpecialProperties.html +1 -1
- package/docs/functions/isEnumProperty.html +1 -1
- package/docs/functions/isFloatProperty.html +1 -1
- package/docs/functions/isInt64Property.html +1 -1
- package/docs/functions/isInt8Property.html +1 -1
- package/docs/functions/isIntProperty.html +1 -1
- package/docs/functions/isInterfaceProperty.html +1 -1
- package/docs/functions/isMapProperty.html +1 -1
- package/docs/functions/isNameProperty.html +1 -1
- package/docs/functions/isObjectProperty.html +1 -1
- package/docs/functions/isObjectsListSpecialProperties.html +1 -1
- package/docs/functions/isPlayerSpecialProperties.html +1 -1
- package/docs/functions/isPowerLineSpecialProperties.html +1 -1
- package/docs/functions/isSaveComponent.html +1 -1
- package/docs/functions/isSaveEntity.html +1 -1
- package/docs/functions/isSetProperty.html +1 -1
- package/docs/functions/isSingleProperty.html +1 -1
- package/docs/functions/isSoftObjectProperty.html +1 -1
- package/docs/functions/isSpecialDroneActionProperties.html +1 -1
- package/docs/functions/isStrProperty.html +1 -1
- package/docs/functions/isStructProperty.html +1 -1
- package/docs/functions/isTextProperty.html +1 -1
- package/docs/functions/isUInt64Property.html +1 -1
- package/docs/functions/isUint32Property.html +1 -1
- package/docs/functions/isUint8Property.html +1 -1
- package/docs/functions/isVehicleSpecialProperties.html +1 -1
- package/docs/functions/vec2.Parse.html +1 -1
- package/docs/functions/vec2.ParseF.html +1 -1
- package/docs/functions/vec2.Serialize.html +1 -1
- package/docs/functions/vec2.SerializeF.html +1 -1
- package/docs/functions/vec3.Parse.html +1 -1
- package/docs/functions/vec3.ParseF.html +1 -1
- package/docs/functions/vec3.ParseInt.html +1 -1
- package/docs/functions/vec3.Serialize.html +1 -1
- package/docs/functions/vec3.SerializeF.html +1 -1
- package/docs/functions/vec3.SerializeInt.html +1 -1
- package/docs/functions/vec3.add.html +1 -1
- package/docs/functions/vec3.length.html +1 -1
- package/docs/functions/vec3.mult.html +1 -1
- package/docs/functions/vec3.norm.html +1 -1
- package/docs/functions/vec3.sub.html +1 -1
- package/docs/functions/vec4.Parse.html +1 -1
- package/docs/functions/vec4.ParseF.html +1 -1
- package/docs/functions/vec4.Serialize.html +1 -1
- package/docs/functions/vec4.SerializeF.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/BinaryOperable.html +2 -2
- package/docs/interfaces/BinaryReadable.html +2 -2
- package/docs/interfaces/BinaryWritable.html +2 -2
- package/docs/interfaces/Blueprint.html +2 -2
- package/docs/interfaces/BlueprintConfig.html +4 -4
- package/docs/interfaces/SaveComponentHeader.html +2 -2
- package/docs/interfaces/SaveEntityHeader.html +2 -2
- package/docs/interfaces/SaveObjectHeader.html +2 -2
- package/docs/modules/FConveyorBeltItem.html +1 -0
- package/docs/modules/FConveyorChainSplineSegment.html +1 -0
- package/docs/modules/FInventoryItem.html +1 -0
- package/docs/modules.html +1 -1
- package/docs/types/AbstractBaseProperty.html +2 -2
- package/docs/types/ArrayProperty.html +1 -1
- package/docs/types/BasicMultipleStructPropertyValue.html +2 -2
- package/docs/types/BasicStructPropertyValue.html +2 -2
- package/docs/types/BlueprintHeader.html +2 -2
- package/docs/types/BlueprintReaderWriterContext.html +2 -2
- package/docs/types/BoolArrayProperty.html +1 -1
- package/docs/types/BoolProperty.html +1 -1
- package/docs/types/BoxStructPropertyValue.html +2 -2
- package/docs/types/BuildableSubsystemSpecialProperties.html +2 -2
- package/docs/types/BuildableTypeInstance.html +2 -2
- package/docs/types/ByteArrayProperty.html +1 -1
- package/docs/types/ByteProperty.html +1 -1
- package/docs/types/BytePropertyValue.html +2 -2
- package/docs/types/ChunkCompressionInfo.html +2 -2
- package/docs/types/ChunkSummary.html +2 -2
- package/docs/types/CircuitSpecialProperties.html +2 -2
- package/docs/types/ConveyorChainActorSpecialProperties.html +2 -2
- package/docs/types/ConveyorSpecialProperties.html +2 -2
- package/docs/types/DoubleArrayProperty.html +1 -1
- package/docs/types/DoubleProperty.html +1 -1
- package/docs/types/DynamicStructPropertyValue.html +2 -2
- package/docs/types/EmptySpecialProperties.html +2 -2
- package/docs/types/EnumArrayProperty.html +1 -1
- package/docs/types/EnumProperty.html +1 -1
- package/docs/types/FClientIdentityInfo.html +2 -2
- package/docs/types/FColor.html +1 -1
- package/docs/types/FConveyorBeltItem.html +3 -0
- package/docs/types/FConveyorChainSplineSegment.html +10 -0
- package/docs/types/FCustomVersion.html +2 -2
- package/docs/types/FCustomVersionContainer.html +2 -2
- package/docs/types/FEngineVersion.html +2 -2
- package/docs/types/FGDynamicStruct.html +2 -2
- package/docs/types/FICFrameRange.html +2 -2
- package/docs/types/FICFrameRangeStructPropertyValue.html +2 -2
- package/docs/types/FINGPUT1BufferPixel.html +2 -2
- package/docs/types/FINItemStateFileSystem.html +1 -1
- package/docs/types/FINLuaRuntimePersistenceState.html +2 -2
- package/docs/types/FINNetworkTrace.html +2 -2
- package/docs/types/FIRInstancedStruct.html +1 -1
- package/docs/types/FInventoryItem.html +4 -0
- package/docs/types/FLBBalancerIndexing.html +2 -2
- package/docs/types/FLinearColor.html +1 -1
- package/docs/types/FLocalUserNetIdBundle.html +2 -2
- package/docs/types/FPackageFileVersion.html +2 -2
- package/docs/types/FPlayerInfoHandle.html +2 -2
- package/docs/types/FPropertyTag.html +2 -2
- package/docs/types/FPropertyTagNode.html +2 -2
- package/docs/types/FSaveObjectVersionData.html +2 -2
- package/docs/types/FUniqueNetIdRepl.html +2 -2
- package/docs/types/FloatArrayProperty.html +1 -1
- package/docs/types/FloatProperty.html +1 -1
- package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
- package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
- package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
- package/docs/types/GUID.html +1 -1
- package/docs/types/Grids.html +1 -1
- package/docs/types/HierarchyVersion.html +2 -2
- package/docs/types/Int64ArrayProperty.html +1 -1
- package/docs/types/Int64Property.html +1 -1
- package/docs/types/Int8Property.html +1 -1
- package/docs/types/IntArrayProperty.html +1 -1
- package/docs/types/IntProperty.html +1 -1
- package/docs/types/IntSetProperty.html +1 -1
- package/docs/types/InterfaceArrayProperty.html +1 -1
- package/docs/types/InterfaceProperty.html +1 -1
- package/docs/types/LBBalancerIndexing.html +2 -2
- package/docs/types/Level.html +2 -2
- package/docs/types/LevelToDestroyedActorsMap.html +1 -1
- package/docs/types/Levels.html +1 -1
- package/docs/types/MD5Hash.html +2 -2
- package/docs/types/MapProperty.html +1 -1
- package/docs/types/ModData.html +2 -2
- package/docs/types/NameProperty.html +1 -1
- package/docs/types/NameSetProperty.html +1 -1
- package/docs/types/ObjectArrayProperty.html +1 -1
- package/docs/types/ObjectProperty.html +1 -1
- package/docs/types/ObjectReference.html +2 -2
- package/docs/types/ObjectSetProperty.html +1 -1
- package/docs/types/ObjectsListSpecialProperties.html +2 -2
- package/docs/types/OptionalGUID.html +1 -1
- package/docs/types/PlayerSpecialProperties.html +2 -2
- package/docs/types/PowerLineSpecialProperties.html +2 -2
- package/docs/types/PropertiesMap.html +1 -1
- package/docs/types/RailroadTrackPositionStructPropertyValue.html +2 -2
- package/docs/types/ReaderWriterContext.html +1 -1
- package/docs/types/RoughSaveVersion.html +1 -1
- package/docs/types/SatisfactoryModMetadata.html +2 -2
- package/docs/types/SatisfactorySaveHeader.html +2 -2
- package/docs/types/SaveBodyChunks.html +2 -2
- package/docs/types/SaveBodyValidation.html +2 -2
- package/docs/types/SaveReaderWriterContext.html +2 -2
- package/docs/types/SetProperty.html +1 -1
- package/docs/types/SingleProperty.html +1 -1
- package/docs/types/SoftObjectArrayProperty.html +1 -1
- package/docs/types/SoftObjectProperty.html +1 -1
- package/docs/types/SoftObjectReference.html +2 -2
- package/docs/types/SpecialDroneAction.html +2 -2
- package/docs/types/SpecialDroneActionProperties.html +2 -2
- package/docs/types/SpecialProperties.AvailableSpecialPropertiesTypes.html +1 -1
- package/docs/types/StrArrayProperty.html +1 -1
- package/docs/types/StrProperty.html +1 -1
- package/docs/types/StrSetProperty.html +1 -1
- package/docs/types/StructArrayProperty.html +1 -1
- package/docs/types/StructProperty.html +1 -1
- package/docs/types/StructSetProperty.html +1 -1
- package/docs/types/TextArrayProperty.html +1 -1
- package/docs/types/TextProperty.html +1 -1
- package/docs/types/TextPropertyValue.html +2 -2
- package/docs/types/Transform.html +2 -2
- package/docs/types/Uint32Property.html +1 -1
- package/docs/types/Uint32SetProperty.html +1 -1
- package/docs/types/Uint64Property.html +1 -1
- package/docs/types/Uint8Property.html +1 -1
- package/docs/types/VehiclePhysicsData.html +2 -2
- package/docs/types/VehicleSpecialProperties.html +2 -2
- package/docs/types/col4.html +2 -2
- package/docs/types/vec2.html +2 -2
- package/docs/types/vec3.html +1 -1
- package/docs/types/vec4.html +1 -1
- package/docs/variables/DEFAULT_SATISFACTORY_CHUNK_HEADER_SIZE.html +1 -1
- package/docs/variables/EDIT.html +1 -1
- package/docs/variables/FINItemStateFileSystem.ExactStructReference.html +1 -1
- package/docs/variables/SaveBodyChunks.HEADER_V1.html +1 -1
- package/docs/variables/SaveBodyChunks.HEADER_V2.html +1 -1
- package/docs/variables/isBoolArrayProperty.html +1 -1
- package/docs/variables/isByteArrayProperty.html +1 -1
- package/docs/variables/isDoubleArrayProperty.html +1 -1
- package/docs/variables/isEnumArrayProperty.html +1 -1
- package/docs/variables/isFloatArrayProperty.html +1 -1
- package/docs/variables/isInt64ArrayProperty.html +1 -1
- package/docs/variables/isIntArrayProperty.html +1 -1
- package/docs/variables/isIntSetProperty.html +1 -1
- package/docs/variables/isInterfaceArrayProperty.html +1 -1
- package/docs/variables/isNameSetProperty.html +1 -1
- package/docs/variables/isObjectArrayProperty.html +1 -1
- package/docs/variables/isObjectSetProperty.html +1 -1
- package/docs/variables/isSoftObjectArrayProperty.html +1 -1
- package/docs/variables/isStrArrayProperty.html +1 -1
- package/docs/variables/isStrSetProperty.html +1 -1
- package/docs/variables/isStructArrayPRoperty.html +1 -1
- package/docs/variables/isStructSetProperty.html +1 -1
- package/docs/variables/isTextArrayProperty.html +1 -1
- package/docs/variables/isUint32SetProperty.html +1 -1
- package/package.json +1 -1
- package/docs/types/ConveyorChainSegmentSpecialProperties.html +0 -10
- package/docs/types/ConveyorItemSpecialProperties.html +0 -3
- package/docs/types/InventoryItemStructPropertyValue.html +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
Make sure to use the same version for parsing and serializing saves, if possible.
|
|
3
3
|
|
|
4
|
+
### [4.1.1] (2026-04-25)
|
|
5
|
+
### Bugfix
|
|
6
|
+
* Barrel file included jest/test files, which it shouldnt.
|
|
7
|
+
|
|
8
|
+
### [4.1.0] (2026-04-25)
|
|
9
|
+
### Bugfix
|
|
10
|
+
* The state of inventory items and items on belts wasn't quite correct. Like the chainsaw stores energy value in its state.
|
|
11
|
+
* Items on belts referenced by `ConvyorChainActor`s had wrong positions/offsets. Because they were read as int32 instead of float32.
|
|
12
|
+
|
|
4
13
|
### [4.0.2] (2026-04-23)
|
|
5
14
|
### Bugfix
|
|
6
15
|
* StructProperty had `subtype` in typescript definition, even tho it is no longer filled.
|
package/build/index.d.ts
CHANGED
|
@@ -75,9 +75,12 @@ export * from "./parser/satisfactory/types/property/special/SpecialProperties";
|
|
|
75
75
|
export * from "./parser/satisfactory/types/property/special/VehicleSpecialProperties";
|
|
76
76
|
export * from "./parser/satisfactory/types/structs/binary/FClientIdentityInfo";
|
|
77
77
|
export * from "./parser/satisfactory/types/structs/binary/FColor";
|
|
78
|
+
export * from "./parser/satisfactory/types/structs/binary/FConveyorBeltItem";
|
|
79
|
+
export * from "./parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment";
|
|
78
80
|
export * from "./parser/satisfactory/types/structs/binary/FCustomVersion";
|
|
79
81
|
export * from "./parser/satisfactory/types/structs/binary/FCustomVersionContainer";
|
|
80
82
|
export * from "./parser/satisfactory/types/structs/binary/FEngineVersion";
|
|
83
|
+
export * from "./parser/satisfactory/types/structs/binary/FInventoryItem";
|
|
81
84
|
export * from "./parser/satisfactory/types/structs/binary/FLinearColor";
|
|
82
85
|
export * from "./parser/satisfactory/types/structs/binary/FLocalUserNetIdBundle";
|
|
83
86
|
export * from "./parser/satisfactory/types/structs/binary/FPackageFileVersion";
|
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,wCAAwC,CAAC;AACvD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,kDAAkD,CAAC;AACjE,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,kDAAkD,CAAC;AACjE,cAAc,iDAAiD,CAAC;AAChE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,wDAAwD,CAAC;AACvE,cAAc,kCAAkC,CAAC;AACjD,cAAc,0DAA0D,CAAC;AACzE,cAAc,mDAAmD,CAAC;AAClE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mDAAmD,CAAC;AAClE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,mEAAmE,CAAC;AAClF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,uEAAuE,CAAC;AACtF,cAAc,oFAAoF,CAAC;AACnG,cAAc,qEAAqE,CAAC;AACpF,cAAc,qEAAqE,CAAC;AACpF,cAAc,kFAAkF,CAAC;AACjG,cAAc,wEAAwE,CAAC;AACvF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,iEAAiE,CAAC;AAChF,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,qDAAqD,CAAC;AACpE,cAAc,kFAAkF,CAAC;AACjG,cAAc,uEAAuE,CAAC;AACtF,cAAc,kFAAkF,CAAC;AACjG,cAAc,wEAAwE,CAAC;AACvF,cAAc,qEAAqE,CAAC;AACpF,cAAc,2EAA2E,CAAC;AAC1F,cAAc,sEAAsE,CAAC;AACrF,cAAc,yEAAyE,CAAC;AACxF,cAAc,sFAAsF,CAAC;AACrG,cAAc,2EAA2E,CAAC;AAC1F,cAAc,gEAAgE,CAAC;AAC/E,cAAc,uEAAuE,CAAC;AACtF,cAAc,gEAAgE,CAAC;AAC/E,cAAc,mDAAmD,CAAC;AAClE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,wEAAwE,CAAC;AACvF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,oEAAoE,CAAC;AACnF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,yDAAyD,CAAC;AACxE,cAAc,kEAAkE,CAAC;AACjF,cAAc,gEAAgE,CAAC;AAC/E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,yDAAyD,CAAC;AACxE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,mEAAmE,CAAC;AAClF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,iDAAiD,CAAC;AAChE,cAAc,+DAA+D,CAAC;AAC9E,cAAc,0CAA0C,CAAC;AACzD,cAAc,gEAAgE,CAAC;AAC/E,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kEAAkE,CAAC;AACjF,cAAc,6EAA6E,CAAC;AAC5F,cAAc,gFAAgF,CAAC;AAC/F,cAAc,uFAAuF,CAAC;AACtG,cAAc,yEAAyE,CAAC;AACxF,cAAc,mFAAmF,CAAC;AAClG,cAAc,qDAAqD,CAAC;AACpE,cAAc,wDAAwD,CAAC;AACvE,cAAc,yDAAyD,CAAC;AACxE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wDAAwD,CAAC;AACvE,cAAc,iDAAiD,CAAC;AAChE,cAAc,yCAAyC,CAAC;AACxD,cAAc,sDAAsD,CAAC"}
|
package/build/index.js
CHANGED
|
@@ -91,9 +91,12 @@ __exportStar(require("./parser/satisfactory/types/property/special/SpecialProper
|
|
|
91
91
|
__exportStar(require("./parser/satisfactory/types/property/special/VehicleSpecialProperties"), exports);
|
|
92
92
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FClientIdentityInfo"), exports);
|
|
93
93
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FColor"), exports);
|
|
94
|
+
__exportStar(require("./parser/satisfactory/types/structs/binary/FConveyorBeltItem"), exports);
|
|
95
|
+
__exportStar(require("./parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment"), exports);
|
|
94
96
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FCustomVersion"), exports);
|
|
95
97
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FCustomVersionContainer"), exports);
|
|
96
98
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FEngineVersion"), exports);
|
|
99
|
+
__exportStar(require("./parser/satisfactory/types/structs/binary/FInventoryItem"), exports);
|
|
97
100
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FLinearColor"), exports);
|
|
98
101
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FLocalUserNetIdBundle"), exports);
|
|
99
102
|
__exportStar(require("./parser/satisfactory/types/structs/binary/FPackageFileVersion"), exports);
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,+DAA6C;AAC7C,0EAAwD;AACxD,0EAAwD;AACxD,0EAAwD;AACxD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,gFAA8D;AAC9D,yEAAuD;AACvD,8DAA4C;AAC5C,kDAAgC;AAChC,mFAAiE;AACjE,2FAAyE;AACzE,mFAAiE;AACjE,2FAAyE;AACzE,mFAAiE;AACjE,mFAAiE;AACjE,kFAAgE;AAChE,4EAA0D;AAC1D,uEAAqD;AACrD,yFAAuE;AACvE,mEAAiD;AACjD,2FAAyE;AACzE,oFAAkE;AAClE,+EAA6D;AAC7D,sFAAoE;AACpE,8EAA4D;AAC5D,iFAA+D;AAC/D,8EAA4D;AAC5D,yEAAuD;AACvD,yEAAuD;AACvD,wEAAsD;AACtD,sEAAoD;AACpD,oFAAkE;AAClE,iFAA+D;AAC/D,iFAA+D;AAC/D,oGAAkF;AAClF,4FAA0E;AAC1E,4FAA0E;AAC1E,wGAAsF;AACtF,qHAAmG;AACnG,sGAAoF;AACpF,sGAAoF;AACpF,mHAAiG;AACjG,yGAAuF;AACvF,8FAA4E;AAC5E,4FAA0E;AAC1E,6FAA2E;AAC3E,6FAA2E;AAC3E,4FAA0E;AAC1E,iGAA+E;AAC/E,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,kGAAgF;AAChF,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,6FAA2E;AAC3E,sFAAoE;AACpE,mHAAiG;AACjG,wGAAsF;AACtF,mHAAiG;AACjG,yGAAuF;AACvF,sGAAoF;AACpF,4GAA0F;AAC1F,uGAAqF;AACrF,0GAAwF;AACxF,uHAAqG;AACrG,4GAA0F;AAC1F,iGAA+E;AAC/E,wGAAsF;AACtF,iGAA+E;AAC/E,oFAAkE;AAClE,4FAA0E;AAC1E,qGAAmF;AACnF,4FAA0E;AAC1E,0FAAwE;AACxE,mGAAiF;AACjF,iGAA+E;AAC/E,+FAA6E;AAC7E,0FAAwE;AACxE,8FAA4E;AAC5E,oGAAkF;AAClF,8FAA4E;AAC5E,kFAAgE;AAChE,gGAA8E;AAC9E,2EAAyD;AACzD,iGAA+E;AAC/E,sFAAoE;AACpE,+EAA6D;AAC7D,8EAA4D;AAC5D,mGAAiF;AACjF,8GAA4F;AAC5F,iHAA+F;AAC/F,wHAAsG;AACtG,0GAAwF;AACxF,oHAAkG;AAClG,sFAAoE;AACpE,yFAAuE;AACvE,0FAAwE;AACxE,gFAA8D;AAC9D,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,yFAAuE;AACvE,kFAAgE;AAChE,0EAAwD;AACxD,uFAAqE","sourcesContent":["/**\n * @file Automatically generated by barrelsby.\n */\n\nexport * from \"./parser/byte/alignment.enum\";\nexport * from \"./parser/byte/binary-operable.interface\";\nexport * from \"./parser/byte/binary-readable.interface\";\nexport * from \"./parser/byte/binary-writable.interface\";\nexport * from \"./parser/byte/byte-reader.class\";\nexport * from \"./parser/byte/byte-writer.class\";\nexport * from \"./parser/context/context-reader\";\nexport * from \"./parser/context/context-writer\";\nexport * from \"./parser/context/hierarchical-version-context\";\nexport * from \"./parser/context/reader-writer-context\";\nexport * from \"./parser/error/parser.error\";\nexport * from \"./parser/parser\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-reader\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-writer\";\nexport * from \"./parser/satisfactory/blueprint/blueprint.types\";\nexport * from \"./parser/satisfactory/edit/edit-constants\";\nexport * from \"./parser/satisfactory/save/data-blob\";\nexport * from \"./parser/satisfactory/save/factory-game-custom-version\";\nexport * from \"./parser/satisfactory/save/level\";\nexport * from \"./parser/satisfactory/save/level-to-destroyed-actors-map\";\nexport * from \"./parser/satisfactory/save/object-references-list\";\nexport * from \"./parser/satisfactory/save/satisfactory-save\";\nexport * from \"./parser/satisfactory/save/satisfactory-save-header\";\nexport * from \"./parser/satisfactory/save/save-body-chunks\";\nexport * from \"./parser/satisfactory/save/save-custom-version\";\nexport * from \"./parser/satisfactory/save/save-header-type\";\nexport * from \"./parser/satisfactory/save/save-reader\";\nexport * from \"./parser/satisfactory/save/save-writer\";\nexport * from \"./parser/satisfactory/save/save.types\";\nexport * from \"./parser/satisfactory/save/toc-blob\";\nexport * from \"./parser/satisfactory/types/objects/SaveComponent\";\nexport * from \"./parser/satisfactory/types/objects/SaveEntity\";\nexport * from \"./parser/satisfactory/types/objects/SaveObject\";\nexport * from \"./parser/satisfactory/types/property/generic/AbstractBaseProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/BoolProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ByteProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/MapProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/StructProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/DoubleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/EnumProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/FloatProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Int64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Int8Property\";\nexport * from \"./parser/satisfactory/types/property/generic/InterfaceProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/IntProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/NameProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SingleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SoftObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/StrProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/TextProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint32Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint8Property\";\nexport * from \"./parser/satisfactory/types/property/PropertiesList\";\nexport * from \"./parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/CircuitSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/EmptySpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ObjectsListSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PlayerSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PowerLineSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/runtime-buildable-instance-data-version\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialDroneActionProperties\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/VehicleSpecialProperties\";\nexport * from \"./parser/satisfactory/types/structs/binary/FClientIdentityInfo\";\nexport * from \"./parser/satisfactory/types/structs/binary/FColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersionContainer\";\nexport * from \"./parser/satisfactory/types/structs/binary/FEngineVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLinearColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLocalUserNetIdBundle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPackageFileVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPlayerInfoHandle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTag\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTagNode\";\nexport * from \"./parser/satisfactory/types/structs/binary/FSaveObjectVersionData\";\nexport * from \"./parser/satisfactory/types/structs/binary/FUniqueNetIdRepl\";\nexport * from \"./parser/satisfactory/types/structs/binary/GUID\";\nexport * from \"./parser/satisfactory/types/structs/binary/LBBalancerIndexing\";\nexport * from \"./parser/satisfactory/types/structs/col4\";\nexport * from \"./parser/satisfactory/types/structs/DynamicStructPropertyValue\";\nexport * from \"./parser/satisfactory/types/structs/FGDynamicStruct\";\nexport * from \"./parser/satisfactory/types/structs/GUIDInfo\";\nexport * from \"./parser/satisfactory/types/structs/MD5Hash\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINGPUT1BufferPixel\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINNetworkTrace\";\nexport * from \"./parser/satisfactory/types/structs/mods/ModularLoadBalancers/FLBBalancerIndexing\";\nexport * from \"./parser/satisfactory/types/structs/ObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/SaveBodyValidation\";\nexport * from \"./parser/satisfactory/types/structs/SoftObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/Transform\";\nexport * from \"./parser/satisfactory/types/structs/vec2\";\nexport * from \"./parser/satisfactory/types/structs/vec3\";\nexport * from \"./parser/satisfactory/types/structs/vec4\";\nexport * from \"./parser/satisfactory/types/structs/VehiclePhysicsData\";\nexport * from \"./parser/stream/reworked/readable-stream-parser\";\nexport * from \"./parser/unreal-engine/ETextHistoryType\";\nexport * from \"./parser/unreal-engine/EUnrealEngineObjectUE5Version\";\n\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,+DAA6C;AAC7C,0EAAwD;AACxD,0EAAwD;AACxD,0EAAwD;AACxD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,gFAA8D;AAC9D,yEAAuD;AACvD,8DAA4C;AAC5C,kDAAgC;AAChC,mFAAiE;AACjE,2FAAyE;AACzE,mFAAiE;AACjE,2FAAyE;AACzE,mFAAiE;AACjE,mFAAiE;AACjE,kFAAgE;AAChE,4EAA0D;AAC1D,uEAAqD;AACrD,yFAAuE;AACvE,mEAAiD;AACjD,2FAAyE;AACzE,oFAAkE;AAClE,+EAA6D;AAC7D,sFAAoE;AACpE,8EAA4D;AAC5D,iFAA+D;AAC/D,8EAA4D;AAC5D,yEAAuD;AACvD,yEAAuD;AACvD,wEAAsD;AACtD,sEAAoD;AACpD,oFAAkE;AAClE,iFAA+D;AAC/D,iFAA+D;AAC/D,oGAAkF;AAClF,4FAA0E;AAC1E,4FAA0E;AAC1E,wGAAsF;AACtF,qHAAmG;AACnG,sGAAoF;AACpF,sGAAoF;AACpF,mHAAiG;AACjG,yGAAuF;AACvF,8FAA4E;AAC5E,4FAA0E;AAC1E,6FAA2E;AAC3E,6FAA2E;AAC3E,4FAA0E;AAC1E,iGAA+E;AAC/E,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,kGAAgF;AAChF,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,6FAA2E;AAC3E,sFAAoE;AACpE,mHAAiG;AACjG,wGAAsF;AACtF,mHAAiG;AACjG,yGAAuF;AACvF,sGAAoF;AACpF,4GAA0F;AAC1F,uGAAqF;AACrF,0GAAwF;AACxF,uHAAqG;AACrG,4GAA0F;AAC1F,iGAA+E;AAC/E,wGAAsF;AACtF,iGAA+E;AAC/E,oFAAkE;AAClE,+FAA6E;AAC7E,yGAAuF;AACvF,4FAA0E;AAC1E,qGAAmF;AACnF,4FAA0E;AAC1E,4FAA0E;AAC1E,0FAAwE;AACxE,mGAAiF;AACjF,iGAA+E;AAC/E,+FAA6E;AAC7E,0FAAwE;AACxE,8FAA4E;AAC5E,oGAAkF;AAClF,8FAA4E;AAC5E,kFAAgE;AAChE,gGAA8E;AAC9E,2EAAyD;AACzD,iGAA+E;AAC/E,sFAAoE;AACpE,+EAA6D;AAC7D,8EAA4D;AAC5D,mGAAiF;AACjF,8GAA4F;AAC5F,iHAA+F;AAC/F,wHAAsG;AACtG,0GAAwF;AACxF,oHAAkG;AAClG,sFAAoE;AACpE,yFAAuE;AACvE,0FAAwE;AACxE,gFAA8D;AAC9D,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,yFAAuE;AACvE,kFAAgE;AAChE,0EAAwD;AACxD,uFAAqE","sourcesContent":["/**\n * @file Automatically generated by barrelsby.\n */\n\nexport * from \"./parser/byte/alignment.enum\";\nexport * from \"./parser/byte/binary-operable.interface\";\nexport * from \"./parser/byte/binary-readable.interface\";\nexport * from \"./parser/byte/binary-writable.interface\";\nexport * from \"./parser/byte/byte-reader.class\";\nexport * from \"./parser/byte/byte-writer.class\";\nexport * from \"./parser/context/context-reader\";\nexport * from \"./parser/context/context-writer\";\nexport * from \"./parser/context/hierarchical-version-context\";\nexport * from \"./parser/context/reader-writer-context\";\nexport * from \"./parser/error/parser.error\";\nexport * from \"./parser/parser\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-reader\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-writer\";\nexport * from \"./parser/satisfactory/blueprint/blueprint.types\";\nexport * from \"./parser/satisfactory/edit/edit-constants\";\nexport * from \"./parser/satisfactory/save/data-blob\";\nexport * from \"./parser/satisfactory/save/factory-game-custom-version\";\nexport * from \"./parser/satisfactory/save/level\";\nexport * from \"./parser/satisfactory/save/level-to-destroyed-actors-map\";\nexport * from \"./parser/satisfactory/save/object-references-list\";\nexport * from \"./parser/satisfactory/save/satisfactory-save\";\nexport * from \"./parser/satisfactory/save/satisfactory-save-header\";\nexport * from \"./parser/satisfactory/save/save-body-chunks\";\nexport * from \"./parser/satisfactory/save/save-custom-version\";\nexport * from \"./parser/satisfactory/save/save-header-type\";\nexport * from \"./parser/satisfactory/save/save-reader\";\nexport * from \"./parser/satisfactory/save/save-writer\";\nexport * from \"./parser/satisfactory/save/save.types\";\nexport * from \"./parser/satisfactory/save/toc-blob\";\nexport * from \"./parser/satisfactory/types/objects/SaveComponent\";\nexport * from \"./parser/satisfactory/types/objects/SaveEntity\";\nexport * from \"./parser/satisfactory/types/objects/SaveObject\";\nexport * from \"./parser/satisfactory/types/property/generic/AbstractBaseProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/BoolProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ByteProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/MapProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/StructProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/DoubleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/EnumProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/FloatProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Int64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Int8Property\";\nexport * from \"./parser/satisfactory/types/property/generic/InterfaceProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/IntProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/NameProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SingleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SoftObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/StrProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/TextProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint32Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint8Property\";\nexport * from \"./parser/satisfactory/types/property/PropertiesList\";\nexport * from \"./parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/CircuitSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/EmptySpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ObjectsListSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PlayerSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PowerLineSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/runtime-buildable-instance-data-version\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialDroneActionProperties\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/VehicleSpecialProperties\";\nexport * from \"./parser/satisfactory/types/structs/binary/FClientIdentityInfo\";\nexport * from \"./parser/satisfactory/types/structs/binary/FColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FConveyorBeltItem\";\nexport * from \"./parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersionContainer\";\nexport * from \"./parser/satisfactory/types/structs/binary/FEngineVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FInventoryItem\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLinearColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLocalUserNetIdBundle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPackageFileVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPlayerInfoHandle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTag\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTagNode\";\nexport * from \"./parser/satisfactory/types/structs/binary/FSaveObjectVersionData\";\nexport * from \"./parser/satisfactory/types/structs/binary/FUniqueNetIdRepl\";\nexport * from \"./parser/satisfactory/types/structs/binary/GUID\";\nexport * from \"./parser/satisfactory/types/structs/binary/LBBalancerIndexing\";\nexport * from \"./parser/satisfactory/types/structs/col4\";\nexport * from \"./parser/satisfactory/types/structs/DynamicStructPropertyValue\";\nexport * from \"./parser/satisfactory/types/structs/FGDynamicStruct\";\nexport * from \"./parser/satisfactory/types/structs/GUIDInfo\";\nexport * from \"./parser/satisfactory/types/structs/MD5Hash\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINGPUT1BufferPixel\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINNetworkTrace\";\nexport * from \"./parser/satisfactory/types/structs/mods/ModularLoadBalancers/FLBBalancerIndexing\";\nexport * from \"./parser/satisfactory/types/structs/ObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/SaveBodyValidation\";\nexport * from \"./parser/satisfactory/types/structs/SoftObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/Transform\";\nexport * from \"./parser/satisfactory/types/structs/vec2\";\nexport * from \"./parser/satisfactory/types/structs/vec3\";\nexport * from \"./parser/satisfactory/types/structs/vec4\";\nexport * from \"./parser/satisfactory/types/structs/VehiclePhysicsData\";\nexport * from \"./parser/stream/reworked/readable-stream-parser\";\nexport * from \"./parser/unreal-engine/ETextHistoryType\";\nexport * from \"./parser/unreal-engine/EUnrealEngineObjectUE5Version\";\n\n"]}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
import { ContextReader } from '../../../../../context/context-reader';
|
|
2
2
|
import { ContextWriter } from '../../../../../context/context-writer';
|
|
3
3
|
import { FClientIdentityInfo } from '../../../structs/binary/FClientIdentityInfo';
|
|
4
|
+
import { FInventoryItem } from '../../../structs/binary/FInventoryItem';
|
|
4
5
|
import { FPlayerInfoHandle } from '../../../structs/binary/FPlayerInfoHandle';
|
|
5
6
|
import { FPropertyTag } from '../../../structs/binary/FPropertyTag';
|
|
6
7
|
import { FPropertyTagNode } from '../../../structs/binary/FPropertyTagNode';
|
|
7
8
|
import { FUniqueNetIdRepl } from '../../../structs/binary/FUniqueNetIdRepl';
|
|
8
9
|
import { col4 } from '../../../structs/col4';
|
|
9
10
|
import { DynamicStructPropertyValue } from '../../../structs/DynamicStructPropertyValue';
|
|
10
|
-
import { FGDynamicStruct } from '../../../structs/FGDynamicStruct';
|
|
11
11
|
import { FINGPUT1BufferPixel } from '../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel';
|
|
12
12
|
import { FINLuaRuntimePersistenceState } from '../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState';
|
|
13
13
|
import { FINNetworkTrace } from '../../../structs/mods/FicsItNetworks/FINNetworkTrace';
|
|
14
14
|
import { FLBBalancerIndexing } from '../../../structs/mods/ModularLoadBalancers/FLBBalancerIndexing';
|
|
15
|
-
import { ObjectReference } from '../../../structs/ObjectReference';
|
|
16
15
|
import { vec2 } from '../../../structs/vec2';
|
|
17
16
|
import { vec3 } from '../../../structs/vec3';
|
|
18
17
|
import { vec4 } from '../../../structs/vec4';
|
|
@@ -34,16 +33,11 @@ export type RailroadTrackPositionStructPropertyValue = {
|
|
|
34
33
|
offset: number;
|
|
35
34
|
forward: number;
|
|
36
35
|
};
|
|
37
|
-
export type InventoryItemStructPropertyValue = {
|
|
38
|
-
itemReference: ObjectReference;
|
|
39
|
-
itemState?: FGDynamicStruct;
|
|
40
|
-
legacyItemStateActor?: ObjectReference;
|
|
41
|
-
};
|
|
42
36
|
export type FICFrameRangeStructPropertyValue = {
|
|
43
37
|
begin: string;
|
|
44
38
|
end: string;
|
|
45
39
|
};
|
|
46
|
-
export type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue |
|
|
40
|
+
export type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue | FInventoryItem | FICFrameRangeStructPropertyValue | FClientIdentityInfo | DynamicStructPropertyValue | col4 | vec2 | vec3 | vec4 | string | FINNetworkTrace | FINGPUT1BufferPixel | FLBBalancerIndexing | FINLuaRuntimePersistenceState | FUniqueNetIdRepl | FPlayerInfoHandle;
|
|
47
41
|
export declare const isStructProperty: (property: any) => property is StructProperty;
|
|
48
42
|
export type StructProperty = AbstractBaseProperty & {
|
|
49
43
|
type: 'StructProperty';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StructProperty.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;
|
|
1
|
+
{"version":3,"file":"StructProperty.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,18 +4,17 @@ exports.StructProperty = exports.isStructProperty = void 0;
|
|
|
4
4
|
const save_custom_version_1 = require("../../../../save/save-custom-version");
|
|
5
5
|
const FClientIdentityInfo_1 = require("../../../structs/binary/FClientIdentityInfo");
|
|
6
6
|
const FColor_1 = require("../../../structs/binary/FColor");
|
|
7
|
+
const FInventoryItem_1 = require("../../../structs/binary/FInventoryItem");
|
|
7
8
|
const FLinearColor_1 = require("../../../structs/binary/FLinearColor");
|
|
8
9
|
const FPlayerInfoHandle_1 = require("../../../structs/binary/FPlayerInfoHandle");
|
|
9
10
|
const FUniqueNetIdRepl_1 = require("../../../structs/binary/FUniqueNetIdRepl");
|
|
10
11
|
const GUID_1 = require("../../../structs/binary/GUID");
|
|
11
12
|
const DynamicStructPropertyValue_1 = require("../../../structs/DynamicStructPropertyValue");
|
|
12
|
-
const FGDynamicStruct_1 = require("../../../structs/FGDynamicStruct");
|
|
13
13
|
const FICFrameRange_1 = require("../../../structs/mods/FicsItCam/FICFrameRange");
|
|
14
14
|
const FINGPUT1BufferPixel_1 = require("../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel");
|
|
15
15
|
const FINLuaRuntimePersistenceState_1 = require("../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState");
|
|
16
16
|
const FINNetworkTrace_1 = require("../../../structs/mods/FicsItNetworks/FINNetworkTrace");
|
|
17
17
|
const FLBBalancerIndexing_1 = require("../../../structs/mods/ModularLoadBalancers/FLBBalancerIndexing");
|
|
18
|
-
const ObjectReference_1 = require("../../../structs/ObjectReference");
|
|
19
18
|
const vec2_1 = require("../../../structs/vec2");
|
|
20
19
|
const vec3_1 = require("../../../structs/vec3");
|
|
21
20
|
const vec4_1 = require("../../../structs/vec4");
|
|
@@ -90,16 +89,7 @@ var StructProperty;
|
|
|
90
89
|
value = FClientIdentityInfo_1.FClientIdentityInfo.read(reader);
|
|
91
90
|
break;
|
|
92
91
|
case 'InventoryItem':
|
|
93
|
-
|
|
94
|
-
value = {
|
|
95
|
-
itemReference: ObjectReference_1.ObjectReference.read(reader)
|
|
96
|
-
};
|
|
97
|
-
if (reader.context.saveVersion.object >= save_custom_version_1.SaveCustomVersion.RefactoredInventoryItemState) {
|
|
98
|
-
value.itemState = FGDynamicStruct_1.FGDynamicStruct.Parse(reader);
|
|
99
|
-
}
|
|
100
|
-
else {
|
|
101
|
-
value.legacyItemStateActor = ObjectReference_1.ObjectReference.read(reader);
|
|
102
|
-
}
|
|
92
|
+
value = FInventoryItem_1.FInventoryItem.read(reader);
|
|
103
93
|
break;
|
|
104
94
|
case 'FluidBox':
|
|
105
95
|
value = {
|
|
@@ -217,14 +207,7 @@ var StructProperty;
|
|
|
217
207
|
FClientIdentityInfo_1.FClientIdentityInfo.write(writer, value);
|
|
218
208
|
break;
|
|
219
209
|
case 'InventoryItem':
|
|
220
|
-
|
|
221
|
-
ObjectReference_1.ObjectReference.write(writer, value.itemReference);
|
|
222
|
-
if (writer.context.saveVersion.object >= save_custom_version_1.SaveCustomVersion.RefactoredInventoryItemState) {
|
|
223
|
-
FGDynamicStruct_1.FGDynamicStruct.Serialize(writer, value.itemState);
|
|
224
|
-
}
|
|
225
|
-
else {
|
|
226
|
-
ObjectReference_1.ObjectReference.write(writer, value.legacyItemStateActor);
|
|
227
|
-
}
|
|
210
|
+
FInventoryItem_1.FInventoryItem.write(writer, value);
|
|
228
211
|
break;
|
|
229
212
|
case 'FluidBox':
|
|
230
213
|
value = value;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StructProperty.js","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":"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","sourcesContent":["import { ContextReader } from '../../../../../context/context-reader';\nimport { ContextWriter } from '../../../../../context/context-writer';\nimport { SaveCustomVersion } from '../../../../save/save-custom-version';\nimport { FClientIdentityInfo } from '../../../structs/binary/FClientIdentityInfo';\nimport { FColor } from '../../../structs/binary/FColor';\nimport { FLinearColor } from '../../../structs/binary/FLinearColor';\nimport { FPlayerInfoHandle } from '../../../structs/binary/FPlayerInfoHandle';\nimport { FPropertyTag } from '../../../structs/binary/FPropertyTag';\nimport { FPropertyTagNode } from '../../../structs/binary/FPropertyTagNode';\nimport { FUniqueNetIdRepl } from '../../../structs/binary/FUniqueNetIdRepl';\nimport { GUID } from '../../../structs/binary/GUID';\nimport { col4 } from '../../../structs/col4';\nimport { DynamicStructPropertyValue } from '../../../structs/DynamicStructPropertyValue';\nimport { FGDynamicStruct } from '../../../structs/FGDynamicStruct';\nimport { FICFrameRange } from '../../../structs/mods/FicsItCam/FICFrameRange';\nimport { FINGPUT1BufferPixel } from '../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel';\nimport { FINLuaRuntimePersistenceState } from '../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState';\nimport { FINNetworkTrace } from '../../../structs/mods/FicsItNetworks/FINNetworkTrace';\nimport { FLBBalancerIndexing } from '../../../structs/mods/ModularLoadBalancers/FLBBalancerIndexing';\nimport { ObjectReference } from '../../../structs/ObjectReference';\nimport { vec2 } from '../../../structs/vec2';\nimport { vec3 } from '../../../structs/vec3';\nimport { vec4 } from '../../../structs/vec4';\nimport { AbstractBaseProperty } from '../AbstractBaseProperty';\n\n\nexport type BasicMultipleStructPropertyValue = {\n values: any;\n};\n\nexport type BasicStructPropertyValue = {\n value: any;\n};\n\nexport type BoxStructPropertyValue = {\n min: vec3;\n max: vec3;\n isValid: boolean;\n};\n\nexport type RailroadTrackPositionStructPropertyValue = {\n root: string;\n instanceName: string;\n offset: number;\n forward: number;\n};\n\nexport type InventoryItemStructPropertyValue = {\n itemReference: ObjectReference;\n itemState?: FGDynamicStruct;\n legacyItemStateActor?: ObjectReference;\n};\n\nexport type FICFrameRangeStructPropertyValue = {\n begin: string;\n end: string;\n};\n\nexport type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue |\n InventoryItemStructPropertyValue | FICFrameRangeStructPropertyValue | FClientIdentityInfo | DynamicStructPropertyValue | col4 | vec2 | vec3 | vec4 | string |\n FINNetworkTrace | FINGPUT1BufferPixel | FLBBalancerIndexing | FINLuaRuntimePersistenceState | FUniqueNetIdRepl | FPlayerInfoHandle;\n\nexport const isStructProperty = (property: any): property is StructProperty => !Array.isArray(property) && property.propertyTagType.name === 'StructProperty';\n\nexport type StructProperty = AbstractBaseProperty & {\n type: 'StructProperty';\n value: GENERIC_STRUCT_PROPERTY_VALUE;\n};\n\nexport namespace StructProperty {\n\n export function Parse(reader: ContextReader, property: StructProperty, tag: FPropertyTag): void {\n\n const before = reader.getBufferPosition();\n property.value = ParseValue(reader, property.propertyTagType.children[0], tag.binarySize);\n const readBytes = reader.getBufferPosition() - before;\n if (readBytes !== tag.binarySize) {\n if (tag.binarySize - readBytes === 4) {\n // U8, fine - honestly i am not sure whether this is even still relevant. with some bug fixes this most likely has been fixed.\n reader.skipBytes(tag.binarySize - readBytes);\n } else {\n throw new Error(`possibly corrupt. Read ${readBytes} for structproperty of ${JSON.stringify(property.propertyTagType.children[0].name)}, but ${tag.binarySize} were indicated.`);\n }\n }\n }\n\n export function ParseValue(reader: ContextReader, propertyTagType: FPropertyTagNode, size: number): GENERIC_STRUCT_PROPERTY_VALUE {\n\n let value: GENERIC_STRUCT_PROPERTY_VALUE;\n\n switch (propertyTagType.name) {\n case 'Color':\n value = FColor.read(reader);\n break;\n\n case 'IntPoint':\n value = reader.readInt64().toString();\n break;\n\n case 'LinearColor':\n value = FLinearColor.read(reader);\n break;\n\n case 'Vector2D':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec2.Parse(reader) : vec2.ParseF(reader);\n break;\n\n case 'Vector':\n case 'Rotator':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec3.Parse(reader) : vec3.ParseF(reader);\n break;\n\n case 'Quat':\n case 'Vector4':\n case 'Vector4D':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec4.Parse(reader) : vec4.ParseF(reader);\n break;\n\n case 'Box':\n value = ((reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? {\n min: vec3.Parse(reader),\n max: vec3.Parse(reader),\n isValid: reader.readByte() >= 1\n } : {\n min: vec3.ParseF(reader),\n max: vec3.ParseF(reader),\n isValid: reader.readByte() >= 1\n }) satisfies BoxStructPropertyValue;\n break;\n\n case 'RailroadTrackPosition':\n value = {\n root: reader.readString(),\n instanceName: reader.readString(),\n offset: reader.readFloat32(),\n forward: reader.readFloat32()\n };\n break;\n\n case 'TimerHandle':\n value = reader.readString();\n break;\n\n case 'Guid':\n value = GUID.read(reader);\n break;\n\n case 'ClientIdentityInfo':\n value = FClientIdentityInfo.read(reader);\n break;\n\n case 'InventoryItem':\n const before = reader.getBufferPosition();\n\n value = {\n itemReference: ObjectReference.read(reader)\n } satisfies InventoryItemStructPropertyValue;\n\n // inventory items have potentially an item state. but not before explicit version\n if (reader.context.saveVersion.object >= SaveCustomVersion.RefactoredInventoryItemState) {\n value.itemState = FGDynamicStruct.Parse(reader);\n } else {\n value.legacyItemStateActor = ObjectReference.read(reader);\n }\n\n break;\n\n case 'FluidBox':\n value = {\n value: reader.readFloat32()\n };\n break;\n\n case 'SlateBrush':\n value = reader.readString();\n break;\n\n case 'DateTime':\n value = reader.readInt64().toString();\n break;\n\n case 'UniqueNetIdRepl':\n value = FUniqueNetIdRepl.read(reader, size);\n break;\n\n case 'PlayerInfoHandle':\n value = FPlayerInfoHandle.read(reader);\n break;\n\n // FixsitCamera mod\n case 'FICFrameRange':\n value = FICFrameRange.read(reader);\n break;\n\n // MLB mod\n case 'LBBalancerIndexing':\n value = FLBBalancerIndexing.read(reader);\n break;\n\n // FicsIt-Networks mod\n case 'FINNetworkTrace':\n case 'FIRTrace':\n value = FINNetworkTrace.read(reader);\n break;\n\n case 'FINGPUT1BufferPixel':\n value = FINGPUT1BufferPixel.read(reader);\n break;\n\n case 'FINLuaProcessorStateStorage':\n case 'FINLuaRuntimePersistenceState':\n value = FINLuaRuntimePersistenceState.read(reader, size);\n break;\n\n default:\n value = DynamicStructPropertyValue.read(reader, propertyTagType.name);\n break;\n }\n\n return value;\n }\n\n export function Serialize(writer: ContextWriter, property: StructProperty): void {\n StructProperty.SerializeValue(writer, property.propertyTagType.children[0].name, property.value);\n }\n\n export function SerializeValue(writer: ContextWriter, subtype: string, value: GENERIC_STRUCT_PROPERTY_VALUE): void {\n\n switch (subtype) {\n case 'Color':\n FColor.write(writer, value as FColor);\n break;\n\n case 'IntPoint':\n writer.writeInt64(BigInt(value as string))\n break;\n\n case 'LinearColor':\n FLinearColor.write(writer, value as FLinearColor);\n break;\n\n case 'Vector2D':\n value = value as vec2;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec2.Serialize(writer, value);\n } else {\n vec2.SerializeF(writer, value);\n }\n break;\n\n case 'Vector':\n case 'Rotator':\n value = value as vec3;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec3.Serialize(writer, value as vec3);\n } else {\n vec3.SerializeF(writer, value as vec3);\n }\n break;\n\n case 'Quat':\n case 'Vector4':\n case 'Vector4D':\n value = value as vec4;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec4.Serialize(writer, value as vec4);\n } else {\n vec4.SerializeF(writer, value as vec4);\n }\n break;\n\n case 'Box':\n value = value as BoxStructPropertyValue;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec3.Serialize(writer, value.min);\n vec3.Serialize(writer, value.max);\n } else {\n vec3.SerializeF(writer, value.min);\n vec3.SerializeF(writer, value.max);\n }\n writer.writeByte(value.isValid ? 1 : 0);\n break;\n\n case 'RailroadTrackPosition':\n value = value as RailroadTrackPositionStructPropertyValue;\n writer.writeString(value.root);\n writer.writeString(value.instanceName);\n writer.writeFloat32(value.offset);\n writer.writeFloat32(value.forward);\n break;\n\n case 'TimerHandle':\n value = value as string;\n writer.writeString(value);\n break;\n\n case 'Guid':\n GUID.write(writer, value as GUID);\n break;\n\n case 'ClientIdentityInfo':\n FClientIdentityInfo.write(writer, value as FClientIdentityInfo);\n break;\n\n case 'InventoryItem':\n value = value as InventoryItemStructPropertyValue;\n ObjectReference.write(writer, value.itemReference);\n\n if (writer.context.saveVersion.object >= SaveCustomVersion.RefactoredInventoryItemState) {\n FGDynamicStruct.Serialize(writer, value.itemState!);\n } else {\n ObjectReference.write(writer, value.legacyItemStateActor!);\n }\n break;\n\n case 'FluidBox':\n value = value as BasicStructPropertyValue;\n writer.writeFloat32(value.value);\n break;\n\n case 'SlateBrush':\n writer.writeString(value as string);\n break;\n\n case 'DateTime':\n value = value as string;\n writer.writeInt64(BigInt(value));\n break;\n\n case 'UniqueNetIdRepl':\n FUniqueNetIdRepl.write(writer, value as FUniqueNetIdRepl);\n break;\n\n case 'PlayerInfoHandle':\n FPlayerInfoHandle.write(writer, value as FPlayerInfoHandle);\n break;\n\n // MODS\n case 'FICFrameRange':\n FICFrameRange.write(writer, value as FICFrameRange);\n break;\n\n // MLB mod\n case 'LBBalancerIndexing':\n FLBBalancerIndexing.write(writer, value as FLBBalancerIndexing);\n break;\n\n // FicsItNetworks mod\n case 'FINNetworkTrace':\n case 'FIRTrace':\n FINNetworkTrace.write(writer, value as FINNetworkTrace);\n break;\n\n case 'FINGPUT1BufferPixel':\n FINGPUT1BufferPixel.write(writer, value as FINGPUT1BufferPixel);\n break;\n\n case 'FINLuaProcessorStateStorage':\n case 'FINLuaRuntimePersistenceState':\n FINLuaRuntimePersistenceState.write(writer, value as FINLuaRuntimePersistenceState);\n break;\n\n default:\n DynamicStructPropertyValue.write(writer, value as DynamicStructPropertyValue);\n break;\n }\n }\n}\n\n\n"]}
|
|
1
|
+
{"version":3,"file":"StructProperty.js","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":";;;AAEA,8EAAyE;AACzE,qFAAkF;AAClF,2DAAwD;AACxD,2EAAwE;AACxE,uEAAoE;AACpE,iFAA8E;AAG9E,+EAA4E;AAC5E,uDAAoD;AAEpD,4FAAyF;AACzF,iFAA8E;AAC9E,kGAA+F;AAC/F,sHAAmH;AACnH,0FAAuF;AACvF,wGAAqG;AACrG,gDAA6C;AAC7C,gDAA6C;AAC7C,gDAA6C;AAkCtC,MAAM,gBAAgB,GAAG,CAAC,QAAa,EAA8B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,eAAe,CAAC,IAAI,KAAK,gBAAgB,CAAC;AAAjJ,QAAA,gBAAgB,oBAAiI;AAO9J,IAAiB,cAAc,CAuR9B;AAvRD,WAAiB,cAAc;IAE3B,SAAgB,KAAK,CAAC,MAAqB,EAAE,QAAwB,EAAE,GAAiB;QAEpF,MAAM,MAAM,GAAG,MAAM,CAAC,iBAAiB,EAAE,CAAC;QAC1C,QAAQ,CAAC,KAAK,GAAG,UAAU,CAAC,MAAM,EAAE,QAAQ,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC;QAC1F,MAAM,SAAS,GAAG,MAAM,CAAC,iBAAiB,EAAE,GAAG,MAAM,CAAC;QACtD,IAAI,SAAS,KAAK,GAAG,CAAC,UAAU,EAAE,CAAC;YAC/B,IAAI,GAAG,CAAC,UAAU,GAAG,SAAS,KAAK,CAAC,EAAE,CAAC;gBAEnC,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;YACjD,CAAC;iBAAM,CAAC;gBACJ,MAAM,IAAI,KAAK,CAAC,0BAA0B,SAAS,0BAA0B,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,GAAG,CAAC,UAAU,kBAAkB,CAAC,CAAC;YACrL,CAAC;QACL,CAAC;IACL,CAAC;IAbe,oBAAK,QAapB,CAAA;IAED,SAAgB,UAAU,CAAC,MAAqB,EAAE,eAAiC,EAAE,IAAY;QAE7F,IAAI,KAAoC,CAAC;QAEzC,QAAQ,eAAe,CAAC,IAAI,EAAE,CAAC;YAC3B,KAAK,OAAO;gBACR,KAAK,GAAG,eAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBAC5B,MAAM;YAEV,KAAK,UAAU;gBACX,KAAK,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC,QAAQ,EAAE,CAAC;gBACtC,MAAM;YAEV,KAAK,aAAa;gBACd,KAAK,GAAG,2BAAY,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBAClC,MAAM;YAEV,KAAK,UAAU;gBACX,KAAK,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;gBACrI,MAAM;YAEV,KAAK,QAAQ,CAAC;YACd,KAAK,SAAS;gBACV,KAAK,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;gBACrI,MAAM;YAEV,KAAK,MAAM,CAAC;YACZ,KAAK,SAAS,CAAC;YACf,KAAK,UAAU;gBACX,KAAK,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;gBACrI,MAAM;YAEV,KAAK,KAAK;gBACN,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;oBACzF,GAAG,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;oBACvB,GAAG,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;oBACvB,OAAO,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC;iBAClC,CAAC,CAAC,CAAC;oBACA,GAAG,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;oBACxB,GAAG,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;oBACxB,OAAO,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,CAAC;iBAClC,CAAkC,CAAC;gBACpC,MAAM;YAEV,KAAK,uBAAuB;gBACxB,KAAK,GAAG;oBACJ,IAAI,EAAE,MAAM,CAAC,UAAU,EAAE;oBACzB,YAAY,EAAE,MAAM,CAAC,UAAU,EAAE;oBACjC,MAAM,EAAE,MAAM,CAAC,WAAW,EAAE;oBAC5B,OAAO,EAAE,MAAM,CAAC,WAAW,EAAE;iBAChC,CAAC;gBACF,MAAM;YAEV,KAAK,aAAa;gBACd,KAAK,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;gBAC5B,MAAM;YAEV,KAAK,MAAM;gBACP,KAAK,GAAG,WAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBAC1B,MAAM;YAEV,KAAK,oBAAoB;gBACrB,KAAK,GAAG,yCAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACzC,MAAM;YAEV,KAAK,eAAe;gBAChB,KAAK,GAAG,+BAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACpC,MAAM;YAEV,KAAK,UAAU;gBACX,KAAK,GAAG;oBACJ,KAAK,EAAE,MAAM,CAAC,WAAW,EAAE;iBAC9B,CAAC;gBACF,MAAM;YAEV,KAAK,YAAY;gBACb,KAAK,GAAG,MAAM,CAAC,UAAU,EAAE,CAAC;gBAC5B,MAAM;YAEV,KAAK,UAAU;gBACX,KAAK,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC,QAAQ,EAAE,CAAC;gBACtC,MAAM;YAEV,KAAK,iBAAiB;gBAClB,KAAK,GAAG,mCAAgB,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;gBAC5C,MAAM;YAEV,KAAK,kBAAkB;gBACnB,KAAK,GAAG,qCAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACvC,MAAM;YAGV,KAAK,eAAe;gBAChB,KAAK,GAAG,6BAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACnC,MAAM;YAGV,KAAK,oBAAoB;gBACrB,KAAK,GAAG,yCAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACzC,MAAM;YAGV,KAAK,iBAAiB,CAAC;YACvB,KAAK,UAAU;gBACX,KAAK,GAAG,iCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACrC,MAAM;YAEV,KAAK,qBAAqB;gBACtB,KAAK,GAAG,yCAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACzC,MAAM;YAEV,KAAK,6BAA6B,CAAC;YACnC,KAAK,+BAA+B;gBAChC,KAAK,GAAG,6DAA6B,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;gBACzD,MAAM;YAEV;gBACI,KAAK,GAAG,uDAA0B,CAAC,IAAI,CAAC,MAAM,EAAE,eAAe,CAAC,IAAI,CAAC,CAAC;gBACtE,MAAM;QACd,CAAC;QAED,OAAO,KAAK,CAAC;IACjB,CAAC;IA1He,yBAAU,aA0HzB,CAAA;IAED,SAAgB,SAAS,CAAC,MAAqB,EAAE,QAAwB;QACrE,cAAc,CAAC,cAAc,CAAC,MAAM,EAAE,QAAQ,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;IACrG,CAAC;IAFe,wBAAS,YAExB,CAAA;IAED,SAAgB,cAAc,CAAC,MAAqB,EAAE,OAAe,EAAE,KAAoC;QAEvG,QAAQ,OAAO,EAAE,CAAC;YACd,KAAK,OAAO;gBACR,eAAM,CAAC,KAAK,CAAC,MAAM,EAAE,KAAe,CAAC,CAAC;gBACtC,MAAM;YAEV,KAAK,UAAU;gBACX,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,KAAe,CAAC,CAAC,CAAA;gBAC1C,MAAM;YAEV,KAAK,aAAa;gBACd,2BAAY,CAAC,KAAK,CAAC,MAAM,EAAE,KAAqB,CAAC,CAAC;gBAClD,MAAM;YAEV,KAAK,UAAU;gBACX,KAAK,GAAG,KAAa,CAAC;gBACtB,IAAI,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,EAAE,CAAC;oBAClF,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;gBAClC,CAAC;qBAAM,CAAC;oBACJ,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;gBACnC,CAAC;gBACD,MAAM;YAEV,KAAK,QAAQ,CAAC;YACd,KAAK,SAAS;gBACV,KAAK,GAAG,KAAa,CAAC;gBACtB,IAAI,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,EAAE,CAAC;oBAClF,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,KAAa,CAAC,CAAC;gBAC1C,CAAC;qBAAM,CAAC;oBACJ,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,KAAa,CAAC,CAAC;gBAC3C,CAAC;gBACD,MAAM;YAEV,KAAK,MAAM,CAAC;YACZ,KAAK,SAAS,CAAC;YACf,KAAK,UAAU;gBACX,KAAK,GAAG,KAAa,CAAC;gBACtB,IAAI,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,EAAE,CAAC;oBAClF,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,KAAa,CAAC,CAAC;gBAC1C,CAAC;qBAAM,CAAC;oBACJ,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,KAAa,CAAC,CAAC;gBAC3C,CAAC;gBACD,MAAM;YAEV,KAAK,KAAK;gBACN,KAAK,GAAG,KAA+B,CAAC;gBACxC,IAAI,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,MAAM,IAAI,uCAAiB,CAAC,wBAAwB,EAAE,CAAC;oBAClF,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;oBAClC,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;gBACtC,CAAC;qBAAM,CAAC;oBACJ,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;oBACnC,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;gBACvC,CAAC;gBACD,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;gBACxC,MAAM;YAEV,KAAK,uBAAuB;gBACxB,KAAK,GAAG,KAAiD,CAAC;gBAC1D,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBAC/B,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;gBACvC,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;gBAClC,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;gBACnC,MAAM;YAEV,KAAK,aAAa;gBACd,KAAK,GAAG,KAAe,CAAC;gBACxB,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;gBAC1B,MAAM;YAEV,KAAK,MAAM;gBACP,WAAI,CAAC,KAAK,CAAC,MAAM,EAAE,KAAa,CAAC,CAAC;gBAClC,MAAM;YAEV,KAAK,oBAAoB;gBACrB,yCAAmB,CAAC,KAAK,CAAC,MAAM,EAAE,KAA4B,CAAC,CAAC;gBAChE,MAAM;YAEV,KAAK,eAAe;gBAChB,+BAAc,CAAC,KAAK,CAAC,MAAM,EAAE,KAAuB,CAAC,CAAC;gBACtD,MAAM;YAEV,KAAK,UAAU;gBACX,KAAK,GAAG,KAAiC,CAAC;gBAC1C,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;gBACjC,MAAM;YAEV,KAAK,YAAY;gBACb,MAAM,CAAC,WAAW,CAAC,KAAe,CAAC,CAAC;gBACpC,MAAM;YAEV,KAAK,UAAU;gBACX,KAAK,GAAG,KAAe,CAAC;gBACxB,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;gBACjC,MAAM;YAEV,KAAK,iBAAiB;gBAClB,mCAAgB,CAAC,KAAK,CAAC,MAAM,EAAE,KAAyB,CAAC,CAAC;gBAC1D,MAAM;YAEV,KAAK,kBAAkB;gBACnB,qCAAiB,CAAC,KAAK,CAAC,MAAM,EAAE,KAA0B,CAAC,CAAC;gBAC5D,MAAM;YAGV,KAAK,eAAe;gBAChB,6BAAa,CAAC,KAAK,CAAC,MAAM,EAAE,KAAsB,CAAC,CAAC;gBACpD,MAAM;YAGV,KAAK,oBAAoB;gBACrB,yCAAmB,CAAC,KAAK,CAAC,MAAM,EAAE,KAA4B,CAAC,CAAC;gBAChE,MAAM;YAGV,KAAK,iBAAiB,CAAC;YACvB,KAAK,UAAU;gBACX,iCAAe,CAAC,KAAK,CAAC,MAAM,EAAE,KAAwB,CAAC,CAAC;gBACxD,MAAM;YAEV,KAAK,qBAAqB;gBACtB,yCAAmB,CAAC,KAAK,CAAC,MAAM,EAAE,KAA4B,CAAC,CAAC;gBAChE,MAAM;YAEV,KAAK,6BAA6B,CAAC;YACnC,KAAK,+BAA+B;gBAChC,6DAA6B,CAAC,KAAK,CAAC,MAAM,EAAE,KAAsC,CAAC,CAAC;gBACpF,MAAM;YAEV;gBACI,uDAA0B,CAAC,KAAK,CAAC,MAAM,EAAE,KAAmC,CAAC,CAAC;gBAC9E,MAAM;QACd,CAAC;IACL,CAAC;IArIe,6BAAc,iBAqI7B,CAAA;AACL,CAAC,EAvRgB,cAAc,8BAAd,cAAc,QAuR9B","sourcesContent":["import { ContextReader } from '../../../../../context/context-reader';\nimport { ContextWriter } from '../../../../../context/context-writer';\nimport { SaveCustomVersion } from '../../../../save/save-custom-version';\nimport { FClientIdentityInfo } from '../../../structs/binary/FClientIdentityInfo';\nimport { FColor } from '../../../structs/binary/FColor';\nimport { FInventoryItem } from '../../../structs/binary/FInventoryItem';\nimport { FLinearColor } from '../../../structs/binary/FLinearColor';\nimport { FPlayerInfoHandle } from '../../../structs/binary/FPlayerInfoHandle';\nimport { FPropertyTag } from '../../../structs/binary/FPropertyTag';\nimport { FPropertyTagNode } from '../../../structs/binary/FPropertyTagNode';\nimport { FUniqueNetIdRepl } from '../../../structs/binary/FUniqueNetIdRepl';\nimport { GUID } from '../../../structs/binary/GUID';\nimport { col4 } from '../../../structs/col4';\nimport { DynamicStructPropertyValue } from '../../../structs/DynamicStructPropertyValue';\nimport { FICFrameRange } from '../../../structs/mods/FicsItCam/FICFrameRange';\nimport { FINGPUT1BufferPixel } from '../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel';\nimport { FINLuaRuntimePersistenceState } from '../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState';\nimport { FINNetworkTrace } from '../../../structs/mods/FicsItNetworks/FINNetworkTrace';\nimport { FLBBalancerIndexing } from '../../../structs/mods/ModularLoadBalancers/FLBBalancerIndexing';\nimport { vec2 } from '../../../structs/vec2';\nimport { vec3 } from '../../../structs/vec3';\nimport { vec4 } from '../../../structs/vec4';\nimport { AbstractBaseProperty } from '../AbstractBaseProperty';\n\n\nexport type BasicMultipleStructPropertyValue = {\n values: any;\n};\n\nexport type BasicStructPropertyValue = {\n value: any;\n};\n\nexport type BoxStructPropertyValue = {\n min: vec3;\n max: vec3;\n isValid: boolean;\n};\n\nexport type RailroadTrackPositionStructPropertyValue = {\n root: string;\n instanceName: string;\n offset: number;\n forward: number;\n};\n\nexport type FICFrameRangeStructPropertyValue = {\n begin: string;\n end: string;\n};\n\nexport type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue |\n FInventoryItem | FICFrameRangeStructPropertyValue | FClientIdentityInfo | DynamicStructPropertyValue | col4 | vec2 | vec3 | vec4 | string |\n FINNetworkTrace | FINGPUT1BufferPixel | FLBBalancerIndexing | FINLuaRuntimePersistenceState | FUniqueNetIdRepl | FPlayerInfoHandle;\n\nexport const isStructProperty = (property: any): property is StructProperty => !Array.isArray(property) && property.propertyTagType.name === 'StructProperty';\n\nexport type StructProperty = AbstractBaseProperty & {\n type: 'StructProperty';\n value: GENERIC_STRUCT_PROPERTY_VALUE;\n};\n\nexport namespace StructProperty {\n\n export function Parse(reader: ContextReader, property: StructProperty, tag: FPropertyTag): void {\n\n const before = reader.getBufferPosition();\n property.value = ParseValue(reader, property.propertyTagType.children[0], tag.binarySize);\n const readBytes = reader.getBufferPosition() - before;\n if (readBytes !== tag.binarySize) {\n if (tag.binarySize - readBytes === 4) {\n // U8, fine - honestly i am not sure whether this is even still relevant. with some bug fixes this most likely has been fixed.\n reader.skipBytes(tag.binarySize - readBytes);\n } else {\n throw new Error(`possibly corrupt. Read ${readBytes} for structproperty of ${JSON.stringify(property.propertyTagType.children[0].name)}, but ${tag.binarySize} were indicated.`);\n }\n }\n }\n\n export function ParseValue(reader: ContextReader, propertyTagType: FPropertyTagNode, size: number): GENERIC_STRUCT_PROPERTY_VALUE {\n\n let value: GENERIC_STRUCT_PROPERTY_VALUE;\n\n switch (propertyTagType.name) {\n case 'Color':\n value = FColor.read(reader);\n break;\n\n case 'IntPoint':\n value = reader.readInt64().toString();\n break;\n\n case 'LinearColor':\n value = FLinearColor.read(reader);\n break;\n\n case 'Vector2D':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec2.Parse(reader) : vec2.ParseF(reader);\n break;\n\n case 'Vector':\n case 'Rotator':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec3.Parse(reader) : vec3.ParseF(reader);\n break;\n\n case 'Quat':\n case 'Vector4':\n case 'Vector4D':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec4.Parse(reader) : vec4.ParseF(reader);\n break;\n\n case 'Box':\n value = ((reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? {\n min: vec3.Parse(reader),\n max: vec3.Parse(reader),\n isValid: reader.readByte() >= 1\n } : {\n min: vec3.ParseF(reader),\n max: vec3.ParseF(reader),\n isValid: reader.readByte() >= 1\n }) satisfies BoxStructPropertyValue;\n break;\n\n case 'RailroadTrackPosition':\n value = {\n root: reader.readString(),\n instanceName: reader.readString(),\n offset: reader.readFloat32(),\n forward: reader.readFloat32()\n };\n break;\n\n case 'TimerHandle':\n value = reader.readString();\n break;\n\n case 'Guid':\n value = GUID.read(reader);\n break;\n\n case 'ClientIdentityInfo':\n value = FClientIdentityInfo.read(reader);\n break;\n\n case 'InventoryItem':\n value = FInventoryItem.read(reader);\n break;\n\n case 'FluidBox':\n value = {\n value: reader.readFloat32()\n };\n break;\n\n case 'SlateBrush':\n value = reader.readString();\n break;\n\n case 'DateTime':\n value = reader.readInt64().toString();\n break;\n\n case 'UniqueNetIdRepl':\n value = FUniqueNetIdRepl.read(reader, size);\n break;\n\n case 'PlayerInfoHandle':\n value = FPlayerInfoHandle.read(reader);\n break;\n\n // FixsitCamera mod\n case 'FICFrameRange':\n value = FICFrameRange.read(reader);\n break;\n\n // MLB mod\n case 'LBBalancerIndexing':\n value = FLBBalancerIndexing.read(reader);\n break;\n\n // FicsIt-Networks mod\n case 'FINNetworkTrace':\n case 'FIRTrace':\n value = FINNetworkTrace.read(reader);\n break;\n\n case 'FINGPUT1BufferPixel':\n value = FINGPUT1BufferPixel.read(reader);\n break;\n\n case 'FINLuaProcessorStateStorage':\n case 'FINLuaRuntimePersistenceState':\n value = FINLuaRuntimePersistenceState.read(reader, size);\n break;\n\n default:\n value = DynamicStructPropertyValue.read(reader, propertyTagType.name);\n break;\n }\n\n return value;\n }\n\n export function Serialize(writer: ContextWriter, property: StructProperty): void {\n StructProperty.SerializeValue(writer, property.propertyTagType.children[0].name, property.value);\n }\n\n export function SerializeValue(writer: ContextWriter, subtype: string, value: GENERIC_STRUCT_PROPERTY_VALUE): void {\n\n switch (subtype) {\n case 'Color':\n FColor.write(writer, value as FColor);\n break;\n\n case 'IntPoint':\n writer.writeInt64(BigInt(value as string))\n break;\n\n case 'LinearColor':\n FLinearColor.write(writer, value as FLinearColor);\n break;\n\n case 'Vector2D':\n value = value as vec2;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec2.Serialize(writer, value);\n } else {\n vec2.SerializeF(writer, value);\n }\n break;\n\n case 'Vector':\n case 'Rotator':\n value = value as vec3;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec3.Serialize(writer, value as vec3);\n } else {\n vec3.SerializeF(writer, value as vec3);\n }\n break;\n\n case 'Quat':\n case 'Vector4':\n case 'Vector4D':\n value = value as vec4;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec4.Serialize(writer, value as vec4);\n } else {\n vec4.SerializeF(writer, value as vec4);\n }\n break;\n\n case 'Box':\n value = value as BoxStructPropertyValue;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec3.Serialize(writer, value.min);\n vec3.Serialize(writer, value.max);\n } else {\n vec3.SerializeF(writer, value.min);\n vec3.SerializeF(writer, value.max);\n }\n writer.writeByte(value.isValid ? 1 : 0);\n break;\n\n case 'RailroadTrackPosition':\n value = value as RailroadTrackPositionStructPropertyValue;\n writer.writeString(value.root);\n writer.writeString(value.instanceName);\n writer.writeFloat32(value.offset);\n writer.writeFloat32(value.forward);\n break;\n\n case 'TimerHandle':\n value = value as string;\n writer.writeString(value);\n break;\n\n case 'Guid':\n GUID.write(writer, value as GUID);\n break;\n\n case 'ClientIdentityInfo':\n FClientIdentityInfo.write(writer, value as FClientIdentityInfo);\n break;\n\n case 'InventoryItem':\n FInventoryItem.write(writer, value as FInventoryItem);\n break;\n\n case 'FluidBox':\n value = value as BasicStructPropertyValue;\n writer.writeFloat32(value.value);\n break;\n\n case 'SlateBrush':\n writer.writeString(value as string);\n break;\n\n case 'DateTime':\n value = value as string;\n writer.writeInt64(BigInt(value));\n break;\n\n case 'UniqueNetIdRepl':\n FUniqueNetIdRepl.write(writer, value as FUniqueNetIdRepl);\n break;\n\n case 'PlayerInfoHandle':\n FPlayerInfoHandle.write(writer, value as FPlayerInfoHandle);\n break;\n\n // MODS\n case 'FICFrameRange':\n FICFrameRange.write(writer, value as FICFrameRange);\n break;\n\n // MLB mod\n case 'LBBalancerIndexing':\n FLBBalancerIndexing.write(writer, value as FLBBalancerIndexing);\n break;\n\n // FicsItNetworks mod\n case 'FINNetworkTrace':\n case 'FIRTrace':\n FINNetworkTrace.write(writer, value as FINNetworkTrace);\n break;\n\n case 'FINGPUT1BufferPixel':\n FINGPUT1BufferPixel.write(writer, value as FINGPUT1BufferPixel);\n break;\n\n case 'FINLuaProcessorStateStorage':\n case 'FINLuaRuntimePersistenceState':\n FINLuaRuntimePersistenceState.write(writer, value as FINLuaRuntimePersistenceState);\n break;\n\n default:\n DynamicStructPropertyValue.write(writer, value as DynamicStructPropertyValue);\n break;\n }\n }\n}\n\n\n"]}
|
package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.d.ts
CHANGED
|
@@ -1,40 +1,22 @@
|
|
|
1
1
|
import { ContextReader } from '../../../../context/context-reader';
|
|
2
2
|
import { ContextWriter } from '../../../../context/context-writer';
|
|
3
|
+
import { FConveyorBeltItem } from '../../structs/binary/FConveyorBeltItem';
|
|
4
|
+
import { FConveyorChainSplineSegment } from '../../structs/binary/FConveyorChainSplineSegment';
|
|
3
5
|
import { ObjectReference } from '../../structs/ObjectReference';
|
|
4
|
-
import { vec3 } from '../../structs/vec3';
|
|
5
6
|
export declare const isConveyorChainActorSpecialProperties: (obj: any) => obj is ConveyorChainActorSpecialProperties;
|
|
6
7
|
export type ConveyorChainActorSpecialProperties = {
|
|
7
8
|
type: 'ConveyorChainActorSpecialProperties';
|
|
8
9
|
firstBelt: ObjectReference;
|
|
9
10
|
lastBelt: ObjectReference;
|
|
10
|
-
beltsInChain:
|
|
11
|
+
beltsInChain: FConveyorChainSplineSegment[];
|
|
11
12
|
totalLength: number;
|
|
12
13
|
totalNumberItemsMaybe: number;
|
|
13
14
|
firstChainItemIndex: number;
|
|
14
15
|
lastChainItemIndex: number;
|
|
15
|
-
items:
|
|
16
|
+
items: FConveyorBeltItem[];
|
|
16
17
|
};
|
|
17
18
|
export declare namespace ConveyorChainActorSpecialProperties {
|
|
18
19
|
const Parse: (reader: ContextReader) => ConveyorChainActorSpecialProperties;
|
|
19
20
|
const Serialize: (writer: ContextWriter, property: ConveyorChainActorSpecialProperties) => void;
|
|
20
21
|
}
|
|
21
|
-
export type ConveyorChainSegmentSpecialProperties = {
|
|
22
|
-
chainActorRef: ObjectReference;
|
|
23
|
-
beltRef: ObjectReference;
|
|
24
|
-
splinePoints: {
|
|
25
|
-
location: vec3;
|
|
26
|
-
arriveTangent: vec3;
|
|
27
|
-
leaveTangent: vec3;
|
|
28
|
-
}[];
|
|
29
|
-
offsetAtStart: number;
|
|
30
|
-
startsAtLength: number;
|
|
31
|
-
endsAtLength: number;
|
|
32
|
-
firstItemIndex: number;
|
|
33
|
-
lastItemIndex: number;
|
|
34
|
-
beltIndexInChain: number;
|
|
35
|
-
};
|
|
36
|
-
export type ConveyorItemSpecialProperties = {
|
|
37
|
-
position: number;
|
|
38
|
-
itemReference: ObjectReference;
|
|
39
|
-
};
|
|
40
22
|
//# sourceMappingURL=ConveyorChainActorSpecialProperties.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConveyorChainActorSpecialProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ConveyorChainActorSpecialProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAC3E,OAAO,EAAE,2BAA2B,EAAE,MAAM,kDAAkD,CAAC;AAC/F,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAGhE,eAAO,MAAM,qCAAqC,QAAS,GAAG,KAAG,GAAG,IAAI,mCAAyF,CAAC;AAElK,MAAM,MAAM,mCAAmC,GAAG;IAC9C,IAAI,EAAE,qCAAqC,CAAC;IAC5C,SAAS,EAAE,eAAe,CAAC;IAC3B,QAAQ,EAAE,eAAe,CAAC;IAC1B,YAAY,EAAE,2BAA2B,EAAE,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,iBAAiB,EAAE,CAAC;CAC9B,CAAC;AAEF,yBAAiB,mCAAmC,CAAC;IAC1C,MAAM,KAAK,WAAY,aAAa,KAAG,mCAkC7C,CAAC;IAEK,MAAM,SAAS,WAAY,aAAa,YAAY,mCAAmC,KAAG,IAmBhG,CAAC;CACL"}
|
package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConveyorChainActorSpecialProperties = exports.isConveyorChainActorSpecialProperties = void 0;
|
|
4
|
+
const FConveyorBeltItem_1 = require("../../structs/binary/FConveyorBeltItem");
|
|
5
|
+
const FConveyorChainSplineSegment_1 = require("../../structs/binary/FConveyorChainSplineSegment");
|
|
4
6
|
const ObjectReference_1 = require("../../structs/ObjectReference");
|
|
5
|
-
const vec3_1 = require("../../structs/vec3");
|
|
6
7
|
const isConveyorChainActorSpecialProperties = (obj) => obj.type === 'ConveyorChainActorSpecialProperties';
|
|
7
8
|
exports.isConveyorChainActorSpecialProperties = isConveyorChainActorSpecialProperties;
|
|
8
9
|
var ConveyorChainActorSpecialProperties;
|
|
@@ -13,34 +14,7 @@ var ConveyorChainActorSpecialProperties;
|
|
|
13
14
|
const countBeltsInChain = reader.readInt32();
|
|
14
15
|
const beltsInChain = [];
|
|
15
16
|
for (let i = 0; i < countBeltsInChain; i++) {
|
|
16
|
-
|
|
17
|
-
const beltRef = ObjectReference_1.ObjectReference.read(reader);
|
|
18
|
-
const splinePointsCount = reader.readInt32();
|
|
19
|
-
const splinePoints = [];
|
|
20
|
-
for (let j = 0; j < splinePointsCount; j++) {
|
|
21
|
-
splinePoints.push({
|
|
22
|
-
location: vec3_1.vec3.Parse(reader),
|
|
23
|
-
arriveTangent: vec3_1.vec3.Parse(reader),
|
|
24
|
-
leaveTangent: vec3_1.vec3.Parse(reader),
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
const offsetAtStart = reader.readFloat32();
|
|
28
|
-
const startsAtLength = reader.readFloat32();
|
|
29
|
-
const endsAtLength = reader.readFloat32();
|
|
30
|
-
const firstItemIndex = reader.readInt32();
|
|
31
|
-
const lastItemIndex = reader.readInt32();
|
|
32
|
-
const beltIndexInChain = reader.readInt32();
|
|
33
|
-
beltsInChain.push({
|
|
34
|
-
chainActorRef,
|
|
35
|
-
beltRef,
|
|
36
|
-
splinePoints,
|
|
37
|
-
offsetAtStart,
|
|
38
|
-
startsAtLength,
|
|
39
|
-
endsAtLength,
|
|
40
|
-
firstItemIndex,
|
|
41
|
-
lastItemIndex,
|
|
42
|
-
beltIndexInChain
|
|
43
|
-
});
|
|
17
|
+
beltsInChain.push(FConveyorChainSplineSegment_1.FConveyorChainSplineSegment.read(reader));
|
|
44
18
|
}
|
|
45
19
|
const totalLength = reader.readFloat32();
|
|
46
20
|
const totalNumberItemsMaybe = reader.readInt32();
|
|
@@ -49,10 +23,7 @@ var ConveyorChainActorSpecialProperties;
|
|
|
49
23
|
const countItemsInChain = reader.readInt32();
|
|
50
24
|
const items = [];
|
|
51
25
|
for (let n = 0; n < countItemsInChain; n++) {
|
|
52
|
-
|
|
53
|
-
reader.readInt32();
|
|
54
|
-
const position = reader.readInt32();
|
|
55
|
-
items.push({ itemReference: item, position });
|
|
26
|
+
items.push(FConveyorBeltItem_1.FConveyorBeltItem.read(reader));
|
|
56
27
|
}
|
|
57
28
|
return {
|
|
58
29
|
type: 'ConveyorChainActorSpecialProperties',
|
|
@@ -71,20 +42,7 @@ var ConveyorChainActorSpecialProperties;
|
|
|
71
42
|
ObjectReference_1.ObjectReference.write(writer, property.firstBelt);
|
|
72
43
|
writer.writeInt32(property.beltsInChain.length);
|
|
73
44
|
for (const belt of property.beltsInChain) {
|
|
74
|
-
|
|
75
|
-
ObjectReference_1.ObjectReference.write(writer, belt.beltRef);
|
|
76
|
-
writer.writeInt32(belt.splinePoints.length);
|
|
77
|
-
for (const splinepoint of belt.splinePoints) {
|
|
78
|
-
vec3_1.vec3.Serialize(writer, splinepoint.location);
|
|
79
|
-
vec3_1.vec3.Serialize(writer, splinepoint.arriveTangent);
|
|
80
|
-
vec3_1.vec3.Serialize(writer, splinepoint.leaveTangent);
|
|
81
|
-
}
|
|
82
|
-
writer.writeFloat32(belt.offsetAtStart);
|
|
83
|
-
writer.writeFloat32(belt.startsAtLength);
|
|
84
|
-
writer.writeFloat32(belt.endsAtLength);
|
|
85
|
-
writer.writeInt32(belt.firstItemIndex);
|
|
86
|
-
writer.writeInt32(belt.lastItemIndex);
|
|
87
|
-
writer.writeInt32(belt.beltIndexInChain);
|
|
45
|
+
FConveyorChainSplineSegment_1.FConveyorChainSplineSegment.write(writer, belt);
|
|
88
46
|
}
|
|
89
47
|
writer.writeFloat32(property.totalLength);
|
|
90
48
|
writer.writeInt32(property.totalNumberItemsMaybe);
|
|
@@ -92,9 +50,7 @@ var ConveyorChainActorSpecialProperties;
|
|
|
92
50
|
writer.writeInt32(property.lastChainItemIndex);
|
|
93
51
|
writer.writeInt32(property.items.length);
|
|
94
52
|
for (const item of property.items) {
|
|
95
|
-
|
|
96
|
-
writer.writeInt32(0);
|
|
97
|
-
writer.writeInt32(item.position);
|
|
53
|
+
FConveyorBeltItem_1.FConveyorBeltItem.write(writer, item);
|
|
98
54
|
}
|
|
99
55
|
};
|
|
100
56
|
})(ConveyorChainActorSpecialProperties || (exports.ConveyorChainActorSpecialProperties = ConveyorChainActorSpecialProperties = {}));
|
package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConveyorChainActorSpecialProperties.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.ts"],"names":[],"mappings":";;;AAEA,
|
|
1
|
+
{"version":3,"file":"ConveyorChainActorSpecialProperties.js","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.ts"],"names":[],"mappings":";;;AAEA,8EAA2E;AAC3E,kGAA+F;AAC/F,mEAAgE;AAGzD,MAAM,qCAAqC,GAAG,CAAC,GAAQ,EAA8C,EAAE,CAAC,GAAG,CAAC,IAAI,KAAK,qCAAqC,CAAC;AAArJ,QAAA,qCAAqC,yCAAgH;AAclK,IAAiB,mCAAmC,CAyDnD;AAzDD,WAAiB,mCAAmC;IACnC,yCAAK,GAAG,CAAC,MAAqB,EAAuC,EAAE;QAEhF,MAAM,QAAQ,GAAG,iCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC9C,MAAM,SAAS,GAAG,iCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC/C,MAAM,iBAAiB,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAE7C,MAAM,YAAY,GAAkC,EAAE,CAAC;QACvD,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,iBAAiB,EAAE,CAAC,EAAE,EAAE,CAAC;YACzC,YAAY,CAAC,IAAI,CAAC,yDAA2B,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAChE,CAAC;QAED,MAAM,WAAW,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;QACzC,MAAM,qBAAqB,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAEjD,MAAM,mBAAmB,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAC/C,MAAM,kBAAkB,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAC9C,MAAM,iBAAiB,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAE7C,MAAM,KAAK,GAAwB,EAAE,CAAC;QACtC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,iBAAiB,EAAE,CAAC,EAAE,EAAE,CAAC;YACzC,KAAK,CAAC,IAAI,CAAC,qCAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC/C,CAAC;QAED,OAAO;YACH,IAAI,EAAE,qCAAqC;YAC3C,SAAS,EAAE,SAAS;YACpB,QAAQ,EAAE,QAAQ;YAClB,YAAY;YACZ,WAAW;YACX,qBAAqB;YACrB,mBAAmB;YACnB,kBAAkB;YAClB,KAAK;SACR,CAAC;IACN,CAAC,CAAC;IAEW,6CAAS,GAAG,CAAC,MAAqB,EAAE,QAA6C,EAAQ,EAAE;QAEpG,iCAAe,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,QAAQ,CAAC,CAAC;QACjD,iCAAe,CAAC,KAAK,CAAC,MAAM,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC;QAClD,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC;QAEhD,KAAK,MAAM,IAAI,IAAI,QAAQ,CAAC,YAAY,EAAE,CAAC;YACvC,yDAA2B,CAAC,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QACpD,CAAC;QAED,MAAM,CAAC,YAAY,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAC1C,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC;QAClD,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC;QAChD,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,kBAAkB,CAAC,CAAC;QAC/C,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAEzC,KAAK,MAAM,IAAI,IAAI,QAAQ,CAAC,KAAK,EAAE,CAAC;YAChC,qCAAiB,CAAC,KAAK,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAC1C,CAAC;IACL,CAAC,CAAC;AACN,CAAC,EAzDgB,mCAAmC,mDAAnC,mCAAmC,QAyDnD","sourcesContent":["import { ContextReader } from '../../../../context/context-reader';\nimport { ContextWriter } from '../../../../context/context-writer';\nimport { FConveyorBeltItem } from '../../structs/binary/FConveyorBeltItem';\nimport { FConveyorChainSplineSegment } from '../../structs/binary/FConveyorChainSplineSegment';\nimport { ObjectReference } from '../../structs/ObjectReference';\n\n\nexport const isConveyorChainActorSpecialProperties = (obj: any): obj is ConveyorChainActorSpecialProperties => obj.type === 'ConveyorChainActorSpecialProperties';\n\nexport type ConveyorChainActorSpecialProperties = {\n type: 'ConveyorChainActorSpecialProperties';\n firstBelt: ObjectReference;\n lastBelt: ObjectReference;\n beltsInChain: FConveyorChainSplineSegment[];\n totalLength: number;\n totalNumberItemsMaybe: number;\n firstChainItemIndex: number;\n lastChainItemIndex: number;\n items: FConveyorBeltItem[];\n};\n\nexport namespace ConveyorChainActorSpecialProperties {\n export const Parse = (reader: ContextReader): ConveyorChainActorSpecialProperties => {\n\n const lastBelt = ObjectReference.read(reader);\n const firstBelt = ObjectReference.read(reader);\n const countBeltsInChain = reader.readInt32();\n\n const beltsInChain: FConveyorChainSplineSegment[] = [];\n for (let i = 0; i < countBeltsInChain; i++) {\n beltsInChain.push(FConveyorChainSplineSegment.read(reader));\n }\n\n const totalLength = reader.readFloat32();\n const totalNumberItemsMaybe = reader.readInt32();\n\n const firstChainItemIndex = reader.readInt32();\n const lastChainItemIndex = reader.readInt32();\n const countItemsInChain = reader.readInt32();\n\n const items: FConveyorBeltItem[] = [];\n for (let n = 0; n < countItemsInChain; n++) {\n items.push(FConveyorBeltItem.read(reader));\n }\n\n return {\n type: 'ConveyorChainActorSpecialProperties',\n firstBelt: firstBelt,\n lastBelt: lastBelt,\n beltsInChain,\n totalLength,\n totalNumberItemsMaybe,\n firstChainItemIndex,\n lastChainItemIndex,\n items\n };\n };\n\n export const Serialize = (writer: ContextWriter, property: ConveyorChainActorSpecialProperties): void => {\n\n ObjectReference.write(writer, property.lastBelt);\n ObjectReference.write(writer, property.firstBelt);\n writer.writeInt32(property.beltsInChain.length);\n\n for (const belt of property.beltsInChain) {\n FConveyorChainSplineSegment.write(writer, belt);\n }\n\n writer.writeFloat32(property.totalLength);\n writer.writeInt32(property.totalNumberItemsMaybe);\n writer.writeInt32(property.firstChainItemIndex);\n writer.writeInt32(property.lastChainItemIndex);\n writer.writeInt32(property.items.length);\n\n for (const item of property.items) {\n FConveyorBeltItem.write(writer, item);\n }\n };\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpecialProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/special/SpecialProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,mCAAmC,EAAyC,MAAM,uCAAuC,CAAC;AACnI,OAAO,EAAE,wBAAwB,EAA8B,MAAM,4BAA4B,CAAC;AAClG,OAAO,EAAE,mCAAmC,EAAyC,MAAM,uCAAuC,CAAC;AACnI,OAAO,EAAE,yBAAyB,EAA+B,MAAM,6BAA6B,CAAC;AACrG,OAAO,EAAE,sBAAsB,EAA4B,MAAM,0BAA0B,CAAC;AAC5F,OAAO,EAAkC,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9G,OAAO,EAA6B,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/F,OAAO,EAAgC,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AACxG,OAAO,EAAkC,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9G,OAAO,EAA8B,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAIlG,yBAAiB,iBAAiB,CAAC;IAE/B,KAAY,+BAA+B,GAAG,yBAAyB,GAAG,wBAAwB,GAAG,4BAA4B,GAAG,mCAAmC,GAAG,0BAA0B,GAAG,wBAAwB,GAAG,4BAA4B,GAAG,uBAAuB,GAAG,mCAAmC,GAAG,sBAAsB,CAAC;IAEjV,MAAM,mCAAmC,WAAY,aAAa,YAAY,MAAM,gBAAgB,MAAM,KAAG,+BAyEnH,CAAA;IAEM,MAAM,uCAAuC,WAAY,aAAa,YAAY,MAAM,YAAY,+BAA+B,KAAG,
|
|
1
|
+
{"version":3,"file":"SpecialProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/parser/satisfactory/types/property/special/SpecialProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,mCAAmC,EAAyC,MAAM,uCAAuC,CAAC;AACnI,OAAO,EAAE,wBAAwB,EAA8B,MAAM,4BAA4B,CAAC;AAClG,OAAO,EAAE,mCAAmC,EAAyC,MAAM,uCAAuC,CAAC;AACnI,OAAO,EAAE,yBAAyB,EAA+B,MAAM,6BAA6B,CAAC;AACrG,OAAO,EAAE,sBAAsB,EAA4B,MAAM,0BAA0B,CAAC;AAC5F,OAAO,EAAkC,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9G,OAAO,EAA6B,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/F,OAAO,EAAgC,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AACxG,OAAO,EAAkC,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9G,OAAO,EAA8B,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAIlG,yBAAiB,iBAAiB,CAAC;IAE/B,KAAY,+BAA+B,GAAG,yBAAyB,GAAG,wBAAwB,GAAG,4BAA4B,GAAG,mCAAmC,GAAG,0BAA0B,GAAG,wBAAwB,GAAG,4BAA4B,GAAG,uBAAuB,GAAG,mCAAmC,GAAG,sBAAsB,CAAC;IAEjV,MAAM,mCAAmC,WAAY,aAAa,YAAY,MAAM,gBAAgB,MAAM,KAAG,+BAyEnH,CAAA;IAEM,MAAM,uCAAuC,WAAY,aAAa,YAAY,MAAM,YAAY,+BAA+B,KAAG,IAwB5I,CAAA;CACJ"}
|
|
@@ -80,9 +80,6 @@ var SpecialProperties;
|
|
|
80
80
|
else if ((0, CircuitSpecialProperties_1.isCircuitSpecialProperties)(property)) {
|
|
81
81
|
CircuitSpecialProperties_1.CircuitSpecialProperties.Serialize(writer, property);
|
|
82
82
|
}
|
|
83
|
-
else if ((0, ConveyorSpecialProperties_1.isConveyorSpecialProperties)(property)) {
|
|
84
|
-
ConveyorSpecialProperties_1.ConveyorSpecialProperties.Serialize(writer, property);
|
|
85
|
-
}
|
|
86
83
|
else if ((0, ConveyorChainActorSpecialProperties_1.isConveyorChainActorSpecialProperties)(property)) {
|
|
87
84
|
ConveyorChainActorSpecialProperties_1.ConveyorChainActorSpecialProperties.Serialize(writer, property);
|
|
88
85
|
}
|