@satisfactory-dev/docs.json.ts 0.10.1 → 0.11.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.
Files changed (268) hide show
  1. package/README.md +43 -27
  2. package/data-progress--update8.md +2765 -0
  3. package/data-progress--version_1_0_0_0.md +3053 -0
  4. package/foo.log +1850 -0
  5. package/generated-types/1.0/classes/CoreUObject/FGAmmoTypeInstantHit.d.ts +20 -0
  6. package/generated-types/1.0/classes/CoreUObject/FGAmmoTypeInstantHit.js +1 -0
  7. package/generated-types/1.0/classes/CoreUObject/FGAmmoTypeProjectile.d.ts +88 -0
  8. package/generated-types/1.0/classes/CoreUObject/FGAmmoTypeProjectile.js +1 -0
  9. package/generated-types/1.0/classes/CoreUObject/FGAmmoTypeSpreadshot.d.ts +14 -0
  10. package/generated-types/1.0/classes/CoreUObject/FGAmmoTypeSpreadshot.js +1 -0
  11. package/generated-types/1.0/classes/CoreUObject/FGBuildable.d.ts +192 -0
  12. package/generated-types/1.0/classes/CoreUObject/FGBuildable.js +1 -0
  13. package/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMerger.d.ts +10 -0
  14. package/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentMerger.js +1 -0
  15. package/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentSplitter.d.ts +6 -0
  16. package/generated-types/1.0/classes/CoreUObject/FGBuildableAttachmentSplitter.js +1 -0
  17. package/generated-types/1.0/classes/CoreUObject/FGBuildableBeamLightweight.d.ts +15 -0
  18. package/generated-types/1.0/classes/CoreUObject/FGBuildableBeamLightweight.js +1 -0
  19. package/generated-types/1.0/classes/CoreUObject/FGBuildableBlueprintDesigner.d.ts +27 -0
  20. package/generated-types/1.0/classes/CoreUObject/FGBuildableBlueprintDesigner.js +1 -0
  21. package/generated-types/1.0/classes/CoreUObject/FGBuildableCircuitSwitch.d.ts +8 -0
  22. package/generated-types/1.0/classes/CoreUObject/FGBuildableCircuitSwitch.js +1 -0
  23. package/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorBelt.d.ts +23 -0
  24. package/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorBelt.js +1 -0
  25. package/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorLift.d.ts +14 -0
  26. package/generated-types/1.0/classes/CoreUObject/FGBuildableConveyorLift.js +1 -0
  27. package/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWall.d.ts +10 -0
  28. package/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWall.js +1 -0
  29. package/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWallLightweight.d.ts +5 -0
  30. package/generated-types/1.0/classes/CoreUObject/FGBuildableCornerWallLightweight.js +1 -0
  31. package/generated-types/1.0/classes/CoreUObject/FGBuildableDockingStation.d.ts +21 -0
  32. package/generated-types/1.0/classes/CoreUObject/FGBuildableDockingStation.js +1 -0
  33. package/generated-types/1.0/classes/CoreUObject/FGBuildableDoor.d.ts +23 -0
  34. package/generated-types/1.0/classes/CoreUObject/FGBuildableDoor.js +1 -0
  35. package/generated-types/1.0/classes/CoreUObject/FGBuildableDroneStation.d.ts +30 -0
  36. package/generated-types/1.0/classes/CoreUObject/FGBuildableDroneStation.js +1 -0
  37. package/generated-types/1.0/classes/CoreUObject/FGBuildableFactory.d.ts +21 -0
  38. package/generated-types/1.0/classes/CoreUObject/FGBuildableFactory.js +1 -0
  39. package/generated-types/1.0/classes/CoreUObject/FGBuildableFactoryBuilding.d.ts +9 -0
  40. package/generated-types/1.0/classes/CoreUObject/FGBuildableFactoryBuilding.js +1 -0
  41. package/generated-types/1.0/classes/CoreUObject/FGBuildableFactorySimpleProducer.d.ts +10 -0
  42. package/generated-types/1.0/classes/CoreUObject/FGBuildableFactorySimpleProducer.js +1 -0
  43. package/generated-types/1.0/classes/CoreUObject/FGBuildableFloodlight.d.ts +9 -0
  44. package/generated-types/1.0/classes/CoreUObject/FGBuildableFloodlight.js +1 -0
  45. package/generated-types/1.0/classes/CoreUObject/FGBuildableFoundation.d.ts +13 -0
  46. package/generated-types/1.0/classes/CoreUObject/FGBuildableFoundation.js +1 -0
  47. package/generated-types/1.0/classes/CoreUObject/FGBuildableFoundationLightweight.d.ts +5 -0
  48. package/generated-types/1.0/classes/CoreUObject/FGBuildableFoundationLightweight.js +1 -0
  49. package/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingActivator.d.ts +18 -0
  50. package/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingActivator.js +1 -0
  51. package/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingExtractor.d.ts +13 -0
  52. package/generated-types/1.0/classes/CoreUObject/FGBuildableFrackingExtractor.js +1 -0
  53. package/generated-types/1.0/classes/CoreUObject/FGBuildableGenerator.d.ts +6 -0
  54. package/generated-types/1.0/classes/CoreUObject/FGBuildableGenerator.js +1 -0
  55. package/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorFuel.d.ts +95 -0
  56. package/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorFuel.js +1 -0
  57. package/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorGeoThermal.d.ts +15 -0
  58. package/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorGeoThermal.js +1 -0
  59. package/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorNuclear.d.ts +38 -0
  60. package/generated-types/1.0/classes/CoreUObject/FGBuildableGeneratorNuclear.js +1 -0
  61. package/generated-types/1.0/classes/CoreUObject/FGBuildableJumppad.d.ts +34 -0
  62. package/generated-types/1.0/classes/CoreUObject/FGBuildableJumppad.js +1 -0
  63. package/generated-types/1.0/classes/CoreUObject/FGBuildableLadder.d.ts +13 -0
  64. package/generated-types/1.0/classes/CoreUObject/FGBuildableLadder.js +1 -0
  65. package/generated-types/1.0/classes/CoreUObject/FGBuildableLightSource.d.ts +22 -0
  66. package/generated-types/1.0/classes/CoreUObject/FGBuildableLightSource.js +1 -0
  67. package/generated-types/1.0/classes/CoreUObject/FGBuildableLightsControlPanel.d.ts +13 -0
  68. package/generated-types/1.0/classes/CoreUObject/FGBuildableLightsControlPanel.js +1 -0
  69. package/generated-types/1.0/classes/CoreUObject/FGBuildableMAM.d.ts +14 -0
  70. package/generated-types/1.0/classes/CoreUObject/FGBuildableMAM.js +1 -0
  71. package/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturer.d.ts +68 -0
  72. package/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturer.js +1 -0
  73. package/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturerVariablePower.d.ts +31 -0
  74. package/generated-types/1.0/classes/CoreUObject/FGBuildableManufacturerVariablePower.js +1 -0
  75. package/generated-types/1.0/classes/CoreUObject/FGBuildablePassthrough.d.ts +18 -0
  76. package/generated-types/1.0/classes/CoreUObject/FGBuildablePassthrough.js +1 -0
  77. package/generated-types/1.0/classes/CoreUObject/FGBuildablePassthroughPipeHyper.d.ts +5 -0
  78. package/generated-types/1.0/classes/CoreUObject/FGBuildablePassthroughPipeHyper.js +1 -0
  79. package/generated-types/1.0/classes/CoreUObject/FGBuildablePillarLightweight.d.ts +13 -0
  80. package/generated-types/1.0/classes/CoreUObject/FGBuildablePillarLightweight.js +1 -0
  81. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipeHyper.d.ts +11 -0
  82. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipeHyper.js +1 -0
  83. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipeReservoir.d.ts +11 -0
  84. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipeReservoir.js +1 -0
  85. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipeline.d.ts +40 -0
  86. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipeline.js +1 -0
  87. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineJunction.d.ts +6 -0
  88. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineJunction.js +1 -0
  89. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipelinePump.d.ts +16 -0
  90. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipelinePump.js +1 -0
  91. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineSupport.d.ts +13 -0
  92. package/generated-types/1.0/classes/CoreUObject/FGBuildablePipelineSupport.js +1 -0
  93. package/generated-types/1.0/classes/CoreUObject/FGBuildablePoleBase.d.ts +5 -0
  94. package/generated-types/1.0/classes/CoreUObject/FGBuildablePoleBase.js +1 -0
  95. package/generated-types/1.0/classes/CoreUObject/FGBuildablePoleLightweight.d.ts +10 -0
  96. package/generated-types/1.0/classes/CoreUObject/FGBuildablePoleLightweight.js +1 -0
  97. package/generated-types/1.0/classes/CoreUObject/FGBuildablePortal.d.ts +61 -0
  98. package/generated-types/1.0/classes/CoreUObject/FGBuildablePortal.js +1 -0
  99. package/generated-types/1.0/classes/CoreUObject/FGBuildablePortalSatellite.d.ts +13 -0
  100. package/generated-types/1.0/classes/CoreUObject/FGBuildablePortalSatellite.js +1 -0
  101. package/generated-types/1.0/classes/CoreUObject/FGBuildablePowerBooster.d.ts +30 -0
  102. package/generated-types/1.0/classes/CoreUObject/FGBuildablePowerBooster.js +1 -0
  103. package/generated-types/1.0/classes/CoreUObject/FGBuildablePowerPole.d.ts +12 -0
  104. package/generated-types/1.0/classes/CoreUObject/FGBuildablePowerPole.js +1 -0
  105. package/generated-types/1.0/classes/CoreUObject/FGBuildablePowerStorage.d.ts +20 -0
  106. package/generated-types/1.0/classes/CoreUObject/FGBuildablePowerStorage.js +1 -0
  107. package/generated-types/1.0/classes/CoreUObject/FGBuildablePriorityPowerSwitch.d.ts +10 -0
  108. package/generated-types/1.0/classes/CoreUObject/FGBuildablePriorityPowerSwitch.js +1 -0
  109. package/generated-types/1.0/classes/CoreUObject/FGBuildableRadarTower.d.ts +11 -0
  110. package/generated-types/1.0/classes/CoreUObject/FGBuildableRadarTower.js +1 -0
  111. package/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadSignal.d.ts +23 -0
  112. package/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadSignal.js +1 -0
  113. package/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadStation.d.ts +12 -0
  114. package/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadStation.js +1 -0
  115. package/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadTrack.d.ts +30 -0
  116. package/generated-types/1.0/classes/CoreUObject/FGBuildableRailroadTrack.js +1 -0
  117. package/generated-types/1.0/classes/CoreUObject/FGBuildableRamp.d.ts +7 -0
  118. package/generated-types/1.0/classes/CoreUObject/FGBuildableRamp.js +1 -0
  119. package/generated-types/1.0/classes/CoreUObject/FGBuildableRampLightweight.d.ts +5 -0
  120. package/generated-types/1.0/classes/CoreUObject/FGBuildableRampLightweight.js +1 -0
  121. package/generated-types/1.0/classes/CoreUObject/FGBuildableResourceExtractor.d.ts +39 -0
  122. package/generated-types/1.0/classes/CoreUObject/FGBuildableResourceExtractor.js +1 -0
  123. package/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSink.d.ts +15 -0
  124. package/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSink.js +1 -0
  125. package/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSinkShop.d.ts +9 -0
  126. package/generated-types/1.0/classes/CoreUObject/FGBuildableResourceSinkShop.js +1 -0
  127. package/generated-types/1.0/classes/CoreUObject/FGBuildableSnowDispenser.d.ts +9 -0
  128. package/generated-types/1.0/classes/CoreUObject/FGBuildableSnowDispenser.js +1 -0
  129. package/generated-types/1.0/classes/CoreUObject/FGBuildableSpaceElevator.d.ts +10 -0
  130. package/generated-types/1.0/classes/CoreUObject/FGBuildableSpaceElevator.js +1 -0
  131. package/generated-types/1.0/classes/CoreUObject/FGBuildableSplitterSmart.d.ts +20 -0
  132. package/generated-types/1.0/classes/CoreUObject/FGBuildableSplitterSmart.js +1 -0
  133. package/generated-types/1.0/classes/CoreUObject/FGBuildableStorage.d.ts +11 -0
  134. package/generated-types/1.0/classes/CoreUObject/FGBuildableStorage.js +1 -0
  135. package/generated-types/1.0/classes/CoreUObject/FGBuildableTradingPost.d.ts +52 -0
  136. package/generated-types/1.0/classes/CoreUObject/FGBuildableTradingPost.js +1 -0
  137. package/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatform.d.ts +16 -0
  138. package/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatform.js +1 -0
  139. package/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformCargo.d.ts +47 -0
  140. package/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformCargo.js +1 -0
  141. package/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformEmpty.d.ts +9 -0
  142. package/generated-types/1.0/classes/CoreUObject/FGBuildableTrainPlatformEmpty.js +1 -0
  143. package/generated-types/1.0/classes/CoreUObject/FGBuildableWalkway.d.ts +22 -0
  144. package/generated-types/1.0/classes/CoreUObject/FGBuildableWalkway.js +1 -0
  145. package/generated-types/1.0/classes/CoreUObject/FGBuildableWalkwayLightweight.d.ts +11 -0
  146. package/generated-types/1.0/classes/CoreUObject/FGBuildableWalkwayLightweight.js +1 -0
  147. package/generated-types/1.0/classes/CoreUObject/FGBuildableWall.d.ts +24 -0
  148. package/generated-types/1.0/classes/CoreUObject/FGBuildableWall.js +1 -0
  149. package/generated-types/1.0/classes/CoreUObject/FGBuildableWallLightweight.d.ts +9 -0
  150. package/generated-types/1.0/classes/CoreUObject/FGBuildableWallLightweight.js +1 -0
  151. package/generated-types/1.0/classes/CoreUObject/FGBuildableWaterPump.d.ts +20 -0
  152. package/generated-types/1.0/classes/CoreUObject/FGBuildableWaterPump.js +1 -0
  153. package/generated-types/1.0/classes/CoreUObject/FGBuildableWidgetSign.d.ts +29 -0
  154. package/generated-types/1.0/classes/CoreUObject/FGBuildableWidgetSign.js +1 -0
  155. package/generated-types/1.0/classes/CoreUObject/FGBuildableWire.d.ts +15 -0
  156. package/generated-types/1.0/classes/CoreUObject/FGBuildableWire.js +1 -0
  157. package/generated-types/1.0/classes/CoreUObject/FGBuildingDescriptor.d.ts +14 -0
  158. package/generated-types/1.0/classes/CoreUObject/FGBuildingDescriptor.js +1 -0
  159. package/generated-types/1.0/classes/CoreUObject/FGCentralStorageContainer.d.ts +14 -0
  160. package/generated-types/1.0/classes/CoreUObject/FGCentralStorageContainer.js +1 -0
  161. package/generated-types/1.0/classes/CoreUObject/FGChainsaw.d.ts +53 -0
  162. package/generated-types/1.0/classes/CoreUObject/FGChainsaw.js +1 -0
  163. package/generated-types/1.0/classes/CoreUObject/FGChargedWeapon.d.ts +145 -0
  164. package/generated-types/1.0/classes/CoreUObject/FGChargedWeapon.js +1 -0
  165. package/generated-types/1.0/classes/CoreUObject/FGConsumableDescriptor.d.ts +18 -0
  166. package/generated-types/1.0/classes/CoreUObject/FGConsumableDescriptor.js +1 -0
  167. package/generated-types/1.0/classes/CoreUObject/FGConsumableEquipment.d.ts +67 -0
  168. package/generated-types/1.0/classes/CoreUObject/FGConsumableEquipment.js +1 -0
  169. package/generated-types/1.0/classes/CoreUObject/FGConveyorPoleStackable.d.ts +5 -0
  170. package/generated-types/1.0/classes/CoreUObject/FGConveyorPoleStackable.js +1 -0
  171. package/generated-types/1.0/classes/CoreUObject/FGCustomizationRecipe.d.ts +35 -0
  172. package/generated-types/1.0/classes/CoreUObject/FGCustomizationRecipe.js +1 -0
  173. package/generated-types/1.0/classes/CoreUObject/FGEquipment.d.ts +57 -0
  174. package/generated-types/1.0/classes/CoreUObject/FGEquipment.js +1 -0
  175. package/generated-types/1.0/classes/CoreUObject/FGEquipmentDescriptor.d.ts +13 -0
  176. package/generated-types/1.0/classes/CoreUObject/FGEquipmentDescriptor.js +1 -0
  177. package/generated-types/1.0/classes/CoreUObject/FGEquipmentStunSpear.d.ts +180 -0
  178. package/generated-types/1.0/classes/CoreUObject/FGEquipmentStunSpear.js +1 -0
  179. package/generated-types/1.0/classes/CoreUObject/FGEquipmentZipline.d.ts +48 -0
  180. package/generated-types/1.0/classes/CoreUObject/FGEquipmentZipline.js +1 -0
  181. package/generated-types/1.0/classes/CoreUObject/FGGasMask.d.ts +28 -0
  182. package/generated-types/1.0/classes/CoreUObject/FGGasMask.js +1 -0
  183. package/generated-types/1.0/classes/CoreUObject/FGGolfCartDispenser.d.ts +27 -0
  184. package/generated-types/1.0/classes/CoreUObject/FGGolfCartDispenser.js +1 -0
  185. package/generated-types/1.0/classes/CoreUObject/FGHoverPack.d.ts +60 -0
  186. package/generated-types/1.0/classes/CoreUObject/FGHoverPack.js +1 -0
  187. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptor.d.ts +59 -0
  188. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptor.js +1 -0
  189. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptorBiomass.d.ts +9 -0
  190. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptorBiomass.js +1 -0
  191. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptorNuclearFuel.d.ts +15 -0
  192. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptorNuclearFuel.js +1 -0
  193. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptorPowerBoosterFuel.d.ts +10 -0
  194. package/generated-types/1.0/classes/CoreUObject/FGItemDescriptorPowerBoosterFuel.js +1 -0
  195. package/generated-types/1.0/classes/CoreUObject/FGJetPack.d.ts +37 -0
  196. package/generated-types/1.0/classes/CoreUObject/FGJetPack.js +1 -0
  197. package/generated-types/1.0/classes/CoreUObject/FGJumpingStilts.d.ts +22 -0
  198. package/generated-types/1.0/classes/CoreUObject/FGJumpingStilts.js +1 -0
  199. package/generated-types/1.0/classes/CoreUObject/FGObjectScanner.d.ts +39 -0
  200. package/generated-types/1.0/classes/CoreUObject/FGObjectScanner.js +1 -0
  201. package/generated-types/1.0/classes/CoreUObject/FGParachute.d.ts +111 -0
  202. package/generated-types/1.0/classes/CoreUObject/FGParachute.js +1 -0
  203. package/generated-types/1.0/classes/CoreUObject/FGPipeHyperStart.d.ts +19 -0
  204. package/generated-types/1.0/classes/CoreUObject/FGPipeHyperStart.js +1 -0
  205. package/generated-types/1.0/classes/CoreUObject/FGPoleDescriptor.d.ts +13 -0
  206. package/generated-types/1.0/classes/CoreUObject/FGPoleDescriptor.js +1 -0
  207. package/generated-types/1.0/classes/CoreUObject/FGPortableMinerDispenser.d.ts +31 -0
  208. package/generated-types/1.0/classes/CoreUObject/FGPortableMinerDispenser.js +1 -0
  209. package/generated-types/1.0/classes/CoreUObject/FGPowerShardDescriptor.d.ts +11 -0
  210. package/generated-types/1.0/classes/CoreUObject/FGPowerShardDescriptor.js +1 -0
  211. package/generated-types/1.0/classes/CoreUObject/FGRecipe.d.ts +9 -0
  212. package/generated-types/1.0/classes/CoreUObject/FGRecipe.js +1 -0
  213. package/generated-types/1.0/classes/CoreUObject/FGResourceDescriptor.d.ts +12 -0
  214. package/generated-types/1.0/classes/CoreUObject/FGResourceDescriptor.js +1 -0
  215. package/generated-types/1.0/classes/CoreUObject/FGSchematic.d.ts +169 -0
  216. package/generated-types/1.0/classes/CoreUObject/FGSchematic.js +1 -0
  217. package/generated-types/1.0/classes/CoreUObject/FGSuitBase.d.ts +40 -0
  218. package/generated-types/1.0/classes/CoreUObject/FGSuitBase.js +1 -0
  219. package/generated-types/1.0/classes/CoreUObject/FGVehicleDescriptor.d.ts +22 -0
  220. package/generated-types/1.0/classes/CoreUObject/FGVehicleDescriptor.js +1 -0
  221. package/generated-types/1.0/classes/CoreUObject/FGWeapon.d.ts +159 -0
  222. package/generated-types/1.0/classes/CoreUObject/FGWeapon.js +1 -0
  223. package/generated-types/1.0/common/scalar.d.ts +7 -0
  224. package/generated-types/1.0/common/scalar.js +1 -0
  225. package/generated-types/1.0/common/unassigned.d.ts +302 -0
  226. package/generated-types/1.0/common/unassigned.js +1 -0
  227. package/generated-types/1.0/utils/validators.d.ts +14 -0
  228. package/generated-types/1.0/utils/validators.js +14 -0
  229. package/lib/CustomParsingTypes/TypedString.d.ts +28 -2
  230. package/lib/CustomParsingTypes/TypedStringConst.d.ts +1 -1
  231. package/lib/CustomParsingTypes/TypedStringConst.js +2 -2
  232. package/lib/CustomParsingTypes/TypedStringEnum.js +1 -1
  233. package/lib/CustomParsingTypes/UnrealEngineString.d.ts +51 -2
  234. package/lib/CustomParsingTypes/UnrealEngineString.js +73 -6
  235. package/lib/CustomParsingTypes/ValueToRegexFormatter.d.ts +1 -0
  236. package/lib/CustomParsingTypes/ValueToRegexFormatter.js +12 -6
  237. package/lib/DataDiscovery/CustomTypes/TypedString.js +9 -1
  238. package/lib/DataDiscovery/CustomTypes/UnrealEngineString.js +9 -2
  239. package/lib/DataDiscovery/JsonSchema/Array.d.ts +10 -2
  240. package/lib/DataDiscovery/JsonSchema/Array.js +56 -12
  241. package/lib/DataDiscovery/JsonSchema/Object.js +6 -2
  242. package/lib/DataDiscovery/JsonSchema/OneOf.js +22 -2
  243. package/lib/DataDiscovery/JsonSchema/Ref.js +1 -1
  244. package/lib/DataDiscovery.d.ts +3 -2
  245. package/lib/DataDiscovery.js +7 -5
  246. package/lib/DocsSchema.d.ts +20 -0
  247. package/lib/DocsSchema.js +30 -0
  248. package/lib/DocsTsGenerator/FilesGenerator.d.ts +3 -2
  249. package/lib/DocsTsGenerator/FilesGenerator.js +5 -3
  250. package/lib/DocsTsGenerator.d.ts +15350 -12
  251. package/lib/DocsTsGenerator.js +83 -39
  252. package/lib/TsFactoryWrapper.d.ts +1 -1
  253. package/lib/TsFactoryWrapper.js +4 -4
  254. package/lib/TypeDefinitionDiscovery/CustomParsingTypes/UnrealEngineString.js +5 -2
  255. package/lib/TypeDefinitionDiscovery/CustomParsingTypes/typed_string.d.ts +5 -5
  256. package/lib/TypeDefinitionDiscovery/CustomParsingTypes/typed_string.js +3 -1
  257. package/lib/TypeDefinitionDiscovery.d.ts +3 -2
  258. package/lib/TypeDefinitionDiscovery.js +49 -5
  259. package/lib/TypeDefinitionWriter.d.ts +3 -2
  260. package/lib/TypeDefinitionWriter.js +15 -12
  261. package/lib/TypesDiscovery.d.ts +4 -3
  262. package/lib/TypesDiscovery.js +6 -4
  263. package/lib/helpers.js +14 -4
  264. package/package.json +3 -2
  265. package/schema/1.0.schema.json +13152 -0
  266. package/schema/update8.schema.json +98 -5
  267. package/types-progress--update8.md +296 -0
  268. package/types-progress--version_1_0_0_0.md +364 -0
@@ -0,0 +1,20 @@
1
+ import { boolean__type, decimal_string__type } from '../../common/scalar';
2
+ import { xyz__type, NativeClass__type } from '../../common/unassigned';
3
+ import { FGAmmoTypeProjectile__base__type } from './FGAmmoTypeProjectile';
4
+ export type FGAmmoTypeInstantHit__base__type = FGAmmoTypeProjectile__base__type & {
5
+ mPlayFireEffects: boolean__type;
6
+ };
7
+ export type FGAmmoTypeInstantHit__chaos__type = FGAmmoTypeInstantHit__base__type & {
8
+ ClassName: 'Desc_CartridgeChaos_C';
9
+ Location: xyz__type;
10
+ Trail_Velocity: decimal_string__type;
11
+ };
12
+ export type FGAmmoTypeInstantHit__standard__type = FGAmmoTypeInstantHit__base__type & {
13
+ ClassName: 'Desc_CartridgeStandard_C';
14
+ };
15
+ export type FGAmmoTypeInstantHit__NativeClass = NativeClass__type & {
16
+ Classes: [
17
+ FGAmmoTypeInstantHit__chaos__type | FGAmmoTypeInstantHit__standard__type,
18
+ FGAmmoTypeInstantHit__chaos__type | FGAmmoTypeInstantHit__standard__type
19
+ ];
20
+ };
@@ -0,0 +1,88 @@
1
+ import { boolean__type, decimal_string__type, decimal_string__signed__type, integer_string__type } from '../../common/scalar';
2
+ import { UnrealEngineString, StringStartsWith } from '../../utils/validators';
3
+ import { MaterialSlotName__type, EditorCurveData__type, empty_object__type, transformation__type, xyz__type, color_decimal__type, mDamageTypes__type, NativeClass__type } from '../../common/unassigned';
4
+ import { FGItemDescriptor__FGResourceDescriptor__type } from './FGItemDescriptor';
5
+ export type FGAmmoTypeProjectile__type = FGAmmoTypeProjectile__base__type & {
6
+ mInitialProjectileSpeedOverride: decimal_string__signed__type;
7
+ mProjectileMaxSpeedOverride: decimal_string__signed__type;
8
+ mProjectileHealthOverride: decimal_string__signed__type;
9
+ mProjectileLifespan: decimal_string__signed__type;
10
+ mProjectileStickspan: decimal_string__signed__type;
11
+ mCanTakeDamageBySameProjectileOrChild: boolean__type;
12
+ mDamageTypesAtEndOfLife: '' | mDamageTypes__type;
13
+ mGravityScaleOverLifespan: EditorCurveData__type;
14
+ mHomingProjectile: boolean__type;
15
+ mHomingNeedsValidTarget: boolean__type;
16
+ mMaxHomingAccelerationMagnitudeOverride: decimal_string__signed__type;
17
+ mHomingMagnitudeMultiplierOverLifespan: EditorCurveData__type;
18
+ mHomingMagnitudeMultiplierOverDistanceToTarget: EditorCurveData__type;
19
+ mHomingOverlapSize: decimal_string__type;
20
+ mHomingAngleLimit: decimal_string__type;
21
+ mHomingOverrideTargets: '' | [
22
+ {
23
+ ActorClass: UnrealEngineString<'/Script/Engine.BlueprintGeneratedClass', StringStartsWith<'/Game/FactoryGame/Character/Creature/Enemy/'>>;
24
+ },
25
+ ...{
26
+ ActorClass: UnrealEngineString<'/Script/Engine.BlueprintGeneratedClass', StringStartsWith<'/Game/FactoryGame/Character/Creature/Enemy/'>>;
27
+ }[]
28
+ ];
29
+ };
30
+ export type FGAmmoTypeProjectile__base__type = FGItemDescriptor__FGResourceDescriptor__type & {
31
+ AmmoFiredDelegate: empty_object__type;
32
+ mFiringTransform: transformation__type;
33
+ mFiringDirection: xyz__type;
34
+ mMagazineSize: integer_string__type;
35
+ mMaxAmmoEffectiveRange: decimal_string__type;
36
+ mReloadTimeMultiplier: decimal_string__type;
37
+ mFireRate: decimal_string__type;
38
+ mFiringTransformIgnoresDispersion: boolean__type;
39
+ mDispersionFireRateMultiplier: decimal_string__type;
40
+ mDispersionPerShot: decimal_string__type;
41
+ mRestingDispersion: decimal_string__type;
42
+ mFiringDispersion: decimal_string__type;
43
+ mDispersionRecoveryTime: decimal_string__type;
44
+ mHasBeenInitialized: boolean__type;
45
+ mWeaponDamageMultiplier: decimal_string__type;
46
+ mMagazineMeshMaterials: [
47
+ {
48
+ MaterialInterface: UnrealEngineString<'/Script/Engine.MaterialInstanceConstant' | '/Script/Engine.Material'>;
49
+ MaterialSlotName: MaterialSlotName__type;
50
+ ImportedMaterialSlotName: MaterialSlotName__type;
51
+ UVChannelData: {
52
+ bInitialized: boolean__type;
53
+ ['LocalUVDensities[0]']: decimal_string__type;
54
+ ['LocalUVDensities[1]']?: decimal_string__type;
55
+ };
56
+ },
57
+ ...{
58
+ MaterialInterface: UnrealEngineString<'/Script/Engine.MaterialInstanceConstant' | '/Script/Engine.Material'>;
59
+ MaterialSlotName: MaterialSlotName__type;
60
+ ImportedMaterialSlotName: MaterialSlotName__type;
61
+ UVChannelData: {
62
+ bInitialized: boolean__type;
63
+ ['LocalUVDensities[0]']: decimal_string__type;
64
+ ['LocalUVDensities[1]']?: decimal_string__type;
65
+ };
66
+ }[]
67
+ ];
68
+ mMagazineMeshMaterials1p: [
69
+ UnrealEngineString<'/Script/Engine.MaterialInstanceConstant'>,
70
+ ...UnrealEngineString<'/Script/Engine.MaterialInstanceConstant'>[]
71
+ ];
72
+ mDamageTypesOnImpact: '' | mDamageTypes__type;
73
+ mAmmoDamageFalloff: EditorCurveData__type;
74
+ mMuzzleFlashScale: xyz__type;
75
+ mFiringSounds: '' | [
76
+ UnrealEngineString<'/Script/AkAudio.AkAudioEvent', StringStartsWith<'/Game/WwiseAudio/Events/'>>,
77
+ ...UnrealEngineString<'/Script/AkAudio.AkAudioEvent', StringStartsWith<'/Game/WwiseAudio/Events/'>>[]
78
+ ];
79
+ mFiringSounds1P: '';
80
+ mAmmoColor: color_decimal__type;
81
+ mAmmoScale: decimal_string__type;
82
+ mAmmoTickFunction: {
83
+ bAllowTickOnDedicatedServer: boolean__type;
84
+ };
85
+ };
86
+ export type FGAmmoTypeProjectile__NativeClass = NativeClass__type & {
87
+ Classes: [FGAmmoTypeProjectile__type, ...FGAmmoTypeProjectile__type[]];
88
+ };
@@ -0,0 +1,14 @@
1
+ import { integer_string__type, decimal_string__type } from '../../common/scalar';
2
+ import { FGAmmoTypeProjectile__base__type } from './FGAmmoTypeProjectile';
3
+ import { NativeClass__type } from '../../common/unassigned';
4
+ export type FGAmmoTypeSpreadshot__type = FGAmmoTypeProjectile__base__type & {
5
+ SpreadTrail_Velocity: decimal_string__type;
6
+ mNumShots: {
7
+ Min: integer_string__type;
8
+ Max: integer_string__type;
9
+ };
10
+ mSpreadAngleDegrees: decimal_string__type;
11
+ };
12
+ export type FGAmmoTypeSpreadshot__NativeClass = NativeClass__type & {
13
+ Classes: [FGAmmoTypeSpreadshot__type];
14
+ };
@@ -0,0 +1,192 @@
1
+ import { decimal_string__signed__type, boolean__type, decimal_string__type, integer_string__type, integer_string__signed__type } from '../../common/scalar';
2
+ import { mClearanceData__type, empty_object__type, xyz__type, UnrealEngineString__array__type, None__type, class__type, NativeClass__type } from '../../common/unassigned';
3
+ import { StringPassedRegExp } from '../../utils/validators';
4
+ export type FGBuildable__base__type = class__type & {
5
+ MaxRenderDistance: decimal_string__signed__type;
6
+ mAlternativeMaterialRecipes: '' | [
7
+ {
8
+ mMaterial: '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Asphalt.MaterialDesc_Foundation_Asphalt_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Concrete.MaterialDesc_Foundation_Concrete_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Default.MaterialDesc_Foundation_Default_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_GripMetal.MaterialDesc_Foundation_GripMetal_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_PolishedConcrete.MaterialDesc_Foundation_PolishedConcrete_C';
9
+ mRecipe: '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_QuarterPipeCorner_01.Recipe_QuarterPipeCorner_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x1.Recipe_QuarterPipeMiddle_Asphalt_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x2.Recipe_QuarterPipeMiddle_Asphalt_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x4.Recipe_QuarterPipeMiddle_Asphalt_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeInCorner_Asphalt_8x4.Recipe_QuarterPipeInCorner_Asphalt_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x1.Recipe_QuarterPipeMiddle_Concrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x2.Recipe_QuarterPipeMiddle_Concrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x4.Recipe_QuarterPipeMiddle_Concrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x1.Recipe_QuarterPipeMiddleInCorner_Concrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x2.Recipe_QuarterPipeMiddleInCorner_Concrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x4.Recipe_QuarterPipeMiddleInCorner_Concrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x1.Recipe_QuarterPipeMiddle_Ficsit_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x2.Recipe_QuarterPipeMiddle_Ficsit_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x4.Recipe_QuarterPipeMiddle_Ficsit_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x1.Recipe_QuarterPipeMiddle_Grip_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x2.Recipe_QuarterPipeMiddle_Grip_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x4.Recipe_QuarterPipeMiddle_Grip_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x1.Recipe_QuarterPipeMiddleInCorner_Grip_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x2.Recipe_QuarterPipeMiddleInCorner_Grip_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x4.Recipe_QuarterPipeMiddleInCorner_Grip_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x1.Recipe_QuarterPipeMiddleOutCorner_Grip_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x2.Recipe_QuarterPipeMiddleOutCorner_Grip_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x4.Recipe_QuarterPipeMiddleOutCorner_Grip_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeInCorner_Grip_8x4.Recipe_QuarterPipeInCorner_Grip_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x1.Recipe_QuarterPipeMiddle_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x2.Recipe_QuarterPipeMiddle_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x4.Recipe_QuarterPipeMiddle_PolishedConcrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeInCorner_ConcretePolished_8x4.Recipe_QuarterPipeInCorner_ConcretePolished_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x1.Recipe_Stair_Concrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x2.Recipe_Stair_Concrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x4.Recipe_Stair_Concrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x4_01.Recipe_Stair_FicsitSet_8x4_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x4.Recipe_Stair_GripMetal_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x4.Recipe_Stair_PolishedConcrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x1.Recipe_Stair_Asphalt_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x2.Recipe_Stair_Asphalt_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x4.Recipe_Stair_Asphalt_8x4_C';
10
+ },
11
+ ...{
12
+ mMaterial: '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Asphalt.MaterialDesc_Foundation_Asphalt_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Concrete.MaterialDesc_Foundation_Concrete_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_Default.MaterialDesc_Foundation_Default_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_GripMetal.MaterialDesc_Foundation_GripMetal_C' | '/Game/FactoryGame/Buildable/-Shared/Customization/Materials/MaterialDesc_Foundation_PolishedConcrete.MaterialDesc_Foundation_PolishedConcrete_C';
13
+ mRecipe: '/Game/FactoryGame/Recipes/Buildings/Foundations/Recipe_QuarterPipeCorner_01.Recipe_QuarterPipeCorner_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x1.Recipe_QuarterPipeMiddle_Asphalt_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x2.Recipe_QuarterPipeMiddle_Asphalt_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddle_Asphalt_8x4.Recipe_QuarterPipeMiddle_Asphalt_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4.Recipe_QuarterPipeMiddleInCorner_Asphalt_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4.Recipe_QuarterPipeMiddleOutCorner_Asphalt_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_QuarterPipeInCorner_Asphalt_8x4.Recipe_QuarterPipeInCorner_Asphalt_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x1.Recipe_QuarterPipeMiddle_Concrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x2.Recipe_QuarterPipeMiddle_Concrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddle_Concrete_8x4.Recipe_QuarterPipeMiddle_Concrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x1.Recipe_QuarterPipeMiddleInCorner_Concrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x2.Recipe_QuarterPipeMiddleInCorner_Concrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleInCorner_Concrete_8x4.Recipe_QuarterPipeMiddleInCorner_Concrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4.Recipe_QuarterPipeMiddleOutCorner_Concrete_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x1.Recipe_QuarterPipeMiddle_Ficsit_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x2.Recipe_QuarterPipeMiddle_Ficsit_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddle_Ficsit_4x4.Recipe_QuarterPipeMiddle_Ficsit_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4.Recipe_QuarterPipeMiddleInCorner_Ficsit_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4.Recipe_QuarterPipeMiddleOutCorner_Ficsit_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x1.Recipe_QuarterPipeMiddle_Grip_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x2.Recipe_QuarterPipeMiddle_Grip_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddle_Grip_8x4.Recipe_QuarterPipeMiddle_Grip_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x1.Recipe_QuarterPipeMiddleInCorner_Grip_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x2.Recipe_QuarterPipeMiddleInCorner_Grip_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleInCorner_Grip_8x4.Recipe_QuarterPipeMiddleInCorner_Grip_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x1.Recipe_QuarterPipeMiddleOutCorner_Grip_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x2.Recipe_QuarterPipeMiddleOutCorner_Grip_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeMiddleOutCorner_Grip_4x4.Recipe_QuarterPipeMiddleOutCorner_Grip_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_QuarterPipeInCorner_Grip_8x4.Recipe_QuarterPipeInCorner_Grip_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x1.Recipe_QuarterPipeMiddle_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x2.Recipe_QuarterPipeMiddle_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddle_PolishedConcrete_8x4.Recipe_QuarterPipeMiddle_PolishedConcrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4.Recipe_QuarterPipeMiddleInCorner_PolishedConcrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4.Recipe_QuarterPipeMiddleOutCorner_PolishedConcrete_4x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_QuarterPipeInCorner_ConcretePolished_8x4.Recipe_QuarterPipeInCorner_ConcretePolished_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x1.Recipe_Stair_Concrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x2.Recipe_Stair_Concrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/ConcreteSet/Recipe_Stair_Concrete_8x4.Recipe_Stair_Concrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x4_01.Recipe_Stair_FicsitSet_8x4_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x4.Recipe_Stair_GripMetal_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x4.Recipe_Stair_PolishedConcrete_8x4_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x1.Recipe_Stair_Asphalt_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x1_01.Recipe_Stair_FicsitSet_8x1_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x1.Recipe_Stair_GripMetal_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x1.Recipe_Stair_PolishedConcrete_8x1_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x2.Recipe_Stair_Asphalt_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/FicsitSet/Recipe_Stair_FicsitSet_8x2_01.Recipe_Stair_FicsitSet_8x2_01_C' | '/Game/FactoryGame/Buildable/Building/Foundation/GripMetal/Recipe_Stair_GripMetal_8x2.Recipe_Stair_GripMetal_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/PolishedConcreteSet/Recipe_Stair_PolishedConcrete_8x2.Recipe_Stair_PolishedConcrete_8x2_C' | '/Game/FactoryGame/Buildable/Building/Foundation/AsphaltSet/Recipe_Stair_Asphalt_8x4.Recipe_Stair_Asphalt_8x4_C';
14
+ }[]
15
+ ];
16
+ mContainsComponents: boolean__type;
17
+ mIsConsideredForBaseWeightValue: decimal_string__type;
18
+ bForceLegacyBuildEffect: boolean__type;
19
+ bForceBuildEffectSolo: boolean__type;
20
+ mBuildEffectSpeed: decimal_string__type;
21
+ mAllowColoring: boolean__type;
22
+ mAllowPatterning: boolean__type;
23
+ mInteractionRegisterPlayerWithCircuit: boolean__type;
24
+ mSkipBuildEffect: boolean__type;
25
+ mForceNetUpdateOnRegisterPlayer: boolean__type;
26
+ mToggleDormancyOnInteraction: boolean__type;
27
+ mIsMultiSpawnedBuildable: boolean__type;
28
+ mShouldShowAttachmentPointVisuals: boolean__type;
29
+ mCanContainLightweightInstances: boolean__type;
30
+ mManagedByLightweightBuildableSubsystem: boolean__type;
31
+ mRemoveBuildableFromSubsystemOnDismantle: boolean__type;
32
+ mHasBeenRemovedFromSubsystem: boolean__type;
33
+ mAffectsOcclusion: boolean__type;
34
+ mOcclusionShape: 'ROCS_Box' | 'ROCS_Ramp' | 'ROCS_Box_Special' | 'ROCS_CornerRamp';
35
+ mScaleCustomOffset: decimal_string__type;
36
+ mCustomScaleType: 'ROCSS_Center' | 'ROCSS_Top' | 'ROCSS_Bot';
37
+ mOcclusionBoxInfo: '' | [
38
+ {
39
+ Min: xyz__type;
40
+ Max: xyz__type;
41
+ IsValid: boolean__type;
42
+ },
43
+ ...{
44
+ Min: xyz__type;
45
+ Max: xyz__type;
46
+ IsValid: boolean__type;
47
+ }[]
48
+ ];
49
+ mAttachmentPoints: '';
50
+ mReplicatedBuiltInsideBlueprintDesigner: boolean__type;
51
+ mInteractingPlayers: '';
52
+ mIsUseable: boolean__type;
53
+ mClearanceData: mClearanceData__type;
54
+ mHideOnBuildEffectStart: boolean__type;
55
+ mShouldModifyWorldGrid: boolean__type;
56
+ mTimelapseBucketId: integer_string__type;
57
+ mTimelapseDelay: decimal_string__type;
58
+ mAlienOverClockingZOffset: decimal_string__type;
59
+ mAlienOverClockingAttenuationScalingFactor: decimal_string__type;
60
+ mAlienOverClockingVolumeDB_RTPC: decimal_string__type;
61
+ mAlienOverClockingHighpass_RTPC: decimal_string__type;
62
+ mAlienOverClockingPitch_RTPC: decimal_string__type;
63
+ mBlueprintBuildEffectID: integer_string__signed__type;
64
+ };
65
+ export type FGBuildable__circuits_base__type = FGBuildable__base__type & {
66
+ mOnCircuitsChanged: empty_object__type;
67
+ mIsBridgeConnected: boolean__type;
68
+ mConnections: '';
69
+ };
70
+ export type FGBuildable__consumes_power_base__type = FGBuildable__base__type & {
71
+ mPowerConsumption: decimal_string__type;
72
+ mPowerConsumptionExponent: decimal_string__type;
73
+ mDoesHaveShutdownAnimation: boolean__type;
74
+ mOnHasPowerChanged: empty_object__type;
75
+ mOnHasProductionChanged: empty_object__type;
76
+ mOnHasStandbyChanged: empty_object__type;
77
+ mMinimumProducingTime: decimal_string__type;
78
+ mMinimumStoppedTime: decimal_string__type;
79
+ mCanEverMonitorProductivity: boolean__type;
80
+ mCanChangePotential: boolean__type;
81
+ mMinPotential: decimal_string__type;
82
+ mMaxPotential: decimal_string__type;
83
+ mFluidStackSizeDefault: 'SS_FLUID';
84
+ mFluidStackSizeMultiplier: integer_string__type;
85
+ mEffectUpdateInterval: decimal_string__type;
86
+ mDefaultProductivityMeasurementDuration: decimal_string__type;
87
+ mLastProductivityMeasurementProduceDuration: decimal_string__type;
88
+ mLastProductivityMeasurementDuration: decimal_string__type;
89
+ mCurrentProductivityMeasurementProduceDuration: decimal_string__type;
90
+ mCurrentProductivityMeasurementDuration: decimal_string__type;
91
+ mProductivityMonitorEnabled: boolean__type;
92
+ mCachedSkeletalMeshes: '';
93
+ mAddToSignificanceManager: boolean__type;
94
+ mAlienOverClockingParticleEffects: '';
95
+ mSignificanceRange: decimal_string__type;
96
+ mTickExponent: decimal_string__type;
97
+ mProductionBoostPowerConsumptionExponent: decimal_string__type;
98
+ mOnPendingPotentialChanged: empty_object__type;
99
+ mOnPendingProductionBoostChanged: empty_object__type;
100
+ mOnCurrentProductivityChanged: empty_object__type;
101
+ mCanChangeProductionBoost: boolean__type;
102
+ mBaseProductionBoost: decimal_string__type;
103
+ mPotentialShardSlots: integer_string__type;
104
+ mProductionShardSlotSize: integer_string__type;
105
+ mProductionShardBoostMultiplier: decimal_string__type;
106
+ mHasInventoryPotential: boolean__type;
107
+ mIsTickRateManaged: boolean__type;
108
+ mOverridePotentialShardSlots: boolean__type;
109
+ mOverrideProductionShardSlotSize: boolean__type;
110
+ };
111
+ export type FGBuildable__docking_station_base__type = FGBuildable__consumes_power_base__type & {
112
+ mStorageSizeX: integer_string__type;
113
+ mStorageSizeY: integer_string__type;
114
+ mTransferSpeed: decimal_string__type;
115
+ mStackTransferSize: decimal_string__type;
116
+ };
117
+ export type FGBuildable__extractor_base__type = FGBuildable__extractor_base__shared__type & {
118
+ mPipeOutputConnections: '';
119
+ mExtractStartupTime: decimal_string__signed__type;
120
+ mExtractStartupTimer: decimal_string__type;
121
+ mExtractCycleTime: decimal_string__type;
122
+ mItemsPerCycle: integer_string__type;
123
+ };
124
+ export type FGBuildable__extractor_base__shared__type = FGBuildable__consumes_power_base__type & {
125
+ mAllowedResourceForms: [
126
+ 'RF_LIQUID' | 'RF_SOLID' | 'RF_GAS' | 'RF_HEAT',
127
+ ...('RF_LIQUID' | 'RF_SOLID' | 'RF_GAS' | 'RF_HEAT')[]
128
+ ];
129
+ mOnlyAllowCertainResources: boolean__type;
130
+ mAllowedResources: '' | UnrealEngineString__array__type;
131
+ mExtractorTypeName: None__type | 'Miner';
132
+ mTryFindMissingResource: boolean__type;
133
+ };
134
+ export type FGBuildable__occupied__type = FGBuildable__base__type & {
135
+ mOccupiedText: StringPassedRegExp<' occupied!?$'>;
136
+ };
137
+ export type FGBuildable__pipeline_accessory__type = FGBuildable__pipeline_accessory__base__type & {
138
+ mRadius: decimal_string__type;
139
+ mFluidBoxVolume: decimal_string__type;
140
+ mFluidBox: empty_object__type;
141
+ mPipeConnections: '';
142
+ };
143
+ export type FGBuildable__pipeline_accessory__base__type = FGBuildable__consumes_power_base__type & {
144
+ mFluidBox: empty_object__type;
145
+ mPipeConnections: '';
146
+ };
147
+ export type FGBuildable__pipeline_flow_accessory__type = FGBuildable__pipeline_accessory__type & {
148
+ mLastFlowUpdate: decimal_string__type;
149
+ mUpdateFlowTime: decimal_string__type;
150
+ mAnimSpeed: decimal_string__type;
151
+ mLastFlowValue: decimal_string__type;
152
+ mTimeScaleOffset: decimal_string__type;
153
+ mMaxPressure: decimal_string__type;
154
+ mDesignPressure: decimal_string__type;
155
+ mDefaultFlowLimit: decimal_string__type;
156
+ mUserFlowLimit: decimal_string__signed__type;
157
+ mMinimumFlowPercentForStandby: decimal_string__type;
158
+ mIndicatorData: empty_object__type;
159
+ mPistonAudioTimer?: empty_object__type;
160
+ mUpdateAudioFlowTime: decimal_string__type;
161
+ };
162
+ export type FGBuildable__pole__base__type = FGBuildable__pole__base__no_static__type & {
163
+ mUseStaticHeight: boolean__type;
164
+ };
165
+ export type FGBuildable__pole__base__no_static__type = FGBuildable__base__type & {
166
+ mCanStack: boolean__type;
167
+ mStackHeight: decimal_string__type;
168
+ };
169
+ export type FGBuildable__power_switch__base__type = FGBuildable__circuits_base__type & {
170
+ mTextRenderers: '';
171
+ bIsSignificant: boolean__type;
172
+ mMaxCharacters: integer_string__type;
173
+ mOnIsSwitchOnChanged: empty_object__type;
174
+ mOnIsConnectedChanged: empty_object__type;
175
+ mOnBuildingTagChanged: empty_object__type;
176
+ mIsSwitchOn: boolean__type;
177
+ mHasBuildingTag: boolean__type;
178
+ mBuildingTag: '';
179
+ };
180
+ export type FGBuildable__splitter__base__type = FGBuildable__base__type & {
181
+ mCurrentOutputIndex: integer_string__signed__type;
182
+ mInventorySize: integer_string__type;
183
+ };
184
+ export type FGBuildable__tiered__type = FGBuildable__base__type & {
185
+ Tier: integer_string__type;
186
+ };
187
+ export type FGBuildable__NativeClass = NativeClass__type & {
188
+ Classes: [
189
+ (FGBuildable__base__type | FGBuildable__occupied__type | FGBuildable__tiered__type),
190
+ ...(FGBuildable__base__type | FGBuildable__occupied__type | FGBuildable__tiered__type)[]
191
+ ];
192
+ };
@@ -0,0 +1,10 @@
1
+ import { integer_string__signed__type, integer_string__type } from '../../common/scalar';
2
+ import { FGBuildable__base__type } from './FGBuildable';
3
+ import { NativeClass__type } from '../../common/unassigned';
4
+ export type FGBuildableAttachmentMerger__type = FGBuildable__base__type & {
5
+ mCurrentInputIndex: integer_string__signed__type;
6
+ mInventorySize: integer_string__type;
7
+ };
8
+ export type FGBuildableAttachmentMerger__NativeClass = NativeClass__type & {
9
+ Classes: [FGBuildableAttachmentMerger__type];
10
+ };
@@ -0,0 +1,6 @@
1
+ import { FGBuildable__splitter__base__type } from './FGBuildable';
2
+ import { NativeClass__type } from '../../common/unassigned';
3
+ export type FGBuildableAttachmentSplitter__type = FGBuildable__splitter__base__type;
4
+ export type FGBuildableAttachmentSplitter__NativeClass = NativeClass__type & {
5
+ Classes: [FGBuildableAttachmentSplitter__type];
6
+ };
@@ -0,0 +1,15 @@
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 FGBuildableBeamLightweight__type = FGBuildable__base__type & {
5
+ mSize: decimal_string__type;
6
+ mDefaultLength: decimal_string__type;
7
+ mMaxLength: decimal_string__type;
8
+ mLength: decimal_string__type;
9
+ };
10
+ export type FGBuildableBeamLightweight__NativeClass = NativeClass__type & {
11
+ Classes: [
12
+ FGBuildableBeamLightweight__type,
13
+ ...FGBuildableBeamLightweight__type[]
14
+ ];
15
+ };
@@ -0,0 +1,27 @@
1
+ import { FGBuildableBlueprintDesigner__mk3__type, FGBuildableBlueprintDesigner__mk2__type, FGBuildableBlueprintDesigner__mk1__type, color_decimal__type, xyz__integer__type, empty_object__type, NativeClass__type } from '../../common/unassigned';
2
+ import { integer_string__signed__type, decimal_string__type, boolean__type } from '../../common/scalar';
3
+ import { FGBuildable__base__type } from './FGBuildable';
4
+ export type FGBuildableBlueprintDesigner__base__type = FGBuildable__base__type & {
5
+ mTerminalDistanceFromEdge: decimal_string__type;
6
+ mTerminalHalfDepth: decimal_string__type;
7
+ mDimensions: xyz__integer__type;
8
+ OnRecordDataChanged: empty_object__type;
9
+ OnBlueprintCostChanged: empty_object__type;
10
+ mCurrentCost: '';
11
+ mBuildables: '';
12
+ mCurrentRecordData: {
13
+ IconID: {
14
+ IconLibrary: 'None';
15
+ IconID: integer_string__signed__type;
16
+ };
17
+ Color: color_decimal__type;
18
+ };
19
+ mIsDismantlingAll: boolean__type;
20
+ };
21
+ export type FGBuildableBlueprintDesigner__NativeClass = NativeClass__type & {
22
+ Classes: [
23
+ FGBuildableBlueprintDesigner__mk3__type,
24
+ FGBuildableBlueprintDesigner__mk2__type,
25
+ FGBuildableBlueprintDesigner__mk1__type
26
+ ];
27
+ };
@@ -0,0 +1,8 @@
1
+ import { FGBuildable__power_switch__base__type } from './FGBuildable';
2
+ import { NativeClass__type } from '../../common/unassigned';
3
+ export type FGBuildableCircuitSwitch__type = FGBuildable__power_switch__base__type & {
4
+ ClassName: 'Build_PowerSwitch_C';
5
+ };
6
+ export type FGBuildableCircuitSwitch__NativeClass = NativeClass__type & {
7
+ Classes: [FGBuildableCircuitSwitch__type];
8
+ };
@@ -0,0 +1,23 @@
1
+ import { integer_string__signed__type, decimal_string__type, integer_string__type } from '../../common/scalar';
2
+ import { empty_object__type, NativeClass__type } from '../../common/unassigned';
3
+ import { FGBuildable__base__type } from './FGBuildable';
4
+ export type FGBuildableConveyorBelt__type = FGBuildableConveyorBelt__base__type & {
5
+ mMeshLength: decimal_string__type;
6
+ mSplineData: '';
7
+ mCustomSkins: [
8
+ '/Game/FactoryGame/Buildable/-Shared/Customization/Skins/SkinDesc_Test1.SkinDesc_Test1_C',
9
+ ...'/Game/FactoryGame/Buildable/-Shared/Customization/Skins/SkinDesc_Test1.SkinDesc_Test1_C'[]
10
+ ];
11
+ };
12
+ export type FGBuildableConveyorBelt__base__type = FGBuildable__base__type & {
13
+ mItemMeshMap: empty_object__type;
14
+ mSpeed: decimal_string__type;
15
+ mItems: {
16
+ ArrayReplicationKey: integer_string__signed__type;
17
+ };
18
+ mConveyorChainFlags: integer_string__type;
19
+ mChainSegmentIndex: integer_string__signed__type;
20
+ };
21
+ export type FGBuildableConveyorBelt__NativeClass = NativeClass__type & {
22
+ Classes: [FGBuildableConveyorBelt__type, ...FGBuildableConveyorBelt__type[]];
23
+ };
@@ -0,0 +1,14 @@
1
+ import { decimal_string__type, boolean__type } from '../../common/scalar';
2
+ import { transformation__type, mSnappedPassthroughs__type, NativeClass__type } from '../../common/unassigned';
3
+ import { FGBuildableConveyorBelt__base__type } from './FGBuildableConveyorBelt';
4
+ export type FGBuildableConveyorLift__type = FGBuildableConveyorBelt__base__type & {
5
+ mMeshHeight: decimal_string__type;
6
+ mIsReversed: boolean__type;
7
+ mFlipMeshOnReverse: boolean__type;
8
+ mTopTransform: transformation__type;
9
+ mSnappedPassthroughs: mSnappedPassthroughs__type;
10
+ mOpposingConnectionClearance: decimal_string__type;
11
+ };
12
+ export type FGBuildableConveyorLift__NativeClass = NativeClass__type & {
13
+ Classes: [FGBuildableConveyorLift__type, ...FGBuildableConveyorLift__type[]];
14
+ };
@@ -0,0 +1,10 @@
1
+ import { decimal_string__type, boolean__type } from '../../common/scalar';
2
+ import { FGBuildableWall__base__type } from './FGBuildableWall';
3
+ import { NativeClass__type } from '../../common/unassigned';
4
+ export type FGBuildableCornerWall__type = FGBuildableWall__base__type & {
5
+ mSize: decimal_string__type;
6
+ mIsInverted: boolean__type;
7
+ };
8
+ export type FGBuildableCornerWall__NativeClass = NativeClass__type & {
9
+ Classes: [FGBuildableCornerWall__type, ...FGBuildableCornerWall__type[]];
10
+ };
@@ -0,0 +1,5 @@
1
+ import { FGBuildableCornerWall__type } from './FGBuildableCornerWall';
2
+ import { NativeClass__type } from '../../common/unassigned';
3
+ export type FGBuildableCornerWallLightweight__NativeClass = NativeClass__type & {
4
+ Classes: [FGBuildableCornerWall__type, ...FGBuildableCornerWall__type[]];
5
+ };
@@ -0,0 +1,21 @@
1
+ import { empty_object__type, xy__type, NativeClass__type } from '../../common/unassigned';
2
+ import { decimal_string__type, integer_string__type, boolean__type } from '../../common/scalar';
3
+ import { FGBuildable__docking_station_base__type } from './FGBuildable';
4
+ export type FGBuildableDockingStation__type = FGBuildable__docking_station_base__type & {
5
+ VehicleFuelConsumptionRateChangedDelegate: empty_object__type;
6
+ ItemTransferRateChangedDelegate: empty_object__type;
7
+ MaximumStackTransferRateChangedDelegate: empty_object__type;
8
+ mDockPosition: xy__type;
9
+ mMinimumDockingTime: decimal_string__type;
10
+ mFuelInventorySizeX: integer_string__type;
11
+ mFuelInventorySizeY: integer_string__type;
12
+ mFuelTransferSpeed: decimal_string__type;
13
+ mForceSignificance: boolean__type;
14
+ mVehicleFuelConsumptionRate: decimal_string__type;
15
+ mItemTransferRate: decimal_string__type;
16
+ mMaximumStackTransferRate: decimal_string__type;
17
+ mDockingVehicleStatistics: empty_object__type;
18
+ };
19
+ export type FGBuildableDockingStation__NativeClass = NativeClass__type & {
20
+ Classes: [FGBuildableDockingStation__type];
21
+ };
@@ -0,0 +1,23 @@
1
+ import { boolean__type, decimal_string__type, integer_string__type } from '../../common/scalar';
2
+ import { FGBuildableWall__base__rectangle__type } from './FGBuildableWall';
3
+ import { NativeClass__type } from '../../common/unassigned';
4
+ export type FGBuildableDoor__type = FGBuildableDoor__base__type & {
5
+ IsDoorOpen: boolean__type;
6
+ };
7
+ export type FGBuildableDoor__automated__type = FGBuildableDoor__base__type & {
8
+ bigOverlapList: '';
9
+ };
10
+ export type FGBuildableDoor__base__type = FGBuildableWall__base__rectangle__type & {
11
+ mCanBeLocked: boolean__type;
12
+ mAnimationRate: decimal_string__type;
13
+ mMovementRate: decimal_string__type;
14
+ EasingFunction: 'ExpoInOut' | 'Linear';
15
+ BlendExp: decimal_string__type;
16
+ Steps: integer_string__type;
17
+ };
18
+ export type FGBuildableDoor__NativeClass = NativeClass__type & {
19
+ Classes: [
20
+ FGBuildableDoor__type | FGBuildableDoor__automated__type,
21
+ ...(FGBuildableDoor__type | FGBuildableDoor__automated__type)[]
22
+ ];
23
+ };
@@ -0,0 +1,30 @@
1
+ import { boolean__type, boolean_extended__type, decimal_string__type, integer_string__type } from '../../common/scalar';
2
+ import { xyz__type, NativeClass__type } from '../../common/unassigned';
3
+ import { FGBuildable__docking_station_base__type } from './FGBuildable';
4
+ export type FGBuildableDroneStation__type = FGBuildable__docking_station_base__type & {
5
+ ClassName?: 'Build_DroneStation_C';
6
+ mDisplayName?: 'Drone Port';
7
+ mStoppedProducingAnimationSounds: boolean__type;
8
+ mStoppedAkComponents: boolean_extended__type;
9
+ mSocketStoppedAkComponents: '';
10
+ m_DockingStates: 'DS_UNDOCKED';
11
+ m_OffsetTime: decimal_string__type;
12
+ mDroneDockingStartLocationLocal: xyz__type;
13
+ mDroneDockingLocationLocal: xyz__type;
14
+ mDroneDockingQueue: '';
15
+ mStationHasDronesInQueue: boolean__type;
16
+ mItemTransferringStage: 'ITS_NONE';
17
+ mTransferProgress: decimal_string__type;
18
+ mDroneQueueRadius: decimal_string__type;
19
+ mDroneQueueSeparationRadius: decimal_string__type;
20
+ mDroneQueueVerticalSeparation: decimal_string__type;
21
+ mTripPowerCost: decimal_string__type;
22
+ mTripPowerPerMeterCost: decimal_string__type;
23
+ mTripInformationSampleCount: integer_string__type;
24
+ mFuelStorageSizeX: integer_string__type;
25
+ mFuelStorageSizeY: integer_string__type;
26
+ mMapText: '';
27
+ };
28
+ export type FGBuildableDroneStation__NativeClass = NativeClass__type & {
29
+ Classes: [FGBuildableDroneStation__type];
30
+ };