@satisfactory-dev/docs.json.ts 0.10.0 → 0.10.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/README.md +1 -0
- package/assert/CustomAssert.js +0 -1
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeInstantHit.d.ts +20 -0
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeInstantHit.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeProjectile.d.ts +88 -0
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeProjectile.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeSpreadshot.d.ts +14 -0
- package/generated-types/update8/classes/CoreUObject/FGAmmoTypeSpreadshot.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildable.d.ts +164 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildable.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentMerger.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentMerger.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentSplitter.d.ts +6 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableAttachmentSplitter.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableBeamLightweight.d.ts +15 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableBeamLightweight.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableBlueprintDesigner.d.ts +23 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableBlueprintDesigner.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableCircuitSwitch.d.ts +8 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableCircuitSwitch.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorBelt.d.ts +20 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorBelt.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorLift.d.ts +12 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableConveyorLift.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableCornerWall.d.ts +10 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableCornerWall.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableDockingStation.d.ts +23 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableDockingStation.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableDoor.d.ts +23 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableDoor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableDroneStation.d.ts +38 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableDroneStation.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactory.d.ts +22 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactory.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactoryBuilding.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactoryBuilding.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactorySimpleProducer.d.ts +10 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFactorySimpleProducer.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFloodlight.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFloodlight.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundation.d.ts +16 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundation.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundationLightweight.d.ts +6 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFoundationLightweight.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingActivator.d.ts +18 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingActivator.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingExtractor.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableFrackingExtractor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGenerator.d.ts +6 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGenerator.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorFuel.d.ts +99 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorFuel.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorGeoThermal.d.ts +15 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorGeoThermal.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorNuclear.d.ts +41 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableGeneratorNuclear.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableJumppad.d.ts +34 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableJumppad.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableLadder.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableLadder.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightSource.d.ts +22 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightSource.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightsControlPanel.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableLightsControlPanel.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableMAM.d.ts +10 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableMAM.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturer.d.ts +59 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturer.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturerVariablePower.d.ts +20 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableManufacturerVariablePower.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthrough.d.ts +18 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthrough.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthroughPipeHyper.d.ts +5 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePassthroughPipeHyper.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePillarLightweight.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePillarLightweight.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeHyper.d.ts +11 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeHyper.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeReservoir.d.ts +11 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeReservoir.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeline.d.ts +36 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipeline.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineJunction.d.ts +6 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineJunction.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelinePump.d.ts +16 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelinePump.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineSupport.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePipelineSupport.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePoleLightweight.d.ts +10 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePoleLightweight.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerPole.d.ts +12 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerPole.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerStorage.d.ts +17 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePowerStorage.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePriorityPowerSwitch.d.ts +10 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildablePriorityPowerSwitch.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRadarTower.d.ts +11 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRadarTower.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadSignal.d.ts +23 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadSignal.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadStation.d.ts +12 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadStation.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadTrack.d.ts +30 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRailroadTrack.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRamp.d.ts +10 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableRamp.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceExtractor.d.ts +38 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceExtractor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSink.d.ts +16 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSink.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSinkShop.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableResourceSinkShop.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableSnowDispenser.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableSnowDispenser.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableSpaceElevator.d.ts +6 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableSpaceElevator.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableSplitterSmart.d.ts +20 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableSplitterSmart.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableStair.d.ts +11 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableStair.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableStorage.d.ts +11 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableStorage.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTradingPost.d.ts +38 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTradingPost.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatform.d.ts +16 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatform.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformCargo.d.ts +47 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformCargo.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformEmpty.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableTrainPlatformEmpty.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkway.d.ts +22 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkway.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkwayLightweight.d.ts +11 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWalkwayLightweight.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWall.d.ts +24 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWall.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWallLightweight.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWallLightweight.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWaterPump.d.ts +20 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWaterPump.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWidgetSign.d.ts +25 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWidgetSign.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWire.d.ts +15 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildableWire.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildingDescriptor.d.ts +14 -0
- package/generated-types/update8/classes/CoreUObject/FGBuildingDescriptor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGChainsaw.d.ts +21 -0
- package/generated-types/update8/classes/CoreUObject/FGChainsaw.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGChargedWeapon.d.ts +15 -0
- package/generated-types/update8/classes/CoreUObject/FGChargedWeapon.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGConsumableDescriptor.d.ts +18 -0
- package/generated-types/update8/classes/CoreUObject/FGConsumableDescriptor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGConsumableEquipment.d.ts +5 -0
- package/generated-types/update8/classes/CoreUObject/FGConsumableEquipment.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGConveyorPoleStackable.d.ts +5 -0
- package/generated-types/update8/classes/CoreUObject/FGConveyorPoleStackable.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGCustomizationRecipe.d.ts +35 -0
- package/generated-types/update8/classes/CoreUObject/FGCustomizationRecipe.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipment.d.ts +57 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipment.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipmentDescriptor.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipmentDescriptor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipmentStunSpear.d.ts +28 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipmentStunSpear.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipmentZipline.d.ts +17 -0
- package/generated-types/update8/classes/CoreUObject/FGEquipmentZipline.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGGasMask.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGGasMask.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGGolfCartDispenser.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGGolfCartDispenser.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGHoverPack.d.ts +39 -0
- package/generated-types/update8/classes/CoreUObject/FGHoverPack.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptor.d.ts +56 -0
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorBiomass.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorBiomass.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorNuclearFuel.d.ts +14 -0
- package/generated-types/update8/classes/CoreUObject/FGItemDescriptorNuclearFuel.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGJetPack.d.ts +25 -0
- package/generated-types/update8/classes/CoreUObject/FGJetPack.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGJumpingStilts.d.ts +10 -0
- package/generated-types/update8/classes/CoreUObject/FGJumpingStilts.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGObjectScanner.d.ts +22 -0
- package/generated-types/update8/classes/CoreUObject/FGObjectScanner.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGParachute.d.ts +15 -0
- package/generated-types/update8/classes/CoreUObject/FGParachute.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGPipeHyperStart.d.ts +19 -0
- package/generated-types/update8/classes/CoreUObject/FGPipeHyperStart.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGPoleDescriptor.d.ts +13 -0
- package/generated-types/update8/classes/CoreUObject/FGPoleDescriptor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGPortableMinerDispenser.d.ts +6 -0
- package/generated-types/update8/classes/CoreUObject/FGPortableMinerDispenser.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGRecipe.d.ts +9 -0
- package/generated-types/update8/classes/CoreUObject/FGRecipe.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGResourceDescriptor.d.ts +12 -0
- package/generated-types/update8/classes/CoreUObject/FGResourceDescriptor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGSchematic.d.ts +146 -0
- package/generated-types/update8/classes/CoreUObject/FGSchematic.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGSuitBase.d.ts +27 -0
- package/generated-types/update8/classes/CoreUObject/FGSuitBase.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGVehicleDescriptor.d.ts +22 -0
- package/generated-types/update8/classes/CoreUObject/FGVehicleDescriptor.js +1 -0
- package/generated-types/update8/classes/CoreUObject/FGWeapon.d.ts +45 -0
- package/generated-types/update8/classes/CoreUObject/FGWeapon.js +1 -0
- package/generated-types/update8/common/scalar.d.ts +7 -0
- package/generated-types/update8/common/scalar.js +1 -0
- package/generated-types/update8/common/unassigned.d.ts +251 -0
- package/generated-types/update8/common/unassigned.js +1 -0
- package/generated-types/update8/utils/validators.d.ts +14 -0
- package/generated-types/update8/utils/validators.js +14 -0
- package/lib/CustomParsingTypes/CustomPairingTypes.js +0 -1
- package/lib/CustomParsingTypes/TypedString.js +0 -1
- package/lib/CustomParsingTypes/TypedStringConst.js +0 -1
- package/lib/CustomParsingTypes/TypedStringEnum.js +0 -1
- package/lib/CustomParsingTypes/TypedStringPattern.js +0 -1
- package/lib/CustomParsingTypes/UnrealEngineString.js +0 -1
- package/lib/CustomParsingTypes/ValueToRegexFormatter.js +0 -1
- package/lib/DataDiscovery/CustomTypes/BooleanOrBooleanExtended.js +0 -1
- package/lib/DataDiscovery/CustomTypes/StringStartsWith.js +0 -1
- package/lib/DataDiscovery/CustomTypes/TypedString.js +0 -1
- package/lib/DataDiscovery/CustomTypes/UnrealEngineString.js +0 -1
- package/lib/DataDiscovery/Generator.js +0 -1
- package/lib/DataDiscovery/JsonSchema/Array.js +0 -1
- package/lib/DataDiscovery/JsonSchema/Object.js +0 -1
- package/lib/DataDiscovery/JsonSchema/OneOf.js +0 -1
- package/lib/DataDiscovery/JsonSchema/Ref.js +0 -1
- package/lib/DataDiscovery/JsonSchema/StringType.js +0 -1
- package/lib/DataDiscovery/Literal.js +0 -1
- package/lib/DataDiscovery.js +0 -1
- package/lib/DocsToAutoImport/ArrayTypeNodes.js +0 -1
- package/lib/DocsToAutoImport/ClassDeclarations.js +0 -1
- package/lib/DocsToAutoImport/FunctionDeclaration.js +0 -1
- package/lib/DocsToAutoImport/LiteralTypeNodes.js +0 -1
- package/lib/DocsToAutoImport/MethodDeclarations.js +0 -1
- package/lib/DocsToAutoImport/NodeExtraction.js +0 -1
- package/lib/DocsToAutoImport/PropertyDeclarations.js +0 -1
- package/lib/DocsToAutoImport/TupleTypeNodes.js +0 -1
- package/lib/DocsToAutoImport/TypeLiteralNodes.js +0 -1
- package/lib/DocsToAutoImport/TypeReferenceNodes.js +0 -1
- package/lib/DocsToAutoImport/from_Node_array.js +0 -1
- package/lib/DocsTsAutoImports.js +0 -1
- package/lib/DocsTsGenerator/FilesGenerator.js +0 -1
- package/lib/DocsTsGenerator.js +0 -1
- package/lib/DocsValidation.js +0 -1
- package/lib/Exceptions.js +0 -1
- package/lib/FilesGenerator.js +0 -1
- package/lib/MarkdownUtilities.js +0 -1
- package/lib/StringStartsWith.js +0 -1
- package/lib/TsFactoryWrapper.js +0 -1
- package/lib/TypeDefinitionDiscovery/CustomParsingTypes/UnrealEngineString.js +0 -1
- package/lib/TypeDefinitionDiscovery/CustomParsingTypes/string_starts_with.js +0 -1
- package/lib/TypeDefinitionDiscovery/CustomParsingTypes/typed_string.js +0 -1
- package/lib/TypeDefinitionDiscovery/Generator.js +0 -1
- package/lib/TypeDefinitionDiscovery/GeneratorDoesDiscovery.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/ArrayType.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/Object/ExtendsObject.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/ObjectType.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Const.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Enum/BooleanEnum.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Enum.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/String/Pattern.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/String.js +0 -1
- package/lib/TypeDefinitionDiscovery/JsonSchema/oneOf_or_anyOf.js +0 -1
- package/lib/TypeDefinitionDiscovery.js +0 -1
- package/lib/TypeDefinitionWriter.js +0 -1
- package/lib/TypesDiscovery/CandidatesDiscovery.js +0 -1
- package/lib/TypesDiscovery/CustomParsingTypes/UnrealEngineString.js +0 -1
- package/lib/TypesDiscovery/CustomParsingTypes/typed_string.js +0 -1
- package/lib/TypesDiscovery/JsonSchema/$ref.js +0 -1
- package/lib/TypesDiscovery/JsonSchema/const.js +0 -1
- package/lib/TypesDiscovery/JsonSchema/enum.js +0 -1
- package/lib/TypesDiscovery/JsonSchema/properties.js +0 -1
- package/lib/TypesDiscovery/non_array_object_property.js +0 -1
- package/lib/TypesDiscovery/non_empty_array_property.js +0 -1
- package/lib/TypesDiscovery.js +0 -1
- package/lib/TypesGeneration/validators.js +0 -1
- package/lib/TypesGeneration.js +0 -1
- package/lib/__dirname.js +0 -1
- package/lib/generator.js +0 -1
- package/lib/helpers.js +0 -1
- package/lib/index.js +0 -1
- package/package.json +1 -1
- package/setup_PerformanceObserver.js +0 -1
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { decimal_string__type, integer_string__signed__type } from '../../common/scalar';
|
|
2
|
+
import { FGBuildable__pole__base__type } from './FGBuildable';
|
|
3
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
+
export type FGBuildablePoleLightweight__type = FGBuildable__pole__base__type & {
|
|
5
|
+
mHeight: decimal_string__type;
|
|
6
|
+
mSelectedPoleVersion: integer_string__signed__type;
|
|
7
|
+
};
|
|
8
|
+
export type FGBuildablePoleLightweight__NativeClass = NativeClass__type & {
|
|
9
|
+
Classes: [FGBuildablePoleLightweight__type];
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { decimal_string__type, boolean__type } from '../../common/scalar';
|
|
2
|
+
import { FGBuildable__base__type } from './FGBuildable';
|
|
3
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
+
export type FGBuildablePowerPole__type = FGBuildable__base__type & {
|
|
5
|
+
mPowerConnections: '';
|
|
6
|
+
mPowerPoleType: 'PPT_POLE' | 'PPT_WALL' | 'PPT_TOWER' | 'PPT_WALL_DOUBLE';
|
|
7
|
+
mPowerTowerWireMaxLength: decimal_string__type;
|
|
8
|
+
mHasPower: boolean__type;
|
|
9
|
+
};
|
|
10
|
+
export type FGBuildablePowerPole__NativeClass = NativeClass__type & {
|
|
11
|
+
Classes: [FGBuildablePowerPole__type, ...FGBuildablePowerPole__type[]];
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { mBatteryStatus__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
+
import { decimal_string__type, integer_string__type } from '../../common/scalar';
|
|
3
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
4
|
+
export type FGBuildablePowerStorage__type = FGBuildable__consumes_power_base__type & {
|
|
5
|
+
m_PreviousBatteryStatus: mBatteryStatus__type;
|
|
6
|
+
mCurrentGameTimeSinceStateChange: decimal_string__type;
|
|
7
|
+
mActivationEventID: integer_string__type;
|
|
8
|
+
mBatteryStatus: mBatteryStatus__type;
|
|
9
|
+
mPowerStore: decimal_string__type;
|
|
10
|
+
mPowerStoreCapacity: decimal_string__type;
|
|
11
|
+
mPowerInputCapacity: decimal_string__type;
|
|
12
|
+
mIndicatorLevelMax: integer_string__type;
|
|
13
|
+
mIndicatorLevel: integer_string__type;
|
|
14
|
+
};
|
|
15
|
+
export type FGBuildablePowerStorage__NativeClass = NativeClass__type & {
|
|
16
|
+
Classes: [FGBuildablePowerStorage__type];
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { empty_object__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
+
import { integer_string__type } from '../../common/scalar';
|
|
3
|
+
import { FGBuildable__power_switch__base__type } from './FGBuildable';
|
|
4
|
+
export type FGBuildablePriorityPowerSwitch__type = FGBuildable__power_switch__base__type & {
|
|
5
|
+
mOnPriorityChanged: empty_object__type;
|
|
6
|
+
mPriority: integer_string__type;
|
|
7
|
+
};
|
|
8
|
+
export type FGBuildablePriorityPowerSwitch__NativeClass = NativeClass__type & {
|
|
9
|
+
Classes: [FGBuildablePriorityPowerSwitch__type];
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
+
import { UnrealEngineString__array__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
4
|
+
export type FGBuildableRadarTower__type = FGBuildable__consumes_power_base__type & {
|
|
5
|
+
mMapText: 'Radar Tower';
|
|
6
|
+
mRevealRadius: decimal_string__type;
|
|
7
|
+
mScannableDescriptors: UnrealEngineString__array__type;
|
|
8
|
+
};
|
|
9
|
+
export type FGBuildableRadarTower__NativeClass = NativeClass__type & {
|
|
10
|
+
Classes: [FGBuildableRadarTower__type];
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { mAspect__type, empty_object__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
+
import { boolean__type, integer_string__type, decimal_string__type } from '../../common/scalar';
|
|
3
|
+
import { FGBuildable__base__type } from './FGBuildable';
|
|
4
|
+
export type FGBuildableRailroadSignal__type = FGBuildable__base__type & {
|
|
5
|
+
mPreviousAspect?: mAspect__type;
|
|
6
|
+
mOnAspectChangedDelegate: empty_object__type;
|
|
7
|
+
mOnBlockValidationChangedDelegate: empty_object__type;
|
|
8
|
+
mDrawDebugVisualState: boolean__type;
|
|
9
|
+
mGuardedConnections: '';
|
|
10
|
+
mObservedConnections: '';
|
|
11
|
+
mAspect: mAspect__type;
|
|
12
|
+
mBlockValidation: 'RBV_Unvalidated';
|
|
13
|
+
mIsPathSignal: boolean__type;
|
|
14
|
+
mIsBiDirectional: boolean__type;
|
|
15
|
+
mVisualState: integer_string__type;
|
|
16
|
+
mSignificanceRange: decimal_string__type;
|
|
17
|
+
};
|
|
18
|
+
export type FGBuildableRailroadSignal__NativeClass = NativeClass__type & {
|
|
19
|
+
Classes: [
|
|
20
|
+
FGBuildableRailroadSignal__type,
|
|
21
|
+
...FGBuildableRailroadSignal__type[]
|
|
22
|
+
];
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { boolean__type } from '../../common/scalar';
|
|
2
|
+
import { mDockingRuleSet__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
import { FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type } from './FGBuildableTrainPlatformCargo';
|
|
4
|
+
export type FGBuildableRailroadStation__type = FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type & {
|
|
5
|
+
mMapText: 'Train Station';
|
|
6
|
+
mShouldTeleportHere: boolean__type;
|
|
7
|
+
mDockedPlatformList: '';
|
|
8
|
+
mCurrentDockedWithRuleSet: mDockingRuleSet__type;
|
|
9
|
+
};
|
|
10
|
+
export type FGBuildableRailroadStation__NativeClass = NativeClass__type & {
|
|
11
|
+
Classes: [FGBuildableRailroadStation__type];
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { UnrealEngineString, StringStartsWith } from '../../utils/validators';
|
|
2
|
+
import { integer_string__type, integer_string__signed__type, decimal_string__type, boolean__type } from '../../common/scalar';
|
|
3
|
+
import { empty_object__type, NativeClass__type } from '../../common/unassigned';
|
|
4
|
+
import { FGBuildable__base__type } from './FGBuildable';
|
|
5
|
+
export type FGBuildableRailroadTrack__type = FGBuildable__base__type & {
|
|
6
|
+
ClassName?: 'Build_RailroadTrack_C';
|
|
7
|
+
mMeshLength: decimal_string__type;
|
|
8
|
+
mConnections: [
|
|
9
|
+
UnrealEngineString<'/Script/FactoryGame.FGRailroadTrackConnectionComponent', StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Track/'>>,
|
|
10
|
+
...UnrealEngineString<'/Script/FactoryGame.FGRailroadTrackConnectionComponent', StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Track/'>>[]
|
|
11
|
+
];
|
|
12
|
+
mIsOwnedByPlatform: boolean__type;
|
|
13
|
+
mTrackGraphID: integer_string__signed__type;
|
|
14
|
+
mOverlappingTracks: '';
|
|
15
|
+
mVehicles: empty_object__type;
|
|
16
|
+
mSignalBlockID: integer_string__type;
|
|
17
|
+
mBlockVisualizationMeshLength: decimal_string__type;
|
|
18
|
+
mBlockVisualizationNumPrimitiveDataFloats: integer_string__type;
|
|
19
|
+
mBlockVisualizationNumPerInstancePrimitiveDataCountOffset: integer_string__type;
|
|
20
|
+
mBlockVisualizationSplineDataSettings: {
|
|
21
|
+
StartTangentPrimitiveDataStartIndex: integer_string__type;
|
|
22
|
+
EndPositionPrimitiveDataStartIndex: integer_string__type;
|
|
23
|
+
EndTangentPrimitiveDataStartIndex: integer_string__type;
|
|
24
|
+
InstanceScaleIndex: integer_string__signed__type;
|
|
25
|
+
};
|
|
26
|
+
mBlockVisualizationColorDataStartIndex: integer_string__type;
|
|
27
|
+
};
|
|
28
|
+
export type FGBuildableRailroadTrack__NativeClass = NativeClass__type & {
|
|
29
|
+
Classes: [FGBuildableRailroadTrack__type];
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { boolean__type } from '../../common/scalar';
|
|
2
|
+
import { FGBuildableFoundation__base__type } from './FGBuildableFoundation';
|
|
3
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
+
export type FGBuildableRamp__type = FGBuildableFoundation__base__type & {
|
|
5
|
+
mIsDoubleRamp: boolean__type;
|
|
6
|
+
mIsRoof: boolean__type;
|
|
7
|
+
};
|
|
8
|
+
export type FGBuildableRamp__NativeClass = NativeClass__type & {
|
|
9
|
+
Classes: [FGBuildableRamp__type, ...FGBuildableRamp__type[]];
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { UnrealEngineString, StringStartsWith } from '../../utils/validators';
|
|
2
|
+
import { FGBuildableResourceExtractor__miner_mk3__type, None__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
import { boolean__type } from '../../common/scalar';
|
|
4
|
+
import { FGBuildable__extractor_base__type } from './FGBuildable';
|
|
5
|
+
export type FGBuildableResourceExtractor__miner__type = FGBuildableResourceExtractor__miner__base__type;
|
|
6
|
+
export type FGBuildableResourceExtractor__miner__base__type = FGBuildable__extractor_base__type & {
|
|
7
|
+
mParticleMap: [
|
|
8
|
+
{
|
|
9
|
+
ResourceNode_16_2100B5C34EE8DF7958D78A974512F3C3: '/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' | '/Game/FactoryGame/Resource/RawResources/Stone/Desc_Stone.Desc_Stone_C' | '/Game/FactoryGame/Resource/RawResources/OreIron/Desc_OreIron.Desc_OreIron_C' | '/Game/FactoryGame/Resource/RawResources/OreBauxite/Desc_OreBauxite.Desc_OreBauxite_C' | '/Game/FactoryGame/Resource/RawResources/OreCopper/Desc_OreCopper.Desc_OreCopper_C' | '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C' | '/Game/FactoryGame/Resource/RawResources/OreGold/Desc_OreGold.Desc_OreGold_C' | '/Game/FactoryGame/Resource/RawResources/RawQuartz/Desc_RawQuartz.Desc_RawQuartz_C' | '/Game/FactoryGame/Resource/RawResources/Sulfur/Desc_Sulfur.Desc_Sulfur_C' | '/Game/FactoryGame/Resource/RawResources/OreUranium/Desc_OreUranium.Desc_OreUranium_C';
|
|
10
|
+
ParticleSystem1_9_F0CF81514E1E1C5007AC99B0C59C63CD: UnrealEngineString<'/Script/Engine.ParticleSystem', StringStartsWith<'/Game/FactoryGame/VFX/Factory/' | '/Game/FactoryGame/Buildable/Factory/'>>;
|
|
11
|
+
},
|
|
12
|
+
...{
|
|
13
|
+
ResourceNode_16_2100B5C34EE8DF7958D78A974512F3C3: '/Game/FactoryGame/Resource/RawResources/Coal/Desc_Coal.Desc_Coal_C' | '/Game/FactoryGame/Resource/RawResources/Stone/Desc_Stone.Desc_Stone_C' | '/Game/FactoryGame/Resource/RawResources/OreIron/Desc_OreIron.Desc_OreIron_C' | '/Game/FactoryGame/Resource/RawResources/OreBauxite/Desc_OreBauxite.Desc_OreBauxite_C' | '/Game/FactoryGame/Resource/RawResources/OreCopper/Desc_OreCopper.Desc_OreCopper_C' | '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C' | '/Game/FactoryGame/Resource/RawResources/OreGold/Desc_OreGold.Desc_OreGold_C' | '/Game/FactoryGame/Resource/RawResources/RawQuartz/Desc_RawQuartz.Desc_RawQuartz_C' | '/Game/FactoryGame/Resource/RawResources/Sulfur/Desc_Sulfur.Desc_Sulfur_C' | '/Game/FactoryGame/Resource/RawResources/OreUranium/Desc_OreUranium.Desc_OreUranium_C';
|
|
14
|
+
ParticleSystem1_9_F0CF81514E1E1C5007AC99B0C59C63CD: UnrealEngineString<'/Script/Engine.ParticleSystem', StringStartsWith<'/Game/FactoryGame/VFX/Factory/' | '/Game/FactoryGame/Buildable/Factory/'>>;
|
|
15
|
+
}[]
|
|
16
|
+
];
|
|
17
|
+
mCanPlayAfterStartUpStopped?: boolean__type;
|
|
18
|
+
CanPlayAfterStartUpStopped?: boolean__type;
|
|
19
|
+
mAllowedResourceForms?: ['RF_SOLID', ...'RF_SOLID'[]];
|
|
20
|
+
mExtractorTypeName?: 'Miner';
|
|
21
|
+
mAllowedResources: '';
|
|
22
|
+
};
|
|
23
|
+
export type FGBuildableResourceExtractor__oil_extractor__type = FGBuildable__extractor_base__type & {
|
|
24
|
+
mAllowedResourceForms: ['RF_LIQUID', ...'RF_LIQUID'[]];
|
|
25
|
+
mAllowedResources: [
|
|
26
|
+
UnrealEngineString<'/Script/Engine.BlueprintGeneratedClass', '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C'>,
|
|
27
|
+
...UnrealEngineString<'/Script/Engine.BlueprintGeneratedClass', '/Game/FactoryGame/Resource/RawResources/CrudeOil/Desc_LiquidOil.Desc_LiquidOil_C'>[]
|
|
28
|
+
];
|
|
29
|
+
mExtractorTypeName: None__type;
|
|
30
|
+
};
|
|
31
|
+
export type FGBuildableResourceExtractor__NativeClass = NativeClass__type & {
|
|
32
|
+
Classes: [
|
|
33
|
+
(FGBuildableResourceExtractor__oil_extractor__type | FGBuildableResourceExtractor__miner_mk3__type | FGBuildableResourceExtractor__miner__type),
|
|
34
|
+
(FGBuildableResourceExtractor__oil_extractor__type | FGBuildableResourceExtractor__miner_mk3__type | FGBuildableResourceExtractor__miner__type),
|
|
35
|
+
(FGBuildableResourceExtractor__oil_extractor__type | FGBuildableResourceExtractor__miner_mk3__type | FGBuildableResourceExtractor__miner__type),
|
|
36
|
+
(FGBuildableResourceExtractor__oil_extractor__type | FGBuildableResourceExtractor__miner_mk3__type | FGBuildableResourceExtractor__miner__type)
|
|
37
|
+
];
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { boolean__type, decimal_string__type } from '../../common/scalar';
|
|
2
|
+
import { empty_object__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
4
|
+
export type FGBuildableResourceSink__type = FGBuildable__consumes_power_base__type & {
|
|
5
|
+
IsAnimationProducing: boolean__type;
|
|
6
|
+
EnableTickGrinder: boolean__type;
|
|
7
|
+
EnableTickEngine: boolean__type;
|
|
8
|
+
mGrinderInterpDuration: decimal_string__type;
|
|
9
|
+
mEngineInterpDuration: decimal_string__type;
|
|
10
|
+
mCouponInventoryHandler: empty_object__type;
|
|
11
|
+
mProcessingTime: decimal_string__type;
|
|
12
|
+
mProducingTimer: decimal_string__type;
|
|
13
|
+
};
|
|
14
|
+
export type FGBuildableResourceSink__NativeClass = NativeClass__type & {
|
|
15
|
+
Classes: [FGBuildableResourceSink__type];
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { integer_string__type } from '../../common/scalar';
|
|
2
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
3
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
+
export type FGBuildableResourceSinkShop__type = FGBuildable__consumes_power_base__type & {
|
|
5
|
+
mShopInventoryDefaultSize: integer_string__type;
|
|
6
|
+
};
|
|
7
|
+
export type FGBuildableResourceSinkShop__NativeClass = NativeClass__type & {
|
|
8
|
+
Classes: [FGBuildableResourceSinkShop__type];
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FGBuildable__base__type, FGBuildable__occupied__type, FGBuildable__tiered__type } from './FGBuildable';
|
|
2
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
export type FGBuildableSnowDispenser__type = FGBuildable__base__type;
|
|
4
|
+
export type FGBuildableSnowDispenser__NativeClass = NativeClass__type & {
|
|
5
|
+
Classes: [
|
|
6
|
+
(FGBuildable__base__type | FGBuildable__occupied__type | FGBuildable__tiered__type),
|
|
7
|
+
...(FGBuildable__base__type | FGBuildable__occupied__type | FGBuildable__tiered__type)[]
|
|
8
|
+
];
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
2
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
export type FGBuildableSpaceElevator__type = FGBuildable__consumes_power_base__type;
|
|
4
|
+
export type FGBuildableSpaceElevator__NativeClass = NativeClass__type & {
|
|
5
|
+
Classes: [FGBuildableSpaceElevator__type];
|
|
6
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { empty_object__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
+
import { integer_string__type } from '../../common/scalar';
|
|
3
|
+
import { FGBuildable__splitter__base__type } from './FGBuildable';
|
|
4
|
+
export type FGBuildableSplitterSmart__type = FGBuildable__splitter__base__type & {
|
|
5
|
+
OnSortRulesChangedDelegate: empty_object__type;
|
|
6
|
+
mMaxNumSortRules: integer_string__type;
|
|
7
|
+
mLastItem: {
|
|
8
|
+
ItemState: empty_object__type;
|
|
9
|
+
};
|
|
10
|
+
mItemToLastOutputMap: empty_object__type;
|
|
11
|
+
mLastOutputIndex: integer_string__type;
|
|
12
|
+
mCurrentInventoryIndex: integer_string__type;
|
|
13
|
+
mDistributionTable: '';
|
|
14
|
+
};
|
|
15
|
+
export type FGBuildableSplitterSmart__NativeClass = NativeClass__type & {
|
|
16
|
+
Classes: [
|
|
17
|
+
FGBuildableSplitterSmart__type,
|
|
18
|
+
...FGBuildableSplitterSmart__type[]
|
|
19
|
+
];
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
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 FGBuildableStair__type = FGBuildable__base__type & {
|
|
5
|
+
mStairDirection: 'EBSD_Left' | 'EBSD_Right';
|
|
6
|
+
mHeight: decimal_string__type;
|
|
7
|
+
mSize: decimal_string__type;
|
|
8
|
+
};
|
|
9
|
+
export type FGBuildableStair__NativeClass = NativeClass__type & {
|
|
10
|
+
Classes: [FGBuildableStair__type, ...FGBuildableStair__type[]];
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { decimal_string__type, integer_string__type } from '../../common/scalar';
|
|
2
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
3
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
+
export type FGBuildableStorage__type = FGBuildable__consumes_power_base__type & {
|
|
5
|
+
mStackingHeight: decimal_string__type;
|
|
6
|
+
mInventorySizeX: integer_string__type;
|
|
7
|
+
mInventorySizeY: integer_string__type;
|
|
8
|
+
};
|
|
9
|
+
export type FGBuildableStorage__NativeClass = NativeClass__type & {
|
|
10
|
+
Classes: [FGBuildableStorage__type, ...FGBuildableStorage__type[]];
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { UnrealEngineString, StringStartsWith } from '../../utils/validators';
|
|
2
|
+
import { integer_string__type, decimal_string__type, boolean__type } from '../../common/scalar';
|
|
3
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
4
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
5
|
+
export type FGBuildableTradingPost__type = FGBuildable__consumes_power_base__type & {
|
|
6
|
+
mWorkBenchOccupied: 'Craft Bench occupied';
|
|
7
|
+
mWorkBenchFree: 'Use Craft Bench';
|
|
8
|
+
Meshes: [
|
|
9
|
+
UnrealEngineString<'/Script/Engine.StaticMesh', StringStartsWith<'/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/'>>,
|
|
10
|
+
...UnrealEngineString<'/Script/Engine.StaticMesh', StringStartsWith<'/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/'>>[]
|
|
11
|
+
];
|
|
12
|
+
mShipUpgradeLevel: integer_string__type;
|
|
13
|
+
mStorageText: 'Open Storage';
|
|
14
|
+
mMamFreeText: 'Use MAM';
|
|
15
|
+
mMamOccupiedText: 'MAM is occupied';
|
|
16
|
+
mMeshes: [
|
|
17
|
+
('/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_1.Tradingpost_Stage_1' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_2.Tradingpost_Stage_2' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_3.Tradingpost_Stage_3' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_4.Tradingpost_Stage_4' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_5.Tradingpost_Stage_5' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_6.Tradingpost_Stage_6'),
|
|
18
|
+
('/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_1.Tradingpost_Stage_1' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_2.Tradingpost_Stage_2' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_3.Tradingpost_Stage_3' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_4.Tradingpost_Stage_4' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_5.Tradingpost_Stage_5' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_6.Tradingpost_Stage_6'),
|
|
19
|
+
('/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_1.Tradingpost_Stage_1' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_2.Tradingpost_Stage_2' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_3.Tradingpost_Stage_3' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_4.Tradingpost_Stage_4' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_5.Tradingpost_Stage_5' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_6.Tradingpost_Stage_6'),
|
|
20
|
+
('/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_1.Tradingpost_Stage_1' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_2.Tradingpost_Stage_2' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_3.Tradingpost_Stage_3' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_4.Tradingpost_Stage_4' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_5.Tradingpost_Stage_5' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_6.Tradingpost_Stage_6'),
|
|
21
|
+
('/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_1.Tradingpost_Stage_1' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_2.Tradingpost_Stage_2' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_3.Tradingpost_Stage_3' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_4.Tradingpost_Stage_4' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_5.Tradingpost_Stage_5' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_6.Tradingpost_Stage_6'),
|
|
22
|
+
('/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_1.Tradingpost_Stage_1' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_2.Tradingpost_Stage_2' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_3.Tradingpost_Stage_3' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_4.Tradingpost_Stage_4' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_5.Tradingpost_Stage_5' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_6.Tradingpost_Stage_6'),
|
|
23
|
+
...('/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_1.Tradingpost_Stage_1' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_2.Tradingpost_Stage_2' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_3.Tradingpost_Stage_3' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_4.Tradingpost_Stage_4' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_5.Tradingpost_Stage_5' | '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/Tradingpost_Stage_6.Tradingpost_Stage_6')[]
|
|
24
|
+
];
|
|
25
|
+
ABClass: '/Game/FactoryGame/Buildable/Factory/TradingPost/BPA_Tradingpost.BPA_Tradingpost_C';
|
|
26
|
+
mSkeletalMeshSoftPtr: '/Game/FactoryGame/Buildable/Factory/TradingPost/Mesh/SK_Tradingpost.SK_Tradingpost';
|
|
27
|
+
mGenerators: '';
|
|
28
|
+
mStorageInventorySize: integer_string__type;
|
|
29
|
+
mStorageVisibilityLevel: integer_string__type;
|
|
30
|
+
mSpawningGroundZOffset: decimal_string__type;
|
|
31
|
+
mGroundSearchZDistance: decimal_string__type;
|
|
32
|
+
mDefaultResources: '';
|
|
33
|
+
mNeedPlayingBuildEffectNotification: boolean__type;
|
|
34
|
+
mRepresentationText: 'The HUB';
|
|
35
|
+
};
|
|
36
|
+
export type FGBuildableTradingPost__NativeClass = NativeClass__type & {
|
|
37
|
+
Classes: [FGBuildableTradingPost__type];
|
|
38
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UnrealEngineString, StringStartsWith } from '../../utils/validators';
|
|
2
|
+
import { boolean__type } from '../../common/scalar';
|
|
3
|
+
import { mPlatformDockingStatus__type, empty_object__type } from '../../common/unassigned';
|
|
4
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
5
|
+
export type FGBuildableTrainPlatform__base__type = FGBuildable__consumes_power_base__type & {
|
|
6
|
+
mPlatformConnections: [
|
|
7
|
+
UnrealEngineString<'/Script/FactoryGame.FGTrainPlatformConnection', StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Station/'>>,
|
|
8
|
+
...UnrealEngineString<'/Script/FactoryGame.FGTrainPlatformConnection', StringStartsWith<'/Game/FactoryGame/Buildable/Factory/Train/Station/'>>[]
|
|
9
|
+
];
|
|
10
|
+
mIsOrientationReversed: boolean__type;
|
|
11
|
+
mPlatformDockingStatus: mPlatformDockingStatus__type;
|
|
12
|
+
mSavedDockingStatus: mPlatformDockingStatus__type;
|
|
13
|
+
mDockingSequenceTimerHandle: empty_object__type;
|
|
14
|
+
mIdleUpdateTimerHandle: empty_object__type;
|
|
15
|
+
mDockWasCancelled: boolean__type;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { integer_string__type, boolean__type, decimal_string__type } from '../../common/scalar';
|
|
2
|
+
import { empty_object__type, mDockingRuleSet__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
import { FGBuildableTrainPlatform__base__type } from './FGBuildableTrainPlatform';
|
|
4
|
+
export type FGBuildableTrainPlatformCargo__type = FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type & {
|
|
5
|
+
mStorageSizeX: integer_string__type;
|
|
6
|
+
mStorageSizeY: integer_string__type;
|
|
7
|
+
mOnTransferRateUpdated: empty_object__type;
|
|
8
|
+
mFreightCargoType: 'FCT_Standard' | 'FCT_Liquid';
|
|
9
|
+
mCanUnloadAny: boolean__type;
|
|
10
|
+
mIsFullUnload: boolean__type;
|
|
11
|
+
mCanLoadAny: boolean__type;
|
|
12
|
+
mIsFullLoad: boolean__type;
|
|
13
|
+
mTimeToCompleteLoad: decimal_string__type;
|
|
14
|
+
mTimeToSwapLoadVisibility: decimal_string__type;
|
|
15
|
+
mTimeToCompleteUnload: decimal_string__type;
|
|
16
|
+
mTimeToSwapUnloadVisibility: decimal_string__type;
|
|
17
|
+
mWaitForConditionUpdatePeriod: decimal_string__type;
|
|
18
|
+
mStorageInputConnections: '';
|
|
19
|
+
mPipeInputConnections: '';
|
|
20
|
+
mPipeOutputConnections: '';
|
|
21
|
+
mDockingRuleSet: mDockingRuleSet__type;
|
|
22
|
+
mLoadItemFilter: '';
|
|
23
|
+
mUnloadItemFilter: '';
|
|
24
|
+
mHasFullyLoadUnloadRule: boolean__type;
|
|
25
|
+
mDockForDuration: decimal_string__type;
|
|
26
|
+
mMustDockForDuration: boolean__type;
|
|
27
|
+
mHasAnyRelevantStacksToMove: boolean__type;
|
|
28
|
+
mAllowDepartureNoValidItemsToTransfer: boolean__type;
|
|
29
|
+
mShouldExecuteLoadOrUnload: boolean__type;
|
|
30
|
+
mRanCompleteBeforeNone: boolean__type;
|
|
31
|
+
mSwapCargoVisibilityTimerHandle: empty_object__type;
|
|
32
|
+
mTimeSinceLastLoadTransferUpdate: decimal_string__type;
|
|
33
|
+
mTimeSinceLastUnloadTransferUpdate: decimal_string__type;
|
|
34
|
+
mSmoothedLoadRate: decimal_string__type;
|
|
35
|
+
mSmoothedUnloadRate: decimal_string__type;
|
|
36
|
+
mReplicatedOutflowRate: decimal_string__type;
|
|
37
|
+
mReplicatedInflowRate: decimal_string__type;
|
|
38
|
+
};
|
|
39
|
+
export type FGBuildableTrainPlatformCargo__FGBuildableRailroadStation__type = FGBuildableTrainPlatform__base__type & {
|
|
40
|
+
mCurrentDockForDuration: decimal_string__type;
|
|
41
|
+
};
|
|
42
|
+
export type FGBuildableTrainPlatformCargo__NativeClass = NativeClass__type & {
|
|
43
|
+
Classes: [
|
|
44
|
+
FGBuildableTrainPlatformCargo__type,
|
|
45
|
+
...FGBuildableTrainPlatformCargo__type[]
|
|
46
|
+
];
|
|
47
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FGBuildableTrainPlatform__base__type } from './FGBuildableTrainPlatform';
|
|
2
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
export type FGBuildableTrainPlatformEmpty__type = FGBuildableTrainPlatform__base__type;
|
|
4
|
+
export type FGBuildableTrainPlatformEmpty__NativeClass = NativeClass__type & {
|
|
5
|
+
Classes: [
|
|
6
|
+
FGBuildableTrainPlatformEmpty__type,
|
|
7
|
+
...FGBuildableTrainPlatformEmpty__type[]
|
|
8
|
+
];
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FGBuildableWalkwayLightweight__type } from './FGBuildableWalkwayLightweight';
|
|
2
|
+
import { boolean__type, decimal_string__type } from '../../common/scalar';
|
|
3
|
+
import { FGBuildable__base__type } from './FGBuildable';
|
|
4
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
5
|
+
export type FGBuildableWalkway__type = FGBuildableWalkway__base__type & {
|
|
6
|
+
mDisableSnapOn: {
|
|
7
|
+
Right: boolean__type;
|
|
8
|
+
Left: boolean__type;
|
|
9
|
+
Top: boolean__type;
|
|
10
|
+
Bottom: boolean__type;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export type FGBuildableWalkway__base__type = FGBuildable__base__type & {
|
|
14
|
+
mSize: decimal_string__type;
|
|
15
|
+
mElevation: decimal_string__type;
|
|
16
|
+
};
|
|
17
|
+
export type FGBuildableWalkway__NativeClass = NativeClass__type & {
|
|
18
|
+
Classes: [
|
|
19
|
+
FGBuildableWalkwayLightweight__type,
|
|
20
|
+
...FGBuildableWalkwayLightweight__type[]
|
|
21
|
+
];
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { mDisableSnapOn__type, NativeClass__type } from '../../common/unassigned';
|
|
2
|
+
import { FGBuildableWalkway__base__type } from './FGBuildableWalkway';
|
|
3
|
+
export type FGBuildableWalkwayLightweight__type = FGBuildableWalkway__base__type & {
|
|
4
|
+
mDisableSnapOn: mDisableSnapOn__type;
|
|
5
|
+
};
|
|
6
|
+
export type FGBuildableWalkwayLightweight__NativeClass = NativeClass__type & {
|
|
7
|
+
Classes: [
|
|
8
|
+
FGBuildableWalkwayLightweight__type,
|
|
9
|
+
...FGBuildableWalkwayLightweight__type[]
|
|
10
|
+
];
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FGBuildableWallLightweight__type } from './FGBuildableWallLightweight';
|
|
2
|
+
import { decimal_string__type } from '../../common/scalar';
|
|
3
|
+
import { UnrealEngineString, StringStartsWith } from '../../utils/validators';
|
|
4
|
+
import { FGBuildable__base__type } from './FGBuildable';
|
|
5
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
6
|
+
export type FGBuildableWall__base__type = FGBuildable__base__type & {
|
|
7
|
+
mHeight: decimal_string__type;
|
|
8
|
+
};
|
|
9
|
+
export type FGBuildableWall__base__rectangle__type = FGBuildableWall__base__type & {
|
|
10
|
+
mWidth: decimal_string__type;
|
|
11
|
+
mElevation: decimal_string__type;
|
|
12
|
+
mAngularDepth: decimal_string__type;
|
|
13
|
+
mWallType: 'BWT_Normal' | 'BWT_Glass' | 'BWT_DiagonalDown' | 'BWT_DiagonalUp' | 'BWT_Frame';
|
|
14
|
+
mAngledVariants: '' | [
|
|
15
|
+
UnrealEngineString<'/Script/Engine.BlueprintGeneratedClass', StringStartsWith<'/Game/FactoryGame/Buildable/Building/Fence/'>>,
|
|
16
|
+
...UnrealEngineString<'/Script/Engine.BlueprintGeneratedClass', StringStartsWith<'/Game/FactoryGame/Buildable/Building/Fence/'>>[]
|
|
17
|
+
];
|
|
18
|
+
};
|
|
19
|
+
export type FGBuildableWall__NativeClass = NativeClass__type & {
|
|
20
|
+
Classes: [
|
|
21
|
+
FGBuildableWallLightweight__type,
|
|
22
|
+
...FGBuildableWallLightweight__type[]
|
|
23
|
+
];
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FGBuildableWall__base__rectangle__type } from './FGBuildableWall';
|
|
2
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
export type FGBuildableWallLightweight__type = FGBuildableWall__base__rectangle__type;
|
|
4
|
+
export type FGBuildableWallLightweight__NativeClass = NativeClass__type & {
|
|
5
|
+
Classes: [
|
|
6
|
+
FGBuildableWallLightweight__type,
|
|
7
|
+
...FGBuildableWallLightweight__type[]
|
|
8
|
+
];
|
|
9
|
+
};
|