@satisfactory-dev/docs.json.ts 0.9.2 → 0.10.0
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/assert/CustomAssert.js +1 -0
- package/lib/CustomParsingTypes/CustomPairingTypes.js +1 -0
- package/lib/CustomParsingTypes/TypedString.js +1 -0
- package/lib/CustomParsingTypes/TypedStringConst.js +1 -0
- package/lib/CustomParsingTypes/TypedStringEnum.js +1 -0
- package/lib/CustomParsingTypes/TypedStringPattern.js +1 -0
- package/lib/CustomParsingTypes/UnrealEngineString.js +1 -1
- package/lib/CustomParsingTypes/ValueToRegexFormatter.js +1 -0
- package/lib/DataDiscovery/CustomTypes/BooleanOrBooleanExtended.js +1 -0
- package/lib/DataDiscovery/CustomTypes/StringStartsWith.js +1 -0
- package/lib/DataDiscovery/CustomTypes/TypedString.js +1 -0
- package/lib/DataDiscovery/CustomTypes/UnrealEngineString.js +1 -0
- package/lib/DataDiscovery/Generator.js +1 -0
- package/lib/DataDiscovery/JsonSchema/Array.js +1 -0
- package/lib/DataDiscovery/JsonSchema/Object.js +1 -0
- package/lib/DataDiscovery/JsonSchema/OneOf.js +1 -0
- package/lib/DataDiscovery/JsonSchema/Ref.js +1 -0
- package/lib/DataDiscovery/JsonSchema/StringType.js +1 -0
- package/lib/DataDiscovery/Literal.js +1 -0
- package/lib/DataDiscovery.js +1 -0
- package/lib/DocsToAutoImport/ArrayTypeNodes.js +1 -0
- package/lib/DocsToAutoImport/ClassDeclarations.js +1 -0
- package/lib/DocsToAutoImport/FunctionDeclaration.js +1 -0
- package/lib/DocsToAutoImport/LiteralTypeNodes.js +1 -0
- package/lib/DocsToAutoImport/MethodDeclarations.js +1 -0
- package/lib/DocsToAutoImport/NodeExtraction.js +1 -0
- package/lib/DocsToAutoImport/PropertyDeclarations.js +1 -0
- package/lib/DocsToAutoImport/TupleTypeNodes.js +1 -0
- package/lib/DocsToAutoImport/TypeLiteralNodes.js +1 -0
- package/lib/DocsToAutoImport/TypeReferenceNodes.js +1 -0
- package/lib/DocsToAutoImport/from_Node_array.js +1 -0
- package/lib/DocsTsAutoImports.js +1 -0
- package/lib/DocsTsGenerator/FilesGenerator.js +1 -0
- package/lib/DocsTsGenerator.js +6 -1
- package/lib/DocsValidation.js +4 -1
- package/lib/Exceptions.js +1 -0
- package/lib/FilesGenerator.js +1 -0
- package/lib/MarkdownUtilities.js +1 -0
- package/lib/StringStartsWith.js +1 -0
- package/lib/TsFactoryWrapper.js +1 -0
- package/lib/TypeDefinitionDiscovery/CustomParsingTypes/UnrealEngineString.js +1 -0
- package/lib/TypeDefinitionDiscovery/CustomParsingTypes/string_starts_with.js +1 -0
- package/lib/TypeDefinitionDiscovery/CustomParsingTypes/typed_string.js +1 -0
- package/lib/TypeDefinitionDiscovery/Generator.js +1 -0
- package/lib/TypeDefinitionDiscovery/GeneratorDoesDiscovery.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/ArrayType.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/Object/ExtendsObject.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/ObjectType.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Const.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Enum/BooleanEnum.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Enum.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Pattern.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/String.js +1 -0
- package/lib/TypeDefinitionDiscovery/JsonSchema/oneOf_or_anyOf.js +1 -0
- package/lib/TypeDefinitionDiscovery.js +1 -0
- package/lib/TypeDefinitionWriter.js +1 -0
- package/lib/TypesDiscovery/CandidatesDiscovery.js +1 -0
- package/lib/TypesDiscovery/CustomParsingTypes/UnrealEngineString.js +1 -0
- package/lib/TypesDiscovery/CustomParsingTypes/typed_string.js +1 -0
- package/lib/TypesDiscovery/JsonSchema/$ref.js +1 -0
- package/lib/TypesDiscovery/JsonSchema/const.js +1 -0
- package/lib/TypesDiscovery/JsonSchema/enum.js +1 -0
- package/lib/TypesDiscovery/JsonSchema/properties.js +1 -0
- package/lib/TypesDiscovery/non_array_object_property.js +1 -0
- package/lib/TypesDiscovery/non_empty_array_property.js +1 -0
- package/lib/TypesDiscovery.js +1 -0
- package/lib/TypesGeneration/validators.js +1 -0
- package/lib/TypesGeneration.js +1 -0
- package/lib/__dirname.js +1 -0
- package/lib/generator.js +1 -0
- package/lib/helpers.js +1 -0
- package/lib/index.js +1 -0
- package/package.json +10 -9
- package/setup_PerformanceObserver.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeInstantHit.d.ts +0 -20
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeInstantHit.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeProjectile.d.ts +0 -88
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeProjectile.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeSpreadshot.d.ts +0 -14
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeSpreadshot.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildable.d.ts +0 -164
- package/generated-types/update8/classes/CoreUObject/FGBuildable.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentMerger.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentMerger.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentSplitter.d.ts +0 -6
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentSplitter.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableBeamLightweight.d.ts +0 -15
- package/generated-types/update8/classes/CoreUObject/FGBuildableBeamLightweight.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableBlueprintDesigner.d.ts +0 -23
- package/generated-types/update8/classes/CoreUObject/FGBuildableBlueprintDesigner.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableCircuitSwitch.d.ts +0 -8
- package/generated-types/update8/classes/CoreUObject/FGBuildableCircuitSwitch.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorBelt.d.ts +0 -20
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorBelt.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorLift.d.ts +0 -12
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorLift.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableCornerWall.d.ts +0 -10
- package/generated-types/update8/classes/CoreUObject/FGBuildableCornerWall.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableDockingStation.d.ts +0 -23
- package/generated-types/update8/classes/CoreUObject/FGBuildableDockingStation.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableDoor.d.ts +0 -23
- package/generated-types/update8/classes/CoreUObject/FGBuildableDoor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableDroneStation.d.ts +0 -38
- package/generated-types/update8/classes/CoreUObject/FGBuildableDroneStation.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactory.d.ts +0 -22
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactory.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactoryBuilding.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactoryBuilding.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactorySimpleProducer.d.ts +0 -10
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactorySimpleProducer.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFloodlight.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGBuildableFloodlight.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundation.d.ts +0 -16
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundation.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundationLightweight.d.ts +0 -6
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundationLightweight.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingActivator.d.ts +0 -18
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingActivator.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingExtractor.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingExtractor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableGenerator.d.ts +0 -6
- package/generated-types/update8/classes/CoreUObject/FGBuildableGenerator.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorFuel.d.ts +0 -99
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorFuel.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorGeoThermal.d.ts +0 -15
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorGeoThermal.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorNuclear.d.ts +0 -41
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorNuclear.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableJumppad.d.ts +0 -34
- package/generated-types/update8/classes/CoreUObject/FGBuildableJumppad.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableLadder.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGBuildableLadder.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightSource.d.ts +0 -22
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightSource.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightsControlPanel.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightsControlPanel.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableMAM.d.ts +0 -10
- package/generated-types/update8/classes/CoreUObject/FGBuildableMAM.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturer.d.ts +0 -59
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturer.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturerVariablePower.d.ts +0 -20
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturerVariablePower.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthrough.d.ts +0 -18
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthrough.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthroughPipeHyper.d.ts +0 -5
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthroughPipeHyper.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePillarLightweight.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGBuildablePillarLightweight.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeHyper.d.ts +0 -11
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeHyper.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeReservoir.d.ts +0 -11
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeReservoir.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeline.d.ts +0 -36
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeline.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineJunction.d.ts +0 -6
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineJunction.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelinePump.d.ts +0 -16
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelinePump.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineSupport.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineSupport.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePoleLightweight.d.ts +0 -10
- package/generated-types/update8/classes/CoreUObject/FGBuildablePoleLightweight.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerPole.d.ts +0 -12
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerPole.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerStorage.d.ts +0 -17
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerStorage.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildablePriorityPowerSwitch.d.ts +0 -10
- package/generated-types/update8/classes/CoreUObject/FGBuildablePriorityPowerSwitch.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableRadarTower.d.ts +0 -11
- package/generated-types/update8/classes/CoreUObject/FGBuildableRadarTower.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadSignal.d.ts +0 -23
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadSignal.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadStation.d.ts +0 -12
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadStation.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadTrack.d.ts +0 -30
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadTrack.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableRamp.d.ts +0 -10
- package/generated-types/update8/classes/CoreUObject/FGBuildableRamp.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceExtractor.d.ts +0 -38
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceExtractor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSink.d.ts +0 -16
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSink.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSinkShop.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSinkShop.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableSnowDispenser.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGBuildableSnowDispenser.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableSpaceElevator.d.ts +0 -6
- package/generated-types/update8/classes/CoreUObject/FGBuildableSpaceElevator.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableSplitterSmart.d.ts +0 -20
- package/generated-types/update8/classes/CoreUObject/FGBuildableSplitterSmart.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableStair.d.ts +0 -11
- package/generated-types/update8/classes/CoreUObject/FGBuildableStair.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableStorage.d.ts +0 -11
- package/generated-types/update8/classes/CoreUObject/FGBuildableStorage.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableTradingPost.d.ts +0 -38
- package/generated-types/update8/classes/CoreUObject/FGBuildableTradingPost.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatform.d.ts +0 -16
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatform.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformCargo.d.ts +0 -47
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformCargo.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformEmpty.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformEmpty.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkway.d.ts +0 -22
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkway.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkwayLightweight.d.ts +0 -11
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkwayLightweight.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableWall.d.ts +0 -24
- package/generated-types/update8/classes/CoreUObject/FGBuildableWall.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableWallLightweight.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGBuildableWallLightweight.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableWaterPump.d.ts +0 -20
- package/generated-types/update8/classes/CoreUObject/FGBuildableWaterPump.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableWidgetSign.d.ts +0 -25
- package/generated-types/update8/classes/CoreUObject/FGBuildableWidgetSign.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildableWire.d.ts +0 -15
- package/generated-types/update8/classes/CoreUObject/FGBuildableWire.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGBuildingDescriptor.d.ts +0 -14
- package/generated-types/update8/classes/CoreUObject/FGBuildingDescriptor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGChainsaw.d.ts +0 -21
- package/generated-types/update8/classes/CoreUObject/FGChainsaw.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGChargedWeapon.d.ts +0 -15
- package/generated-types/update8/classes/CoreUObject/FGChargedWeapon.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGConsumableDescriptor.d.ts +0 -18
- package/generated-types/update8/classes/CoreUObject/FGConsumableDescriptor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGConsumableEquipment.d.ts +0 -5
- package/generated-types/update8/classes/CoreUObject/FGConsumableEquipment.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGConveyorPoleStackable.d.ts +0 -5
- package/generated-types/update8/classes/CoreUObject/FGConveyorPoleStackable.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGCustomizationRecipe.d.ts +0 -35
- package/generated-types/update8/classes/CoreUObject/FGCustomizationRecipe.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGEquipment.d.ts +0 -57
- package/generated-types/update8/classes/CoreUObject/FGEquipment.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGEquipmentDescriptor.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGEquipmentDescriptor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGEquipmentStunSpear.d.ts +0 -28
- package/generated-types/update8/classes/CoreUObject/FGEquipmentStunSpear.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGEquipmentZipline.d.ts +0 -17
- package/generated-types/update8/classes/CoreUObject/FGEquipmentZipline.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGGasMask.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGGasMask.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGGolfCartDispenser.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGGolfCartDispenser.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGHoverPack.d.ts +0 -39
- package/generated-types/update8/classes/CoreUObject/FGHoverPack.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptor.d.ts +0 -56
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorBiomass.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorBiomass.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorNuclearFuel.d.ts +0 -14
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorNuclearFuel.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGJetPack.d.ts +0 -25
- package/generated-types/update8/classes/CoreUObject/FGJetPack.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGJumpingStilts.d.ts +0 -10
- package/generated-types/update8/classes/CoreUObject/FGJumpingStilts.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGObjectScanner.d.ts +0 -22
- package/generated-types/update8/classes/CoreUObject/FGObjectScanner.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGParachute.d.ts +0 -15
- package/generated-types/update8/classes/CoreUObject/FGParachute.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGPipeHyperStart.d.ts +0 -19
- package/generated-types/update8/classes/CoreUObject/FGPipeHyperStart.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGPoleDescriptor.d.ts +0 -13
- package/generated-types/update8/classes/CoreUObject/FGPoleDescriptor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGPortableMinerDispenser.d.ts +0 -6
- package/generated-types/update8/classes/CoreUObject/FGPortableMinerDispenser.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGRecipe.d.ts +0 -9
- package/generated-types/update8/classes/CoreUObject/FGRecipe.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGResourceDescriptor.d.ts +0 -12
- package/generated-types/update8/classes/CoreUObject/FGResourceDescriptor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGSchematic.d.ts +0 -146
- package/generated-types/update8/classes/CoreUObject/FGSchematic.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGSuitBase.d.ts +0 -27
- package/generated-types/update8/classes/CoreUObject/FGSuitBase.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGVehicleDescriptor.d.ts +0 -22
- package/generated-types/update8/classes/CoreUObject/FGVehicleDescriptor.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGWeapon.d.ts +0 -45
- package/generated-types/update8/classes/CoreUObject/FGWeapon.js +0 -1
- package/generated-types/update8/common/scalar.d.ts +0 -7
- package/generated-types/update8/common/scalar.js +0 -1
- package/generated-types/update8/common/unassigned.d.ts +0 -251
- package/generated-types/update8/common/unassigned.js +0 -1
- package/generated-types/update8/utils/validators.d.ts +0 -14
- package/generated-types/update8/utils/validators.js +0 -14
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type, boolean__type } from '../../common/scalar';
|
|
2
|
-
import { empty_object__type, mDisableSnapOn__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
import { FGBuildable__base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildableFoundation__type = FGBuildableFoundation__base__type;
|
|
5
|
-
export type FGBuildableFoundation__base__type = FGBuildable__base__type & {
|
|
6
|
-
mWidth: decimal_string__type;
|
|
7
|
-
mDepth: decimal_string__type;
|
|
8
|
-
mHeight: decimal_string__type;
|
|
9
|
-
mElevation: decimal_string__type;
|
|
10
|
-
mIsFrame: boolean__type;
|
|
11
|
-
mDisableSnapOn: empty_object__type | mDisableSnapOn__type;
|
|
12
|
-
mDisableAttachmentSnapOn: empty_object__type | mDisableSnapOn__type;
|
|
13
|
-
};
|
|
14
|
-
export type FGBuildableFoundation__NativeClass = NativeClass__type & {
|
|
15
|
-
Classes: [FGBuildableFoundation__type, ...FGBuildableFoundation__type[]];
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FGBuildableFoundation__base__type, FGBuildableFoundation__type } from './FGBuildableFoundation';
|
|
2
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
export type FGBuildableFoundationLightweight__type = FGBuildableFoundation__base__type;
|
|
4
|
-
export type FGBuildableFoundationLightweight__NativeClass = NativeClass__type & {
|
|
5
|
-
Classes: [FGBuildableFoundation__type, ...FGBuildableFoundation__type[]];
|
|
6
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { None__type, empty_object__type, UnrealEngineString__array__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
-
import { decimal_string__type, boolean__type, integer_string__type } from '../../common/scalar';
|
|
3
|
-
import { FGBuildable__extractor_base__shared__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildableFrackingActivator__type = FGBuildable__extractor_base__shared__type & {
|
|
5
|
-
mExtractorTypeName?: None__type;
|
|
6
|
-
CurrentPotentialChangedDelegate: empty_object__type;
|
|
7
|
-
ConnectedExtractorCountChangedDelegate: empty_object__type;
|
|
8
|
-
mActivationStartupTime: decimal_string__type;
|
|
9
|
-
mActivationStartupTimer: decimal_string__type;
|
|
10
|
-
mSatelliteActivationComplete: boolean__type;
|
|
11
|
-
mSatelliteNodeCount: integer_string__type;
|
|
12
|
-
mConnectedExtractorCount: integer_string__type;
|
|
13
|
-
mDefaultPotentialExtractionPerMinute: decimal_string__type;
|
|
14
|
-
mAllowedResources: UnrealEngineString__array__type;
|
|
15
|
-
};
|
|
16
|
-
export type FGBuildableFrackingActivator__NativeClass = NativeClass__type & {
|
|
17
|
-
Classes: [FGBuildableFrackingActivator__type];
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { None__type, UnrealEngineString__array__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
-
import { FGBuildable__extractor_base__type } from './FGBuildable';
|
|
3
|
-
export type FGBuildableFrackingExtractor__type = FGBuildable__extractor_base__type & {
|
|
4
|
-
mAllowedResourceForms: [
|
|
5
|
-
'RF_LIQUID' | 'RF_GAS',
|
|
6
|
-
...('RF_LIQUID' | 'RF_GAS')[]
|
|
7
|
-
];
|
|
8
|
-
mExtractorTypeName: None__type;
|
|
9
|
-
mAllowedResources: UnrealEngineString__array__type;
|
|
10
|
-
};
|
|
11
|
-
export type FGBuildableFrackingExtractor__NativeClass = NativeClass__type & {
|
|
12
|
-
Classes: [FGBuildableFrackingExtractor__type];
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
3
|
-
export type FGBuildableGenerator__base__type = FGBuildable__consumes_power_base__type & {
|
|
4
|
-
mPowerProduction: decimal_string__type;
|
|
5
|
-
mLoadPercentage: decimal_string__type;
|
|
6
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { empty_object__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
-
import { integer_string__type, boolean__type, decimal_string__type } from '../../common/scalar';
|
|
3
|
-
import { FGBuildableGenerator__base__type } from './FGBuildableGenerator';
|
|
4
|
-
export type FGBuildableGeneratorFuel__base__type = FGBuildableGenerator__base__type & {
|
|
5
|
-
mFuelInventoryHandlerData: empty_object__type;
|
|
6
|
-
mFuelClasses: '';
|
|
7
|
-
mAvailableFuelClasses: '';
|
|
8
|
-
mFuelResourceForm?: 'RF_SOLID' | 'RF_LIQUID';
|
|
9
|
-
mFuelLoadAmount: integer_string__type;
|
|
10
|
-
mRequiresSupplementalResource: boolean__type;
|
|
11
|
-
mSupplementalLoadAmount: integer_string__type;
|
|
12
|
-
mSupplementalToPowerRatio: decimal_string__type;
|
|
13
|
-
mIsFullBlast: boolean__type;
|
|
14
|
-
mCachedInputConnections: '';
|
|
15
|
-
mCachedPipeInputConnections: '';
|
|
16
|
-
};
|
|
17
|
-
export type FGBuildableGeneratorFuel__biogen__type = FGBuildableGeneratorFuel__base__type & {
|
|
18
|
-
mDefaultFuelClasses: [
|
|
19
|
-
'/Script/FactoryGame.FGItemDescriptorBiomass',
|
|
20
|
-
...'/Script/FactoryGame.FGItemDescriptorBiomass'[]
|
|
21
|
-
];
|
|
22
|
-
mFuel: [
|
|
23
|
-
{
|
|
24
|
-
mFuelClass: 'FGItemDescriptorBiomass';
|
|
25
|
-
mSupplementalResourceClass: '';
|
|
26
|
-
mByproduct: '';
|
|
27
|
-
mByproductAmount: '';
|
|
28
|
-
},
|
|
29
|
-
...{
|
|
30
|
-
mFuelClass: 'FGItemDescriptorBiomass';
|
|
31
|
-
mSupplementalResourceClass: '';
|
|
32
|
-
mByproduct: '';
|
|
33
|
-
mByproductAmount: '';
|
|
34
|
-
}[]
|
|
35
|
-
];
|
|
36
|
-
mFuelResourceForm: 'RF_SOLID';
|
|
37
|
-
mCachedLoadPercentage: decimal_string__type;
|
|
38
|
-
};
|
|
39
|
-
export type FGBuildableGeneratorFuel__liquid__type = FGBuildableGeneratorFuel__base__type & {
|
|
40
|
-
m_SFXSockets: [
|
|
41
|
-
'AudioSocket_Exhaust' | 'AudioSocket_Root',
|
|
42
|
-
...('AudioSocket_Exhaust' | 'AudioSocket_Root')[]
|
|
43
|
-
];
|
|
44
|
-
m_CurrentPotential: integer_string__type;
|
|
45
|
-
mDefaultFuelClasses: [
|
|
46
|
-
('/Game/FactoryGame/Resource/Parts/Fuel/Desc_LiquidFuel.Desc_LiquidFuel_C' | '/Game/FactoryGame/Resource/Parts/Turbofuel/Desc_LiquidTurboFuel.Desc_LiquidTurboFuel_C' | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_LiquidBiofuel.Desc_LiquidBiofuel_C'),
|
|
47
|
-
...('/Game/FactoryGame/Resource/Parts/Fuel/Desc_LiquidFuel.Desc_LiquidFuel_C' | '/Game/FactoryGame/Resource/Parts/Turbofuel/Desc_LiquidTurboFuel.Desc_LiquidTurboFuel_C' | '/Game/FactoryGame/Resource/Parts/BioFuel/Desc_LiquidBiofuel.Desc_LiquidBiofuel_C')[]
|
|
48
|
-
];
|
|
49
|
-
mFuel: [
|
|
50
|
-
{
|
|
51
|
-
mFuelClass: 'Desc_LiquidFuel_C' | 'Desc_LiquidTurboFuel_C' | 'Desc_LiquidBiofuel_C';
|
|
52
|
-
mSupplementalResourceClass: '';
|
|
53
|
-
mByproduct: '';
|
|
54
|
-
mByproductAmount: '';
|
|
55
|
-
},
|
|
56
|
-
...{
|
|
57
|
-
mFuelClass: 'Desc_LiquidFuel_C' | 'Desc_LiquidTurboFuel_C' | 'Desc_LiquidBiofuel_C';
|
|
58
|
-
mSupplementalResourceClass: '';
|
|
59
|
-
mByproduct: '';
|
|
60
|
-
mByproductAmount: '';
|
|
61
|
-
}[]
|
|
62
|
-
];
|
|
63
|
-
mFuelResourceForm: 'RF_LIQUID';
|
|
64
|
-
mRTPCInterval: decimal_string__type;
|
|
65
|
-
mCachedLoadPercentage: decimal_string__type;
|
|
66
|
-
};
|
|
67
|
-
export type FGBuildableGeneratorFuel__solid__type = FGBuildableGeneratorFuel__base__type & {
|
|
68
|
-
m_SFXSockets: [
|
|
69
|
-
'AudioSocketTurbine' | 'CoalGeneratorPotential',
|
|
70
|
-
...('AudioSocketTurbine' | 'CoalGeneratorPotential')[]
|
|
71
|
-
];
|
|
72
|
-
m_CurrentPotential: integer_string__type;
|
|
73
|
-
mDefaultFuelClasses: [
|
|
74
|
-
('/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' | '/Game/FactoryGame/Resource/Parts/CompactedCoal/Desc_CompactedCoal.Desc_CompactedCoal_C' | '/Game/FactoryGame/Resource/Parts/PetroleumCoke/Desc_PetroleumCoke.Desc_PetroleumCoke_C'),
|
|
75
|
-
...('/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' | '/Game/FactoryGame/Resource/Parts/CompactedCoal/Desc_CompactedCoal.Desc_CompactedCoal_C' | '/Game/FactoryGame/Resource/Parts/PetroleumCoke/Desc_PetroleumCoke.Desc_PetroleumCoke_C')[]
|
|
76
|
-
];
|
|
77
|
-
mFuel: [
|
|
78
|
-
{
|
|
79
|
-
mFuelClass: 'Desc_Coal_C' | 'Desc_CompactedCoal_C' | 'Desc_PetroleumCoke_C';
|
|
80
|
-
mSupplementalResourceClass: 'Desc_Water_C';
|
|
81
|
-
mByproduct: '';
|
|
82
|
-
mByproductAmount: '';
|
|
83
|
-
},
|
|
84
|
-
...{
|
|
85
|
-
mFuelClass: 'Desc_Coal_C' | 'Desc_CompactedCoal_C' | 'Desc_PetroleumCoke_C';
|
|
86
|
-
mSupplementalResourceClass: 'Desc_Water_C';
|
|
87
|
-
mByproduct: '';
|
|
88
|
-
mByproductAmount: '';
|
|
89
|
-
}[]
|
|
90
|
-
];
|
|
91
|
-
mFuelResourceForm: 'RF_SOLID';
|
|
92
|
-
};
|
|
93
|
-
export type FGBuildableGeneratorFuel__NativeClass = NativeClass__type & {
|
|
94
|
-
Classes: [
|
|
95
|
-
(FGBuildableGeneratorFuel__solid__type | FGBuildableGeneratorFuel__liquid__type | FGBuildableGeneratorFuel__biogen__type),
|
|
96
|
-
(FGBuildableGeneratorFuel__solid__type | FGBuildableGeneratorFuel__liquid__type | FGBuildableGeneratorFuel__biogen__type),
|
|
97
|
-
(FGBuildableGeneratorFuel__solid__type | FGBuildableGeneratorFuel__liquid__type | FGBuildableGeneratorFuel__biogen__type)
|
|
98
|
-
];
|
|
99
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { boolean__type, decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { FGBuildableGenerator__base__type } from './FGBuildableGenerator';
|
|
3
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
-
export type FGBuildableGeneratorGeoThermal__type = FGBuildableGenerator__base__type & {
|
|
5
|
-
mProductionEffectsRunning: boolean__type;
|
|
6
|
-
mVariablePowerProductionConstant: decimal_string__type;
|
|
7
|
-
mVariablePowerProductionFactor: decimal_string__type;
|
|
8
|
-
mVariablePowerProductionCycleLength: decimal_string__type;
|
|
9
|
-
mMinPowerProduction: decimal_string__type;
|
|
10
|
-
mMaxPowerProduction: decimal_string__type;
|
|
11
|
-
mVariablePowerProductionCycleOffset: decimal_string__type;
|
|
12
|
-
};
|
|
13
|
-
export type FGBuildableGeneratorGeoThermal__NativeClass = NativeClass__type & {
|
|
14
|
-
Classes: [FGBuildableGeneratorGeoThermal__type];
|
|
15
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { integer_string__type, decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { mOutputInventoryHandlerData__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
import { FGBuildableGeneratorFuel__base__type } from './FGBuildableGeneratorFuel';
|
|
4
|
-
export type FGBuildableGeneratorNuclear__type = FGBuildableGeneratorFuel__base__type & {
|
|
5
|
-
mOutputInventoryHandlerData: mOutputInventoryHandlerData__type;
|
|
6
|
-
mWasteLeftFromCurrentFuel: integer_string__type;
|
|
7
|
-
mCurrentGeneratorNuclearWarning: 'GNW_None';
|
|
8
|
-
mDefaultFuelClasses: [
|
|
9
|
-
('/Game/FactoryGame/Resource/Parts/NuclearFuelRod/Desc_NuclearFuelRod.Desc_NuclearFuelRod_C' | '/Game/FactoryGame/Resource/Parts/PlutoniumFuelRods/Desc_PlutoniumFuelRod.Desc_PlutoniumFuelRod_C'),
|
|
10
|
-
...('/Game/FactoryGame/Resource/Parts/NuclearFuelRod/Desc_NuclearFuelRod.Desc_NuclearFuelRod_C' | '/Game/FactoryGame/Resource/Parts/PlutoniumFuelRods/Desc_PlutoniumFuelRod.Desc_PlutoniumFuelRod_C')[]
|
|
11
|
-
];
|
|
12
|
-
mFuel: [
|
|
13
|
-
({
|
|
14
|
-
mFuelClass: 'Desc_NuclearFuelRod_C';
|
|
15
|
-
mSupplementalResourceClass: 'Desc_Water_C';
|
|
16
|
-
mByproduct: 'Desc_NuclearWaste_C';
|
|
17
|
-
mByproductAmount: integer_string__type;
|
|
18
|
-
} | {
|
|
19
|
-
mFuelClass: 'Desc_PlutoniumFuelRod_C';
|
|
20
|
-
mSupplementalResourceClass: 'Desc_Water_C';
|
|
21
|
-
mByproduct: 'Desc_PlutoniumWaste_C';
|
|
22
|
-
mByproductAmount: integer_string__type;
|
|
23
|
-
}),
|
|
24
|
-
...({
|
|
25
|
-
mFuelClass: 'Desc_NuclearFuelRod_C';
|
|
26
|
-
mSupplementalResourceClass: 'Desc_Water_C';
|
|
27
|
-
mByproduct: 'Desc_NuclearWaste_C';
|
|
28
|
-
mByproductAmount: integer_string__type;
|
|
29
|
-
} | {
|
|
30
|
-
mFuelClass: 'Desc_PlutoniumFuelRod_C';
|
|
31
|
-
mSupplementalResourceClass: 'Desc_Water_C';
|
|
32
|
-
mByproduct: 'Desc_PlutoniumWaste_C';
|
|
33
|
-
mByproductAmount: integer_string__type;
|
|
34
|
-
})[]
|
|
35
|
-
];
|
|
36
|
-
mFuelResourceForm: 'RF_SOLID';
|
|
37
|
-
mCachedLoadPercentage: decimal_string__type;
|
|
38
|
-
};
|
|
39
|
-
export type FGBuildableGeneratorNuclear__NativeClass = NativeClass__type & {
|
|
40
|
-
Classes: [FGBuildableGeneratorNuclear__type];
|
|
41
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { integer_string__type, integer_string__signed__type, decimal_string__type, decimal_string__signed__type, boolean__type } from '../../common/scalar';
|
|
2
|
-
import { empty_object__type, xyz__type, pitch_yaw_roll__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildableJumppad__type = FGBuildable__consumes_power_base__type & {
|
|
5
|
-
mPowerBankCapacity: decimal_string__type;
|
|
6
|
-
mLaunchPowerCost: decimal_string__type;
|
|
7
|
-
mChargeRateMultiplier: decimal_string__type;
|
|
8
|
-
mCurrentPowerLevel: decimal_string__type;
|
|
9
|
-
mLaunchVelocity: decimal_string__type;
|
|
10
|
-
mLaunchAngle: decimal_string__signed__type;
|
|
11
|
-
mPlayerChainJumpResetTime: decimal_string__type;
|
|
12
|
-
mHasPowerForLaunch: boolean__type;
|
|
13
|
-
ComponentsToLaunch: '';
|
|
14
|
-
CharactersToLaunch: '';
|
|
15
|
-
VehiclesToLaunch: '';
|
|
16
|
-
mTrajectoryData: empty_object__type;
|
|
17
|
-
mTrajectoryMeshScale: xyz__type;
|
|
18
|
-
mTrajectoryMeshRotation: pitch_yaw_roll__type;
|
|
19
|
-
mDestinationMeshHeightOffset: decimal_string__type;
|
|
20
|
-
mTrajectorySplineMeshNumPrimitiveDataFloats: integer_string__type;
|
|
21
|
-
mTrajectorySplineMeshSplineDataSettings: {
|
|
22
|
-
StartTangentPrimitiveDataStartIndex: integer_string__type;
|
|
23
|
-
EndPositionPrimitiveDataStartIndex: integer_string__type;
|
|
24
|
-
EndTangentPrimitiveDataStartIndex: integer_string__type;
|
|
25
|
-
InstanceScaleIndex: integer_string__signed__type;
|
|
26
|
-
};
|
|
27
|
-
mNumArrows: integer_string__type;
|
|
28
|
-
mKillTimer: empty_object__type;
|
|
29
|
-
mTrajectoryGravityMultiplier: decimal_string__type;
|
|
30
|
-
mShowTrajectoryCounter: integer_string__type;
|
|
31
|
-
};
|
|
32
|
-
export type FGBuildableJumppad__NativeClass = NativeClass__type & {
|
|
33
|
-
Classes: [FGBuildableJumppad__type];
|
|
34
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type, integer_string__type } from '../../common/scalar';
|
|
2
|
-
import { FGBuildable__base__type } from './FGBuildable';
|
|
3
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
-
export type FGBuildableLadder__type = FGBuildable__base__type & {
|
|
5
|
-
mWidth: decimal_string__type;
|
|
6
|
-
mMeshHeight: decimal_string__type;
|
|
7
|
-
mMaxSegmentCount: integer_string__type;
|
|
8
|
-
mNumSegments: integer_string__type;
|
|
9
|
-
mLadderMeshes: '';
|
|
10
|
-
};
|
|
11
|
-
export type FGBuildableLadder__NativeClass = NativeClass__type & {
|
|
12
|
-
Classes: [FGBuildableLadder__type];
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { color_decimal__type, empty_object__type, mLightControlData__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
-
import { boolean__type, decimal_string__type } from '../../common/scalar';
|
|
3
|
-
import { FGBuildable__base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildableLightSource__type = FGBuildableLightSource__base__type & {
|
|
5
|
-
newCustomizationData?: {
|
|
6
|
-
OverrideColorData: {
|
|
7
|
-
PrimaryColor: color_decimal__type;
|
|
8
|
-
SecondaryColor: color_decimal__type;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export type FGBuildableLightSource__base__type = FGBuildable__base__type & {
|
|
13
|
-
OnBuildableLightSourceStateChanged: empty_object__type;
|
|
14
|
-
mIsEnabled: boolean__type;
|
|
15
|
-
mLightControlData: mLightControlData__type;
|
|
16
|
-
mPowerConsumption: decimal_string__type;
|
|
17
|
-
mHasPower: boolean__type;
|
|
18
|
-
mIsDay: boolean__type;
|
|
19
|
-
};
|
|
20
|
-
export type FGBuildableLightSource__NativeClass = NativeClass__type & {
|
|
21
|
-
Classes: [FGBuildableLightSource__type, ...FGBuildableLightSource__type[]];
|
|
22
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { empty_object__type, mLightControlData__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
-
import { boolean__type } from '../../common/scalar';
|
|
3
|
-
import { FGBuildable__circuits_base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildableLightsControlPanel__type = FGBuildable__circuits_base__type & {
|
|
5
|
-
OnLightControlPanelStateChanged: empty_object__type;
|
|
6
|
-
mLightControlData: mLightControlData__type;
|
|
7
|
-
mIsEnabled: boolean__type;
|
|
8
|
-
mOnControlledBuildablesChanged: empty_object__type;
|
|
9
|
-
mControlledBuildables: '';
|
|
10
|
-
};
|
|
11
|
-
export type FGBuildableLightsControlPanel__NativeClass = NativeClass__type & {
|
|
12
|
-
Classes: [FGBuildableLightsControlPanel__type];
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { FGBuildable__occupied__type } from './FGBuildable';
|
|
3
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
-
export type FGBuildableMAM__type = FGBuildable__occupied__type & {
|
|
5
|
-
mCurrentResearchState: 'ERS_NotResearching';
|
|
6
|
-
mSignificanceRange: decimal_string__type;
|
|
7
|
-
};
|
|
8
|
-
export type FGBuildableMAM__NativeClass = NativeClass__type & {
|
|
9
|
-
Classes: [FGBuildableMAM__type];
|
|
10
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { integer_string__type, decimal_string__type, boolean__type, boolean_extended__type } from '../../common/scalar';
|
|
2
|
-
import { empty_object__type, mOutputInventoryHandlerData__type, color_decimal__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildableManufacturer__type = FGBuildableManufacturer__base__type;
|
|
5
|
-
export type FGBuildableManufacturer__base__type = FGBuildable__consumes_power_base__type & {
|
|
6
|
-
IsPowered?: boolean__type;
|
|
7
|
-
bIsPendingToKillVfx?: boolean__type;
|
|
8
|
-
mProductionEffectsRunning?: boolean__type;
|
|
9
|
-
mCurrentRecipeChanged: empty_object__type;
|
|
10
|
-
mManufacturingSpeed: decimal_string__type;
|
|
11
|
-
mFactoryInputConnections: '';
|
|
12
|
-
mPipeInputConnections: '';
|
|
13
|
-
mFactoryOutputConnections: '';
|
|
14
|
-
mPipeOutputConnections: '';
|
|
15
|
-
mInputInventoryHandlerData: empty_object__type;
|
|
16
|
-
mOutputInventoryHandlerData: mOutputInventoryHandlerData__type;
|
|
17
|
-
mStoppedProducingAnimationSounds?: boolean__type;
|
|
18
|
-
mStoppedAkComponents?: boolean_extended__type;
|
|
19
|
-
mSocketStoppedAkComponents?: '';
|
|
20
|
-
};
|
|
21
|
-
export type FGBuildableManufacturer__blender__type = FGBuildableManufacturer__base__type & {
|
|
22
|
-
ClassName?: 'Build_Blender_C';
|
|
23
|
-
mCurrentColorVFX: color_decimal__type;
|
|
24
|
-
m_NotifyNameREferences: [
|
|
25
|
-
'Arm_04_ClawBase' | 'Arm_02_SFXSocket',
|
|
26
|
-
'Arm_04_ClawBase' | 'Arm_02_SFXSocket',
|
|
27
|
-
...('Arm_04_ClawBase' | 'Arm_02_SFXSocket')[]
|
|
28
|
-
];
|
|
29
|
-
mColor: '';
|
|
30
|
-
mIsRadioActive: boolean__type;
|
|
31
|
-
};
|
|
32
|
-
export type FGBuildableManufacturer__constructor__type = FGBuildableManufacturer__base__type & {
|
|
33
|
-
ClassName?: 'Build_ConstructorMk1_C';
|
|
34
|
-
mCurrentRecipeCheck: '';
|
|
35
|
-
mPreviousRecipeCheck: '';
|
|
36
|
-
CurrentPotentialConvert: [
|
|
37
|
-
[
|
|
38
|
-
integer_string__type,
|
|
39
|
-
decimal_string__type
|
|
40
|
-
],
|
|
41
|
-
...[integer_string__type, decimal_string__type][]
|
|
42
|
-
];
|
|
43
|
-
};
|
|
44
|
-
export type FGBuildableManufacturer__packager__type = FGBuildableManufacturer__base__type & {
|
|
45
|
-
ClassName?: 'Build_Packager_C';
|
|
46
|
-
mCurrentColor_VFX: color_decimal__type;
|
|
47
|
-
CurrentPackagingMode: '';
|
|
48
|
-
};
|
|
49
|
-
export type FGBuildableManufacturer__smelter__type = FGBuildableManufacturer__base__type & {
|
|
50
|
-
ClassName?: 'Build_SmelterMk1_C';
|
|
51
|
-
mIsPendingToKillVFX: boolean__type;
|
|
52
|
-
mCachedCurrentPotential: integer_string__type;
|
|
53
|
-
};
|
|
54
|
-
export type FGBuildableManufacturer__NativeClass = NativeClass__type & {
|
|
55
|
-
Classes: [
|
|
56
|
-
(FGBuildableManufacturer__type | FGBuildableManufacturer__packager__type | FGBuildableManufacturer__blender__type | FGBuildableManufacturer__smelter__type | FGBuildableManufacturer__constructor__type),
|
|
57
|
-
...(FGBuildableManufacturer__type | FGBuildableManufacturer__packager__type | FGBuildableManufacturer__blender__type | FGBuildableManufacturer__smelter__type | FGBuildableManufacturer__constructor__type)[]
|
|
58
|
-
];
|
|
59
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturerVariablePower.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { empty_object__type, xyz_array__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
import { FGBuildableManufacturer__base__type } from './FGBuildableManufacturer';
|
|
4
|
-
export type FGBuildableManufacturerVariablePower__type = FGBuildableManufacturer__base__type & {
|
|
5
|
-
mSequenceDuration: decimal_string__type;
|
|
6
|
-
mLightningTimer: empty_object__type;
|
|
7
|
-
mGameTimeAtProducing: decimal_string__type;
|
|
8
|
-
mCurrentProducingSeekTime: decimal_string__type;
|
|
9
|
-
mStartVector_VFX_Small_Start: xyz_array__type;
|
|
10
|
-
mStartVector_VFX_Small_End: xyz_array__type;
|
|
11
|
-
mStartVector_VFX_Medium_Start: xyz_array__type;
|
|
12
|
-
mStartVector_VFX_Medium_End: xyz_array__type;
|
|
13
|
-
mStartVector_VFX_Large_Start: xyz_array__type;
|
|
14
|
-
mStartVector_VFX_Large_End: xyz_array__type;
|
|
15
|
-
mEstimatedMininumPowerConsumption: decimal_string__type;
|
|
16
|
-
mEstimatedMaximumPowerConsumption: decimal_string__type;
|
|
17
|
-
};
|
|
18
|
-
export type FGBuildableManufacturerVariablePower__NativeClass = NativeClass__type & {
|
|
19
|
-
Classes: [FGBuildableManufacturerVariablePower__type];
|
|
20
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type, boolean__type } from '../../common/scalar';
|
|
2
|
-
import { pitch_yaw_roll__type, xyz__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
import { FGBuildable__base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildablePassthrough__type = FGBuildable__base__type & {
|
|
5
|
-
mSnappedBuildingThickness: decimal_string__type;
|
|
6
|
-
mMidMeshLength: decimal_string__type;
|
|
7
|
-
mGenerateTunnelCollision: boolean__type;
|
|
8
|
-
mEndCapRotation: pitch_yaw_roll__type;
|
|
9
|
-
mMidMeshRotation: pitch_yaw_roll__type;
|
|
10
|
-
mEndCapTranslation: xyz__type;
|
|
11
|
-
mClearanceHeightMin: decimal_string__type;
|
|
12
|
-
mClearanceThickness: decimal_string__type;
|
|
13
|
-
mCostSegmentLength: decimal_string__type;
|
|
14
|
-
mGeneratedMeshComponents: '';
|
|
15
|
-
};
|
|
16
|
-
export type FGBuildablePassthrough__NativeClass = NativeClass__type & {
|
|
17
|
-
Classes: [FGBuildablePassthrough__type, ...FGBuildablePassthrough__type[]];
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { FGBuildablePassthrough__type } from './FGBuildablePassthrough';
|
|
2
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
export type FGBuildablePassthroughPipeHyper__NativeClass = NativeClass__type & {
|
|
4
|
-
Classes: [FGBuildablePassthrough__type, ...FGBuildablePassthrough__type[]];
|
|
5
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { xyz__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
-
import { boolean__type } from '../../common/scalar';
|
|
3
|
-
import { FGBuildable__base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildablePillarLightweight__type = FGBuildable__base__type & {
|
|
5
|
-
mSize: xyz__type;
|
|
6
|
-
mIsSupport: boolean__type;
|
|
7
|
-
};
|
|
8
|
-
export type FGBuildablePillarLightweight__NativeClass = NativeClass__type & {
|
|
9
|
-
Classes: [
|
|
10
|
-
FGBuildablePillarLightweight__type,
|
|
11
|
-
...FGBuildablePillarLightweight__type[]
|
|
12
|
-
];
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { FGBuildable__base__type } from './FGBuildable';
|
|
3
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
-
export type FGBuildablePipeHyper__type = FGBuildable__base__type & {
|
|
5
|
-
mMeshLength: decimal_string__type;
|
|
6
|
-
mSplineData: '';
|
|
7
|
-
mSnappedPassthroughs: '';
|
|
8
|
-
};
|
|
9
|
-
export type FGBuildablePipeHyper__NativeClass = NativeClass__type & {
|
|
10
|
-
Classes: [FGBuildablePipeHyper__type];
|
|
11
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { empty_object__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
import { FGBuildable__pipeline_accessory__base__type } from './FGBuildable';
|
|
4
|
-
export type FGBuildablePipeReservoir__type = FGBuildable__pipeline_accessory__base__type & {
|
|
5
|
-
mStackingHeight: decimal_string__type;
|
|
6
|
-
mStorageCapacity: decimal_string__type;
|
|
7
|
-
mIndicatorData: empty_object__type;
|
|
8
|
-
};
|
|
9
|
-
export type FGBuildablePipeReservoir__NativeClass = NativeClass__type & {
|
|
10
|
-
Classes: [FGBuildablePipeReservoir__type, FGBuildablePipeReservoir__type];
|
|
11
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { StringPassedRegExp } from '../../utils/validators';
|
|
2
|
-
import { decimal_string__type, boolean__type } from '../../common/scalar';
|
|
3
|
-
import { empty_object__type, mSnappedPassthroughs__type, NativeClass__type } from '../../common/unassigned';
|
|
4
|
-
import { FGBuildable__base__type } from './FGBuildable';
|
|
5
|
-
export type FGBuildablePipeline__type = FGBuildable__base__type & {
|
|
6
|
-
mMeshLength: decimal_string__type;
|
|
7
|
-
mSplineData: '';
|
|
8
|
-
mRadius: decimal_string__type;
|
|
9
|
-
mFlowLimit: decimal_string__type;
|
|
10
|
-
mFlowIndicatorMinimumPipeLength: decimal_string__type;
|
|
11
|
-
mPipeConnections: '';
|
|
12
|
-
mFluidBox: empty_object__type;
|
|
13
|
-
mIndicatorData: empty_object__type;
|
|
14
|
-
mMaxIndicatorTurnAngle: decimal_string__type;
|
|
15
|
-
mIgnoreActorsForIndicator: '';
|
|
16
|
-
mFluidNames: [
|
|
17
|
-
{
|
|
18
|
-
WwiseSafeName: StringPassedRegExp<'^[A-Z][A-Za-z]+(_[A-Z][A-Za-z]+)*$'>;
|
|
19
|
-
ActualName?: StringPassedRegExp<'^[A-Z][A-Za-z]+( [A-Z][A-Za-z]+)*$'>;
|
|
20
|
-
},
|
|
21
|
-
...{
|
|
22
|
-
WwiseSafeName: StringPassedRegExp<'^[A-Z][A-Za-z]+(_[A-Z][A-Za-z]+)*$'>;
|
|
23
|
-
ActualName?: StringPassedRegExp<'^[A-Z][A-Za-z]+( [A-Z][A-Za-z]+)*$'>;
|
|
24
|
-
}[]
|
|
25
|
-
];
|
|
26
|
-
mCurrentFluid: '';
|
|
27
|
-
mLastContentForSound: decimal_string__type;
|
|
28
|
-
mLastFlowForSound: decimal_string__type;
|
|
29
|
-
mRattleLimit: decimal_string__type;
|
|
30
|
-
mIsRattling: boolean__type;
|
|
31
|
-
mUpdateSoundsHandle: empty_object__type;
|
|
32
|
-
mSnappedPassthroughs: mSnappedPassthroughs__type;
|
|
33
|
-
};
|
|
34
|
-
export type FGBuildablePipeline__NativeClass = NativeClass__type & {
|
|
35
|
-
Classes: [FGBuildablePipeline__type, ...FGBuildablePipeline__type[]];
|
|
36
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FGBuildable__pipeline_accessory__type } from './FGBuildable';
|
|
2
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
3
|
-
export type FGBuildablePipelineJunction__type = FGBuildable__pipeline_accessory__type;
|
|
4
|
-
export type FGBuildablePipelineJunction__NativeClass = NativeClass__type & {
|
|
5
|
-
Classes: [FGBuildablePipelineJunction__type];
|
|
6
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { FGBuildable__pipeline_flow_accessory__type } from './FGBuildable';
|
|
2
|
-
import { boolean__type, decimal_string__type } from '../../common/scalar';
|
|
3
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
-
export type FGBuildablePipelinePump__type = FGBuildable__pipeline_flow_accessory__type & {
|
|
5
|
-
mIsPipePumpPlaying: boolean__type;
|
|
6
|
-
mIsExceedingHeadLift: boolean__type;
|
|
7
|
-
mCurrentAudioHeadLift: decimal_string__type;
|
|
8
|
-
};
|
|
9
|
-
export type FGBuildablePipelinePump__valve__type = FGBuildable__pipeline_flow_accessory__type;
|
|
10
|
-
export type FGBuildablePipelinePump__NativeClass = NativeClass__type & {
|
|
11
|
-
Classes: [
|
|
12
|
-
FGBuildablePipelinePump__valve__type | FGBuildablePipelinePump__type,
|
|
13
|
-
FGBuildablePipelinePump__valve__type | FGBuildablePipelinePump__type,
|
|
14
|
-
FGBuildablePipelinePump__valve__type | FGBuildablePipelinePump__type
|
|
15
|
-
];
|
|
16
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
-
import { FGBuildable__pole__base__type } from './FGBuildable';
|
|
3
|
-
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
-
export type FGBuildablePipelineSupport__type = FGBuildable__pole__base__type & {
|
|
5
|
-
mLength: decimal_string__type;
|
|
6
|
-
mVerticalAngle: decimal_string__type;
|
|
7
|
-
};
|
|
8
|
-
export type FGBuildablePipelineSupport__NativeClass = NativeClass__type & {
|
|
9
|
-
Classes: [
|
|
10
|
-
FGBuildablePipelineSupport__type,
|
|
11
|
-
...FGBuildablePipelineSupport__type[]
|
|
12
|
-
];
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|