@satisfactory-dev/docs.json.ts 0.7.2 → 0.9.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 -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/DocsTsGenerator.d.ts +3 -1
- package/lib/DocsTsGenerator.js +3 -1
- package/lib/FilesGenerator.js +10 -0
- package/lib/TypeDefinitionWriter.js +6 -2
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { decimal_string__type } from '../../common/scalar';
|
|
2
|
+
import { mEventType__type, NativeClass__type } from '../../common/unassigned';
|
|
3
|
+
import { FGBuildable__consumes_power_base__type } from './FGBuildable';
|
|
4
|
+
export type FGBuildableFactorySimpleProducer__type = FGBuildable__consumes_power_base__type & {
|
|
5
|
+
mTimeToProduceItem: decimal_string__type;
|
|
6
|
+
mEventType: mEventType__type;
|
|
7
|
+
};
|
|
8
|
+
export type FGBuildableFactorySimpleProducer__NativeClass = NativeClass__type & {
|
|
9
|
+
Classes: [FGBuildableFactorySimpleProducer__type];
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { integer_string__type } from '../../common/scalar';
|
|
2
|
+
import { FGBuildableLightSource__base__type } from './FGBuildableLightSource';
|
|
3
|
+
import { NativeClass__type } from '../../common/unassigned';
|
|
4
|
+
export type FGBuildableFloodlight__type = FGBuildableLightSource__base__type & {
|
|
5
|
+
mFixtureAngle: integer_string__type;
|
|
6
|
+
};
|
|
7
|
+
export type FGBuildableFloodlight__NativeClass = NativeClass__type & {
|
|
8
|
+
Classes: [FGBuildableFloodlight__type, ...FGBuildableFloodlight__type[]];
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,99 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,59 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
};
|
|
@@ -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 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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -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 {};
|