@etothepii/satisfactory-file-parser 4.1.1 → 4.1.2

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 (475) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +1 -0
  3. package/build/index.d.ts +26 -25
  4. package/build/index.d.ts.map +1 -1
  5. package/build/index.js +26 -25
  6. package/build/index.js.map +1 -1
  7. package/build/parser/satisfactory/blueprint/blueprint-header-version.js.map +1 -1
  8. package/build/parser/satisfactory/types/property/generic/containers/StructProperty.d.ts +2 -1
  9. package/build/parser/satisfactory/types/property/generic/containers/StructProperty.d.ts.map +1 -1
  10. package/build/parser/satisfactory/types/property/generic/containers/StructProperty.js +7 -0
  11. package/build/parser/satisfactory/types/property/generic/containers/StructProperty.js.map +1 -1
  12. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder.d.ts +14 -0
  13. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder.d.ts.map +1 -0
  14. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder.js +63 -0
  15. package/build/parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder.js.map +1 -0
  16. package/docs/assets/navigation.js +1 -1
  17. package/docs/assets/search.js +1 -1
  18. package/docs/classes/BlueprintConfigReader.html +4 -4
  19. package/docs/classes/BlueprintConfigWriter.html +4 -4
  20. package/docs/classes/BlueprintReader.html +4 -4
  21. package/docs/classes/BlueprintWriter.html +4 -4
  22. package/docs/classes/ByteReader.html +4 -4
  23. package/docs/classes/ByteWriter.html +4 -4
  24. package/docs/classes/CompressionLibraryError.html +2 -2
  25. package/docs/classes/ContextReader.html +4 -4
  26. package/docs/classes/ContextWriter.html +4 -4
  27. package/docs/classes/CorruptBlueprintError.html +2 -2
  28. package/docs/classes/CorruptSaveError.html +2 -2
  29. package/docs/classes/Parser.html +6 -6
  30. package/docs/classes/ParserError.html +2 -2
  31. package/docs/classes/ReadableStreamParser.html +2 -2
  32. package/docs/classes/SatisfactorySave.html +2 -2
  33. package/docs/classes/SaveComponent.html +2 -2
  34. package/docs/classes/SaveEntity.html +2 -2
  35. package/docs/classes/SaveObject.html +2 -2
  36. package/docs/classes/SaveReader.html +4 -4
  37. package/docs/classes/SaveWriter.html +4 -4
  38. package/docs/classes/TimeoutError.html +2 -2
  39. package/docs/classes/UnimplementedError.html +2 -2
  40. package/docs/classes/UnsupportedVersionError.html +2 -2
  41. package/docs/enums/Alignment.html +2 -2
  42. package/docs/enums/BlueprintConfigVersion.html +2 -2
  43. package/docs/enums/BlueprintHeaderVersion.html +2 -2
  44. package/docs/enums/CompressionAlgorithmCode.html +2 -2
  45. package/docs/enums/ETextHistoryType.html +2 -2
  46. package/docs/enums/EUnrealEngineObjectUE5Version.html +2 -2
  47. package/docs/enums/FactoryGameCustomVersion.html +2 -2
  48. package/docs/enums/RuntimeBuildableInstanceDataVersion.html +2 -2
  49. package/docs/enums/SaveCustomVersion.html +10 -10
  50. package/docs/enums/SaveHeaderType.html +2 -2
  51. package/docs/functions/AbstractBaseProperty.CreateFromTag.html +1 -1
  52. package/docs/functions/ArrayProperty.Parse.html +1 -1
  53. package/docs/functions/ArrayProperty.Serialize.html +1 -1
  54. package/docs/functions/BlueprintConfig.Parse.html +1 -1
  55. package/docs/functions/BlueprintConfig.Serialize.html +1 -1
  56. package/docs/functions/BlueprintHeader.Parse.html +1 -1
  57. package/docs/functions/BlueprintHeader.Serialize.html +1 -1
  58. package/docs/functions/BoolProperty.Parse.html +1 -1
  59. package/docs/functions/BoolProperty.ReadValue.html +1 -1
  60. package/docs/functions/BoolProperty.Serialize.html +1 -1
  61. package/docs/functions/BoolProperty.SerializeValue.html +1 -1
  62. package/docs/functions/BuildableSubsystemSpecialProperties.Parse.html +1 -1
  63. package/docs/functions/BuildableSubsystemSpecialProperties.Serialize.html +1 -1
  64. package/docs/functions/BuildableTypeInstance.Parse.html +1 -1
  65. package/docs/functions/BuildableTypeInstance.Serialize.html +1 -1
  66. package/docs/functions/ByteProperty.Parse.html +1 -1
  67. package/docs/functions/ByteProperty.ReadValue.html +1 -1
  68. package/docs/functions/ByteProperty.Serialize.html +1 -1
  69. package/docs/functions/ByteProperty.SerializeValue.html +1 -1
  70. package/docs/functions/CircuitSpecialProperties.Parse.html +1 -1
  71. package/docs/functions/CircuitSpecialProperties.Serialize.html +1 -1
  72. package/docs/functions/ConveyorChainActorSpecialProperties.Parse.html +1 -1
  73. package/docs/functions/ConveyorChainActorSpecialProperties.Serialize.html +1 -1
  74. package/docs/functions/ConveyorSpecialProperties.Parse.html +1 -1
  75. package/docs/functions/ConveyorSpecialProperties.Serialize.html +1 -1
  76. package/docs/functions/DataBlob.Read.html +1 -1
  77. package/docs/functions/DataBlob.ReadNObjectContents.html +1 -1
  78. package/docs/functions/DataBlob.SkipOver.html +1 -1
  79. package/docs/functions/DataBlob.Write.html +1 -1
  80. package/docs/functions/DoubleProperty.Parse.html +1 -1
  81. package/docs/functions/DoubleProperty.ReadValue.html +1 -1
  82. package/docs/functions/DoubleProperty.Serialize.html +1 -1
  83. package/docs/functions/DoubleProperty.SerializeValue.html +1 -1
  84. package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
  85. package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
  86. package/docs/functions/EmptySpecialProperties.Parse.html +1 -1
  87. package/docs/functions/EmptySpecialProperties.Serialize.html +1 -1
  88. package/docs/functions/EnumProperty.Parse.html +1 -1
  89. package/docs/functions/EnumProperty.ReadValue.html +1 -1
  90. package/docs/functions/EnumProperty.Serialize.html +1 -1
  91. package/docs/functions/EnumProperty.SerializeValue.html +1 -1
  92. package/docs/functions/FClientIdentityInfo.read.html +1 -1
  93. package/docs/functions/FClientIdentityInfo.write.html +1 -1
  94. package/docs/functions/FColor.read.html +1 -1
  95. package/docs/functions/FColor.write.html +1 -1
  96. package/docs/functions/FConveyorBeltItem.read.html +1 -1
  97. package/docs/functions/FConveyorBeltItem.write.html +1 -1
  98. package/docs/functions/FConveyorChainSplineSegment.read.html +1 -1
  99. package/docs/functions/FConveyorChainSplineSegment.write.html +1 -1
  100. package/docs/functions/FCustomVersion.read.html +1 -1
  101. package/docs/functions/FCustomVersion.write.html +1 -1
  102. package/docs/functions/FCustomVersionContainer.read.html +1 -1
  103. package/docs/functions/FCustomVersionContainer.write.html +1 -1
  104. package/docs/functions/FEngineVersion.read.html +1 -1
  105. package/docs/functions/FEngineVersion.write.html +1 -1
  106. package/docs/functions/FGDynamicStruct.Parse.html +1 -1
  107. package/docs/functions/FGDynamicStruct.Serialize.html +1 -1
  108. package/docs/functions/FICFrameRange.read.html +1 -1
  109. package/docs/functions/FICFrameRange.write.html +1 -1
  110. package/docs/functions/FINDynamicStructHolder.read.html +1 -0
  111. package/docs/functions/FINDynamicStructHolder.write.html +1 -0
  112. package/docs/functions/FINGPUT1BufferPixel.read.html +1 -1
  113. package/docs/functions/FINGPUT1BufferPixel.write.html +1 -1
  114. package/docs/functions/FINItemStateFileSystem.IsFINItemStateFileSystem.html +1 -1
  115. package/docs/functions/FINItemStateFileSystem.read.html +1 -1
  116. package/docs/functions/FINItemStateFileSystem.write.html +1 -1
  117. package/docs/functions/FINLuaRuntimePersistenceState.read.html +1 -1
  118. package/docs/functions/FINLuaRuntimePersistenceState.write.html +1 -1
  119. package/docs/functions/FINNetworkTrace.read.html +1 -1
  120. package/docs/functions/FINNetworkTrace.write.html +1 -1
  121. package/docs/functions/FInventoryItem.read.html +1 -1
  122. package/docs/functions/FInventoryItem.write.html +1 -1
  123. package/docs/functions/FLBBalancerIndexing.read.html +1 -1
  124. package/docs/functions/FLBBalancerIndexing.write.html +1 -1
  125. package/docs/functions/FLinearColor.read.html +1 -1
  126. package/docs/functions/FLinearColor.write.html +1 -1
  127. package/docs/functions/FLocalUserNetIdBundle.read.html +1 -1
  128. package/docs/functions/FLocalUserNetIdBundle.write.html +1 -1
  129. package/docs/functions/FPackageFileVersion.read.html +1 -1
  130. package/docs/functions/FPackageFileVersion.write.html +1 -1
  131. package/docs/functions/FPlayerInfoHandle.read.html +1 -1
  132. package/docs/functions/FPlayerInfoHandle.write.html +1 -1
  133. package/docs/functions/FPropertyTag.IsCompletePropertyTagType.html +1 -1
  134. package/docs/functions/FPropertyTag.read.html +1 -1
  135. package/docs/functions/FPropertyTag.write.html +1 -1
  136. package/docs/functions/FPropertyTag.writeFromProperty.html +1 -1
  137. package/docs/functions/FPropertyTagNode.read.html +1 -1
  138. package/docs/functions/FPropertyTagNode.write.html +1 -1
  139. package/docs/functions/FSaveObjectVersionData.read.html +1 -1
  140. package/docs/functions/FSaveObjectVersionData.write.html +1 -1
  141. package/docs/functions/FUniqueNetIdRepl.read.html +1 -1
  142. package/docs/functions/FUniqueNetIdRepl.write.html +1 -1
  143. package/docs/functions/FloatProperty.Parse.html +1 -1
  144. package/docs/functions/FloatProperty.ReadValue.html +1 -1
  145. package/docs/functions/FloatProperty.Serialize.html +1 -1
  146. package/docs/functions/FloatProperty.SerializeValue.html +1 -1
  147. package/docs/functions/GUID.read.html +1 -1
  148. package/docs/functions/GUID.write.html +1 -1
  149. package/docs/functions/HierarchyVersion.CreateOnHeader.html +1 -1
  150. package/docs/functions/HierarchyVersion.SetOnLevel.html +1 -1
  151. package/docs/functions/HierarchyVersion.SetOnObject.html +1 -1
  152. package/docs/functions/Int64Property.Parse.html +1 -1
  153. package/docs/functions/Int64Property.ReadValue.html +1 -1
  154. package/docs/functions/Int64Property.Serialize.html +1 -1
  155. package/docs/functions/Int64Property.SerializeValue.html +1 -1
  156. package/docs/functions/Int8Property.Parse.html +1 -1
  157. package/docs/functions/Int8Property.ReadValue.html +1 -1
  158. package/docs/functions/Int8Property.Serialize.html +1 -1
  159. package/docs/functions/Int8Property.SerializeValue.html +1 -1
  160. package/docs/functions/IntProperty.Parse.html +1 -1
  161. package/docs/functions/IntProperty.ReadValue.html +1 -1
  162. package/docs/functions/IntProperty.Serialize.html +1 -1
  163. package/docs/functions/IntProperty.SerializeValue.html +1 -1
  164. package/docs/functions/InterfaceProperty.Parse.html +1 -1
  165. package/docs/functions/InterfaceProperty.ReadValue.html +1 -1
  166. package/docs/functions/InterfaceProperty.Serialize.html +1 -1
  167. package/docs/functions/InterfaceProperty.SerializeValue.html +1 -1
  168. package/docs/functions/LBBalancerIndexing.read.html +1 -1
  169. package/docs/functions/LBBalancerIndexing.write.html +1 -1
  170. package/docs/functions/Level.Read.html +1 -1
  171. package/docs/functions/Level.Serialize.html +1 -1
  172. package/docs/functions/LevelToDestroyedActorsMap.read.html +1 -1
  173. package/docs/functions/LevelToDestroyedActorsMap.write.html +1 -1
  174. package/docs/functions/MD5Hash.read.html +1 -1
  175. package/docs/functions/MD5Hash.write.html +1 -1
  176. package/docs/functions/MapProperty.Parse.html +1 -1
  177. package/docs/functions/MapProperty.Serialize.html +1 -1
  178. package/docs/functions/NameProperty.Parse.html +1 -1
  179. package/docs/functions/NameProperty.ReadValue.html +1 -1
  180. package/docs/functions/NameProperty.Serialize.html +1 -1
  181. package/docs/functions/NameProperty.SerializeValue.html +1 -1
  182. package/docs/functions/ObjectProperty.Parse.html +1 -1
  183. package/docs/functions/ObjectProperty.ReadValue.html +1 -1
  184. package/docs/functions/ObjectProperty.Serialize.html +1 -1
  185. package/docs/functions/ObjectProperty.SerializeValue.html +1 -1
  186. package/docs/functions/ObjectReference.IsEqual.html +1 -1
  187. package/docs/functions/ObjectReference.read.html +1 -1
  188. package/docs/functions/ObjectReference.write.html +1 -1
  189. package/docs/functions/ObjectReferencesList.ReadList.html +1 -1
  190. package/docs/functions/ObjectReferencesList.SerializeList.html +1 -1
  191. package/docs/functions/ObjectsListSpecialProperties.Parse.html +1 -1
  192. package/docs/functions/ObjectsListSpecialProperties.Serialize.html +1 -1
  193. package/docs/functions/OptionalGUID.read.html +1 -1
  194. package/docs/functions/OptionalGUID.write.html +1 -1
  195. package/docs/functions/PlayerSpecialProperties.Parse.html +1 -1
  196. package/docs/functions/PlayerSpecialProperties.Serialize.html +1 -1
  197. package/docs/functions/PowerLineSpecialProperties.Parse.html +1 -1
  198. package/docs/functions/PowerLineSpecialProperties.Serialize.html +1 -1
  199. package/docs/functions/PropertiesList.ParseList.html +1 -1
  200. package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
  201. package/docs/functions/PropertiesList.SerializeList.html +1 -1
  202. package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
  203. package/docs/functions/SatisfactorySaveHeader.Parse.html +1 -1
  204. package/docs/functions/SatisfactorySaveHeader.Serialize.html +1 -1
  205. package/docs/functions/SaveBodyChunks.CompressDataIntoChunks.html +1 -1
  206. package/docs/functions/SaveBodyChunks.DecompressChunks.html +1 -1
  207. package/docs/functions/SaveBodyValidation.Parse.html +1 -1
  208. package/docs/functions/SaveBodyValidation.Serialize.html +1 -1
  209. package/docs/functions/SetProperty.Parse.html +1 -1
  210. package/docs/functions/SetProperty.Serialize.html +1 -1
  211. package/docs/functions/SingleProperty.Parse.html +1 -1
  212. package/docs/functions/SingleProperty.ReadValue.html +1 -1
  213. package/docs/functions/SingleProperty.Serialize.html +1 -1
  214. package/docs/functions/SingleProperty.SerializeValue.html +1 -1
  215. package/docs/functions/SoftObjectProperty.Parse.html +1 -1
  216. package/docs/functions/SoftObjectProperty.ReadValue.html +1 -1
  217. package/docs/functions/SoftObjectProperty.Serialize.html +1 -1
  218. package/docs/functions/SoftObjectProperty.SerializeValue.html +1 -1
  219. package/docs/functions/SoftObjectReference.read.html +1 -1
  220. package/docs/functions/SoftObjectReference.write.html +1 -1
  221. package/docs/functions/SpecialDroneActionProperties.Parse.html +1 -1
  222. package/docs/functions/SpecialDroneActionProperties.Serialize.html +1 -1
  223. package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
  224. package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
  225. package/docs/functions/StrProperty.Parse.html +1 -1
  226. package/docs/functions/StrProperty.ReadValue.html +1 -1
  227. package/docs/functions/StrProperty.Serialize.html +1 -1
  228. package/docs/functions/StrProperty.SerializeValue.html +1 -1
  229. package/docs/functions/StructProperty.Parse.html +1 -1
  230. package/docs/functions/StructProperty.ParseValue.html +1 -1
  231. package/docs/functions/StructProperty.Serialize.html +1 -1
  232. package/docs/functions/StructProperty.SerializeValue.html +1 -1
  233. package/docs/functions/TOCBlob.Read.html +1 -1
  234. package/docs/functions/TOCBlob.ReadNObjectHeaders.html +1 -1
  235. package/docs/functions/TOCBlob.SerializeAllObjectHeaders.html +1 -1
  236. package/docs/functions/TOCBlob.SkipOver.html +1 -1
  237. package/docs/functions/TOCBlob.Write.html +1 -1
  238. package/docs/functions/TextProperty.Parse.html +1 -1
  239. package/docs/functions/TextProperty.ReadValue.html +1 -1
  240. package/docs/functions/TextProperty.Serialize.html +1 -1
  241. package/docs/functions/TextProperty.SerializeValue.html +1 -1
  242. package/docs/functions/Transform.Parse.html +1 -1
  243. package/docs/functions/Transform.ParseF.html +1 -1
  244. package/docs/functions/Transform.Serialize.html +1 -1
  245. package/docs/functions/Transform.SerializeF.html +1 -1
  246. package/docs/functions/Uint32Property.Parse.html +1 -1
  247. package/docs/functions/Uint32Property.ReadValue.html +1 -1
  248. package/docs/functions/Uint32Property.Serialize.html +1 -1
  249. package/docs/functions/Uint32Property.SerializeValue.html +1 -1
  250. package/docs/functions/Uint64Property.Parse.html +1 -1
  251. package/docs/functions/Uint64Property.ReadValue.html +1 -1
  252. package/docs/functions/Uint64Property.Serialize.html +1 -1
  253. package/docs/functions/Uint64Property.SerializeValue.html +1 -1
  254. package/docs/functions/Uint8Property.Parse.html +1 -1
  255. package/docs/functions/Uint8Property.ReadValue.html +1 -1
  256. package/docs/functions/Uint8Property.Serialize.html +1 -1
  257. package/docs/functions/Uint8Property.SerializeValue.html +1 -1
  258. package/docs/functions/VehiclePhysicsData.Parse.html +1 -1
  259. package/docs/functions/VehiclePhysicsData.Serialize.html +1 -1
  260. package/docs/functions/VehicleSpecialProperties.Parse.html +1 -1
  261. package/docs/functions/VehicleSpecialProperties.Serialize.html +1 -1
  262. package/docs/functions/col4.ParseBGRA.html +1 -1
  263. package/docs/functions/col4.ParseRGBA.html +1 -1
  264. package/docs/functions/col4.SerializeBGRA.html +1 -1
  265. package/docs/functions/col4.SerializeRGBA.html +1 -1
  266. package/docs/functions/isArrayProperty.html +1 -1
  267. package/docs/functions/isBoolProperty.html +1 -1
  268. package/docs/functions/isBuildableSubsystemSpecialProperties.html +1 -1
  269. package/docs/functions/isByteProperty.html +1 -1
  270. package/docs/functions/isCircuitSpecialProperties.html +1 -1
  271. package/docs/functions/isConveyorChainActorSpecialProperties.html +1 -1
  272. package/docs/functions/isConveyorSpecialProperties.html +1 -1
  273. package/docs/functions/isDoubleProperty.html +1 -1
  274. package/docs/functions/isEmptySpecialProperties.html +1 -1
  275. package/docs/functions/isEnumProperty.html +1 -1
  276. package/docs/functions/isFloatProperty.html +1 -1
  277. package/docs/functions/isInt64Property.html +1 -1
  278. package/docs/functions/isInt8Property.html +1 -1
  279. package/docs/functions/isIntProperty.html +1 -1
  280. package/docs/functions/isInterfaceProperty.html +1 -1
  281. package/docs/functions/isMapProperty.html +1 -1
  282. package/docs/functions/isNameProperty.html +1 -1
  283. package/docs/functions/isObjectProperty.html +1 -1
  284. package/docs/functions/isObjectsListSpecialProperties.html +1 -1
  285. package/docs/functions/isPlayerSpecialProperties.html +1 -1
  286. package/docs/functions/isPowerLineSpecialProperties.html +1 -1
  287. package/docs/functions/isSaveComponent.html +1 -1
  288. package/docs/functions/isSaveEntity.html +1 -1
  289. package/docs/functions/isSetProperty.html +1 -1
  290. package/docs/functions/isSingleProperty.html +1 -1
  291. package/docs/functions/isSoftObjectProperty.html +1 -1
  292. package/docs/functions/isSpecialDroneActionProperties.html +1 -1
  293. package/docs/functions/isStrProperty.html +1 -1
  294. package/docs/functions/isStructProperty.html +1 -1
  295. package/docs/functions/isTextProperty.html +1 -1
  296. package/docs/functions/isUInt64Property.html +1 -1
  297. package/docs/functions/isUint32Property.html +1 -1
  298. package/docs/functions/isUint8Property.html +1 -1
  299. package/docs/functions/isVehicleSpecialProperties.html +1 -1
  300. package/docs/functions/vec2.Parse.html +1 -1
  301. package/docs/functions/vec2.ParseF.html +1 -1
  302. package/docs/functions/vec2.Serialize.html +1 -1
  303. package/docs/functions/vec2.SerializeF.html +1 -1
  304. package/docs/functions/vec3.Parse.html +1 -1
  305. package/docs/functions/vec3.ParseF.html +1 -1
  306. package/docs/functions/vec3.ParseInt.html +1 -1
  307. package/docs/functions/vec3.Serialize.html +1 -1
  308. package/docs/functions/vec3.SerializeF.html +1 -1
  309. package/docs/functions/vec3.SerializeInt.html +1 -1
  310. package/docs/functions/vec3.add.html +1 -1
  311. package/docs/functions/vec3.length.html +1 -1
  312. package/docs/functions/vec3.mult.html +1 -1
  313. package/docs/functions/vec3.norm.html +1 -1
  314. package/docs/functions/vec3.sub.html +1 -1
  315. package/docs/functions/vec4.Parse.html +1 -1
  316. package/docs/functions/vec4.ParseF.html +1 -1
  317. package/docs/functions/vec4.Serialize.html +1 -1
  318. package/docs/functions/vec4.SerializeF.html +1 -1
  319. package/docs/index.html +1 -0
  320. package/docs/interfaces/BinaryOperable.html +2 -2
  321. package/docs/interfaces/BinaryReadable.html +2 -2
  322. package/docs/interfaces/BinaryWritable.html +2 -2
  323. package/docs/interfaces/Blueprint.html +2 -2
  324. package/docs/interfaces/BlueprintConfig.html +4 -4
  325. package/docs/interfaces/SaveComponentHeader.html +2 -2
  326. package/docs/interfaces/SaveEntityHeader.html +2 -2
  327. package/docs/interfaces/SaveObjectHeader.html +2 -2
  328. package/docs/modules/FINDynamicStructHolder.html +1 -0
  329. package/docs/modules.html +1 -1
  330. package/docs/types/AbstractBaseProperty.html +2 -2
  331. package/docs/types/ArrayProperty.html +1 -1
  332. package/docs/types/BasicMultipleStructPropertyValue.html +2 -2
  333. package/docs/types/BasicStructPropertyValue.html +2 -2
  334. package/docs/types/BlueprintHeader.html +2 -2
  335. package/docs/types/BlueprintReaderWriterContext.html +2 -2
  336. package/docs/types/BoolArrayProperty.html +1 -1
  337. package/docs/types/BoolProperty.html +1 -1
  338. package/docs/types/BoxStructPropertyValue.html +2 -2
  339. package/docs/types/BuildableSubsystemSpecialProperties.html +2 -2
  340. package/docs/types/BuildableTypeInstance.html +2 -2
  341. package/docs/types/ByteArrayProperty.html +1 -1
  342. package/docs/types/ByteProperty.html +1 -1
  343. package/docs/types/BytePropertyValue.html +2 -2
  344. package/docs/types/ChunkCompressionInfo.html +2 -2
  345. package/docs/types/ChunkSummary.html +2 -2
  346. package/docs/types/CircuitSpecialProperties.html +2 -2
  347. package/docs/types/ConveyorChainActorSpecialProperties.html +2 -2
  348. package/docs/types/ConveyorSpecialProperties.html +2 -2
  349. package/docs/types/DoubleArrayProperty.html +1 -1
  350. package/docs/types/DoubleProperty.html +1 -1
  351. package/docs/types/DynamicStructPropertyValue.html +2 -2
  352. package/docs/types/EmptySpecialProperties.html +2 -2
  353. package/docs/types/EnumArrayProperty.html +1 -1
  354. package/docs/types/EnumProperty.html +1 -1
  355. package/docs/types/FClientIdentityInfo.html +2 -2
  356. package/docs/types/FColor.html +1 -1
  357. package/docs/types/FConveyorBeltItem.html +2 -2
  358. package/docs/types/FConveyorChainSplineSegment.html +2 -2
  359. package/docs/types/FCustomVersion.html +2 -2
  360. package/docs/types/FCustomVersionContainer.html +2 -2
  361. package/docs/types/FEngineVersion.html +2 -2
  362. package/docs/types/FGDynamicStruct.html +2 -2
  363. package/docs/types/FICFrameRange.html +2 -2
  364. package/docs/types/FICFrameRangeStructPropertyValue.html +2 -2
  365. package/docs/types/FINDynamicStructHolder.html +5 -0
  366. package/docs/types/FINGPUT1BufferPixel.html +2 -2
  367. package/docs/types/FINItemStateFileSystem.html +1 -1
  368. package/docs/types/FINLuaRuntimePersistenceState.html +2 -2
  369. package/docs/types/FINNetworkTrace.html +2 -2
  370. package/docs/types/FIRInstancedStruct.html +1 -1
  371. package/docs/types/FInventoryItem.html +2 -2
  372. package/docs/types/FLBBalancerIndexing.html +2 -2
  373. package/docs/types/FLinearColor.html +1 -1
  374. package/docs/types/FLocalUserNetIdBundle.html +2 -2
  375. package/docs/types/FPackageFileVersion.html +2 -2
  376. package/docs/types/FPlayerInfoHandle.html +2 -2
  377. package/docs/types/FPropertyTag.html +2 -2
  378. package/docs/types/FPropertyTagNode.html +2 -2
  379. package/docs/types/FSaveObjectVersionData.html +2 -2
  380. package/docs/types/FUniqueNetIdRepl.html +2 -2
  381. package/docs/types/FloatArrayProperty.html +1 -1
  382. package/docs/types/FloatProperty.html +1 -1
  383. package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
  384. package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
  385. package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
  386. package/docs/types/GUID.html +1 -1
  387. package/docs/types/Grids.html +1 -1
  388. package/docs/types/HierarchyVersion.html +2 -2
  389. package/docs/types/Int64ArrayProperty.html +1 -1
  390. package/docs/types/Int64Property.html +1 -1
  391. package/docs/types/Int8Property.html +1 -1
  392. package/docs/types/IntArrayProperty.html +1 -1
  393. package/docs/types/IntProperty.html +1 -1
  394. package/docs/types/IntSetProperty.html +1 -1
  395. package/docs/types/InterfaceArrayProperty.html +1 -1
  396. package/docs/types/InterfaceProperty.html +1 -1
  397. package/docs/types/LBBalancerIndexing.html +2 -2
  398. package/docs/types/Level.html +2 -2
  399. package/docs/types/LevelToDestroyedActorsMap.html +1 -1
  400. package/docs/types/Levels.html +1 -1
  401. package/docs/types/MD5Hash.html +2 -2
  402. package/docs/types/MapProperty.html +1 -1
  403. package/docs/types/ModData.html +2 -2
  404. package/docs/types/NameProperty.html +1 -1
  405. package/docs/types/NameSetProperty.html +1 -1
  406. package/docs/types/ObjectArrayProperty.html +1 -1
  407. package/docs/types/ObjectProperty.html +1 -1
  408. package/docs/types/ObjectReference.html +2 -2
  409. package/docs/types/ObjectSetProperty.html +1 -1
  410. package/docs/types/ObjectsListSpecialProperties.html +2 -2
  411. package/docs/types/OptionalGUID.html +1 -1
  412. package/docs/types/PlayerSpecialProperties.html +2 -2
  413. package/docs/types/PowerLineSpecialProperties.html +2 -2
  414. package/docs/types/PropertiesMap.html +1 -1
  415. package/docs/types/RailroadTrackPositionStructPropertyValue.html +2 -2
  416. package/docs/types/ReaderWriterContext.html +1 -1
  417. package/docs/types/RoughSaveVersion.html +1 -1
  418. package/docs/types/SatisfactoryModMetadata.html +2 -2
  419. package/docs/types/SatisfactorySaveHeader.html +2 -2
  420. package/docs/types/SaveBodyChunks.html +2 -2
  421. package/docs/types/SaveBodyValidation.html +2 -2
  422. package/docs/types/SaveReaderWriterContext.html +2 -2
  423. package/docs/types/SetProperty.html +1 -1
  424. package/docs/types/SingleProperty.html +1 -1
  425. package/docs/types/SoftObjectArrayProperty.html +1 -1
  426. package/docs/types/SoftObjectProperty.html +1 -1
  427. package/docs/types/SoftObjectReference.html +2 -2
  428. package/docs/types/SpecialDroneAction.html +2 -2
  429. package/docs/types/SpecialDroneActionProperties.html +2 -2
  430. package/docs/types/SpecialProperties.AvailableSpecialPropertiesTypes.html +1 -1
  431. package/docs/types/StrArrayProperty.html +1 -1
  432. package/docs/types/StrProperty.html +1 -1
  433. package/docs/types/StrSetProperty.html +1 -1
  434. package/docs/types/StructArrayProperty.html +1 -1
  435. package/docs/types/StructProperty.html +1 -1
  436. package/docs/types/StructSetProperty.html +1 -1
  437. package/docs/types/TextArrayProperty.html +1 -1
  438. package/docs/types/TextProperty.html +1 -1
  439. package/docs/types/TextPropertyValue.html +2 -2
  440. package/docs/types/Transform.html +2 -2
  441. package/docs/types/Uint32Property.html +1 -1
  442. package/docs/types/Uint32SetProperty.html +1 -1
  443. package/docs/types/Uint64Property.html +1 -1
  444. package/docs/types/Uint8Property.html +1 -1
  445. package/docs/types/VehiclePhysicsData.html +2 -2
  446. package/docs/types/VehicleSpecialProperties.html +2 -2
  447. package/docs/types/col4.html +2 -2
  448. package/docs/types/vec2.html +2 -2
  449. package/docs/types/vec3.html +1 -1
  450. package/docs/types/vec4.html +1 -1
  451. package/docs/variables/DEFAULT_SATISFACTORY_CHUNK_HEADER_SIZE.html +1 -1
  452. package/docs/variables/EDIT.html +1 -1
  453. package/docs/variables/FINItemStateFileSystem.ExactStructReference.html +1 -1
  454. package/docs/variables/SaveBodyChunks.HEADER_V1.html +1 -1
  455. package/docs/variables/SaveBodyChunks.HEADER_V2.html +1 -1
  456. package/docs/variables/isBoolArrayProperty.html +1 -1
  457. package/docs/variables/isByteArrayProperty.html +1 -1
  458. package/docs/variables/isDoubleArrayProperty.html +1 -1
  459. package/docs/variables/isEnumArrayProperty.html +1 -1
  460. package/docs/variables/isFloatArrayProperty.html +1 -1
  461. package/docs/variables/isInt64ArrayProperty.html +1 -1
  462. package/docs/variables/isIntArrayProperty.html +1 -1
  463. package/docs/variables/isIntSetProperty.html +1 -1
  464. package/docs/variables/isInterfaceArrayProperty.html +1 -1
  465. package/docs/variables/isNameSetProperty.html +1 -1
  466. package/docs/variables/isObjectArrayProperty.html +1 -1
  467. package/docs/variables/isObjectSetProperty.html +1 -1
  468. package/docs/variables/isSoftObjectArrayProperty.html +1 -1
  469. package/docs/variables/isStrArrayProperty.html +1 -1
  470. package/docs/variables/isStrSetProperty.html +1 -1
  471. package/docs/variables/isStructArrayPRoperty.html +1 -1
  472. package/docs/variables/isStructSetProperty.html +1 -1
  473. package/docs/variables/isTextArrayProperty.html +1 -1
  474. package/docs/variables/isUint32SetProperty.html +1 -1
  475. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
  Make sure to use the same version for parsing and serializing saves, if possible.
3
3
 
4
+ ### [4.1.2] (2026-07-26)
5
+ ### Bugfix: FicsitNetworks Mod
6
+ * FicsitNetworks Mod wasnt parseable when having a FINDynamicStructHolder. Now at least the parser interprets a part of it and saves the rest.
7
+
4
8
  ### [4.1.1] (2026-04-25)
5
9
  ### Bugfix
6
10
  * Barrel file included jest/test files, which it shouldnt.
package/README.md CHANGED
@@ -267,6 +267,7 @@ When `throwErrors` is `false` the behavior is as follows:
267
267
  - Errors on the broader save structure (order of header, body, structure of body) still get thrown no matter what. Then your save cant be interpreted no matter what.
268
268
 
269
269
  # [Auto-Generated TypeDoc Reference](https://raw.githack.com/etothepii4/satisfactory-file-parser/main/docs/index.html).
270
+ index barrel file is also auto generated using barrelsby. `npx barrelsby --directory src --delete --recursive --verbose --exclude src/test`
270
271
 
271
272
  # [Basic Guide](https://github.com/etothepii4/satisfactory-file-parser/blob/main/GUIDE.md).
272
273
  More detailed explanation of some basic things in the parser.
package/build/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from "./parser/parser";
1
2
  export * from "./parser/byte/alignment.enum";
2
3
  export * from "./parser/byte/binary-operable.interface";
3
4
  export * from "./parser/byte/binary-readable.interface";
@@ -9,22 +10,21 @@ export * from "./parser/context/context-writer";
9
10
  export * from "./parser/context/hierarchical-version-context";
10
11
  export * from "./parser/context/reader-writer-context";
11
12
  export * from "./parser/error/parser.error";
12
- export * from "./parser/parser";
13
- export * from "./parser/satisfactory/blueprint/blueprint-config";
14
13
  export * from "./parser/satisfactory/blueprint/blueprint-config-version";
15
- export * from "./parser/satisfactory/blueprint/blueprint-header";
14
+ export * from "./parser/satisfactory/blueprint/blueprint-config";
16
15
  export * from "./parser/satisfactory/blueprint/blueprint-header-version";
16
+ export * from "./parser/satisfactory/blueprint/blueprint-header";
17
17
  export * from "./parser/satisfactory/blueprint/blueprint-reader";
18
18
  export * from "./parser/satisfactory/blueprint/blueprint-writer";
19
19
  export * from "./parser/satisfactory/blueprint/blueprint.types";
20
20
  export * from "./parser/satisfactory/edit/edit-constants";
21
21
  export * from "./parser/satisfactory/save/data-blob";
22
22
  export * from "./parser/satisfactory/save/factory-game-custom-version";
23
- export * from "./parser/satisfactory/save/level";
24
23
  export * from "./parser/satisfactory/save/level-to-destroyed-actors-map";
24
+ export * from "./parser/satisfactory/save/level";
25
25
  export * from "./parser/satisfactory/save/object-references-list";
26
- export * from "./parser/satisfactory/save/satisfactory-save";
27
26
  export * from "./parser/satisfactory/save/satisfactory-save-header";
27
+ export * from "./parser/satisfactory/save/satisfactory-save";
28
28
  export * from "./parser/satisfactory/save/save-body-chunks";
29
29
  export * from "./parser/satisfactory/save/save-custom-version";
30
30
  export * from "./parser/satisfactory/save/save-header-type";
@@ -35,15 +35,10 @@ export * from "./parser/satisfactory/save/toc-blob";
35
35
  export * from "./parser/satisfactory/types/objects/SaveComponent";
36
36
  export * from "./parser/satisfactory/types/objects/SaveEntity";
37
37
  export * from "./parser/satisfactory/types/objects/SaveObject";
38
+ export * from "./parser/satisfactory/types/property/PropertiesList";
38
39
  export * from "./parser/satisfactory/types/property/generic/AbstractBaseProperty";
39
40
  export * from "./parser/satisfactory/types/property/generic/BoolProperty";
40
41
  export * from "./parser/satisfactory/types/property/generic/ByteProperty";
41
- export * from "./parser/satisfactory/types/property/generic/containers/ArrayProperty";
42
- export * from "./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes";
43
- export * from "./parser/satisfactory/types/property/generic/containers/MapProperty";
44
- export * from "./parser/satisfactory/types/property/generic/containers/SetProperty";
45
- export * from "./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes";
46
- export * from "./parser/satisfactory/types/property/generic/containers/StructProperty";
47
42
  export * from "./parser/satisfactory/types/property/generic/DoubleProperty";
48
43
  export * from "./parser/satisfactory/types/property/generic/EnumProperty";
49
44
  export * from "./parser/satisfactory/types/property/generic/FloatProperty";
@@ -60,7 +55,12 @@ export * from "./parser/satisfactory/types/property/generic/TextProperty";
60
55
  export * from "./parser/satisfactory/types/property/generic/Uint32Property";
61
56
  export * from "./parser/satisfactory/types/property/generic/Uint64Property";
62
57
  export * from "./parser/satisfactory/types/property/generic/Uint8Property";
63
- export * from "./parser/satisfactory/types/property/PropertiesList";
58
+ export * from "./parser/satisfactory/types/property/generic/containers/ArrayProperty";
59
+ export * from "./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes";
60
+ export * from "./parser/satisfactory/types/property/generic/containers/MapProperty";
61
+ export * from "./parser/satisfactory/types/property/generic/containers/SetProperty";
62
+ export * from "./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes";
63
+ export * from "./parser/satisfactory/types/property/generic/containers/StructProperty";
64
64
  export * from "./parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties";
65
65
  export * from "./parser/satisfactory/types/property/special/CircuitSpecialProperties";
66
66
  export * from "./parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties";
@@ -73,6 +73,19 @@ export * from "./parser/satisfactory/types/property/special/runtime-buildable-in
73
73
  export * from "./parser/satisfactory/types/property/special/SpecialDroneActionProperties";
74
74
  export * from "./parser/satisfactory/types/property/special/SpecialProperties";
75
75
  export * from "./parser/satisfactory/types/property/special/VehicleSpecialProperties";
76
+ export * from "./parser/satisfactory/types/structs/col4";
77
+ export * from "./parser/satisfactory/types/structs/DynamicStructPropertyValue";
78
+ export * from "./parser/satisfactory/types/structs/FGDynamicStruct";
79
+ export * from "./parser/satisfactory/types/structs/GUIDInfo";
80
+ export * from "./parser/satisfactory/types/structs/MD5Hash";
81
+ export * from "./parser/satisfactory/types/structs/ObjectReference";
82
+ export * from "./parser/satisfactory/types/structs/SaveBodyValidation";
83
+ export * from "./parser/satisfactory/types/structs/SoftObjectReference";
84
+ export * from "./parser/satisfactory/types/structs/Transform";
85
+ export * from "./parser/satisfactory/types/structs/vec2";
86
+ export * from "./parser/satisfactory/types/structs/vec3";
87
+ export * from "./parser/satisfactory/types/structs/vec4";
88
+ export * from "./parser/satisfactory/types/structs/VehiclePhysicsData";
76
89
  export * from "./parser/satisfactory/types/structs/binary/FClientIdentityInfo";
77
90
  export * from "./parser/satisfactory/types/structs/binary/FColor";
78
91
  export * from "./parser/satisfactory/types/structs/binary/FConveyorBeltItem";
@@ -91,25 +104,13 @@ export * from "./parser/satisfactory/types/structs/binary/FSaveObjectVersionData
91
104
  export * from "./parser/satisfactory/types/structs/binary/FUniqueNetIdRepl";
92
105
  export * from "./parser/satisfactory/types/structs/binary/GUID";
93
106
  export * from "./parser/satisfactory/types/structs/binary/LBBalancerIndexing";
94
- export * from "./parser/satisfactory/types/structs/col4";
95
- export * from "./parser/satisfactory/types/structs/DynamicStructPropertyValue";
96
- export * from "./parser/satisfactory/types/structs/FGDynamicStruct";
97
- export * from "./parser/satisfactory/types/structs/GUIDInfo";
98
- export * from "./parser/satisfactory/types/structs/MD5Hash";
99
107
  export * from "./parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange";
108
+ export * from "./parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder";
100
109
  export * from "./parser/satisfactory/types/structs/mods/FicsItNetworks/FINGPUT1BufferPixel";
101
110
  export * from "./parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem";
102
111
  export * from "./parser/satisfactory/types/structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState";
103
112
  export * from "./parser/satisfactory/types/structs/mods/FicsItNetworks/FINNetworkTrace";
104
113
  export * from "./parser/satisfactory/types/structs/mods/ModularLoadBalancers/FLBBalancerIndexing";
105
- export * from "./parser/satisfactory/types/structs/ObjectReference";
106
- export * from "./parser/satisfactory/types/structs/SaveBodyValidation";
107
- export * from "./parser/satisfactory/types/structs/SoftObjectReference";
108
- export * from "./parser/satisfactory/types/structs/Transform";
109
- export * from "./parser/satisfactory/types/structs/vec2";
110
- export * from "./parser/satisfactory/types/structs/vec3";
111
- export * from "./parser/satisfactory/types/structs/vec4";
112
- export * from "./parser/satisfactory/types/structs/VehiclePhysicsData";
113
114
  export * from "./parser/stream/reworked/readable-stream-parser";
114
115
  export * from "./parser/unreal-engine/ETextHistoryType";
115
116
  export * from "./parser/unreal-engine/EUnrealEngineObjectUE5Version";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,wCAAwC,CAAC;AACvD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,0DAA0D,CAAC;AACzE,cAAc,kDAAkD,CAAC;AACjE,cAAc,kDAAkD,CAAC;AACjE,cAAc,kDAAkD,CAAC;AACjE,cAAc,iDAAiD,CAAC;AAChE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,wDAAwD,CAAC;AACvE,cAAc,0DAA0D,CAAC;AACzE,cAAc,kCAAkC,CAAC;AACjD,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mDAAmD,CAAC;AAClE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,qDAAqD,CAAC;AACpE,cAAc,mEAAmE,CAAC;AAClF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,iEAAiE,CAAC;AAChF,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,6DAA6D,CAAC;AAC5E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,uEAAuE,CAAC;AACtF,cAAc,oFAAoF,CAAC;AACnG,cAAc,qEAAqE,CAAC;AACpF,cAAc,qEAAqE,CAAC;AACpF,cAAc,kFAAkF,CAAC;AACjG,cAAc,wEAAwE,CAAC;AACvF,cAAc,kFAAkF,CAAC;AACjG,cAAc,uEAAuE,CAAC;AACtF,cAAc,kFAAkF,CAAC;AACjG,cAAc,wEAAwE,CAAC;AACvF,cAAc,qEAAqE,CAAC;AACpF,cAAc,2EAA2E,CAAC;AAC1F,cAAc,sEAAsE,CAAC;AACrF,cAAc,yEAAyE,CAAC;AACxF,cAAc,sFAAsF,CAAC;AACrG,cAAc,2EAA2E,CAAC;AAC1F,cAAc,gEAAgE,CAAC;AAC/E,cAAc,uEAAuE,CAAC;AACtF,cAAc,0CAA0C,CAAC;AACzD,cAAc,gEAAgE,CAAC;AAC/E,cAAc,qDAAqD,CAAC;AACpE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qDAAqD,CAAC;AACpE,cAAc,wDAAwD,CAAC;AACvE,cAAc,yDAAyD,CAAC;AACxE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,wDAAwD,CAAC;AACvE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,mDAAmD,CAAC;AAClE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,wEAAwE,CAAC;AACvF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,oEAAoE,CAAC;AACnF,cAAc,2DAA2D,CAAC;AAC1E,cAAc,2DAA2D,CAAC;AAC1E,cAAc,yDAAyD,CAAC;AACxE,cAAc,kEAAkE,CAAC;AACjF,cAAc,gEAAgE,CAAC;AAC/E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,yDAAyD,CAAC;AACxE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,mEAAmE,CAAC;AAClF,cAAc,6DAA6D,CAAC;AAC5E,cAAc,iDAAiD,CAAC;AAChE,cAAc,+DAA+D,CAAC;AAC9E,cAAc,kEAAkE,CAAC;AACjF,cAAc,gFAAgF,CAAC;AAC/F,cAAc,6EAA6E,CAAC;AAC5F,cAAc,gFAAgF,CAAC;AAC/F,cAAc,uFAAuF,CAAC;AACtG,cAAc,yEAAyE,CAAC;AACxF,cAAc,mFAAmF,CAAC;AAClG,cAAc,iDAAiD,CAAC;AAChE,cAAc,yCAAyC,CAAC;AACxD,cAAc,sDAAsD,CAAC"}
package/build/index.js CHANGED
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./parser/parser"), exports);
17
18
  __exportStar(require("./parser/byte/alignment.enum"), exports);
18
19
  __exportStar(require("./parser/byte/binary-operable.interface"), exports);
19
20
  __exportStar(require("./parser/byte/binary-readable.interface"), exports);
@@ -25,22 +26,21 @@ __exportStar(require("./parser/context/context-writer"), exports);
25
26
  __exportStar(require("./parser/context/hierarchical-version-context"), exports);
26
27
  __exportStar(require("./parser/context/reader-writer-context"), exports);
27
28
  __exportStar(require("./parser/error/parser.error"), exports);
28
- __exportStar(require("./parser/parser"), exports);
29
- __exportStar(require("./parser/satisfactory/blueprint/blueprint-config"), exports);
30
29
  __exportStar(require("./parser/satisfactory/blueprint/blueprint-config-version"), exports);
31
- __exportStar(require("./parser/satisfactory/blueprint/blueprint-header"), exports);
30
+ __exportStar(require("./parser/satisfactory/blueprint/blueprint-config"), exports);
32
31
  __exportStar(require("./parser/satisfactory/blueprint/blueprint-header-version"), exports);
32
+ __exportStar(require("./parser/satisfactory/blueprint/blueprint-header"), exports);
33
33
  __exportStar(require("./parser/satisfactory/blueprint/blueprint-reader"), exports);
34
34
  __exportStar(require("./parser/satisfactory/blueprint/blueprint-writer"), exports);
35
35
  __exportStar(require("./parser/satisfactory/blueprint/blueprint.types"), exports);
36
36
  __exportStar(require("./parser/satisfactory/edit/edit-constants"), exports);
37
37
  __exportStar(require("./parser/satisfactory/save/data-blob"), exports);
38
38
  __exportStar(require("./parser/satisfactory/save/factory-game-custom-version"), exports);
39
- __exportStar(require("./parser/satisfactory/save/level"), exports);
40
39
  __exportStar(require("./parser/satisfactory/save/level-to-destroyed-actors-map"), exports);
40
+ __exportStar(require("./parser/satisfactory/save/level"), exports);
41
41
  __exportStar(require("./parser/satisfactory/save/object-references-list"), exports);
42
- __exportStar(require("./parser/satisfactory/save/satisfactory-save"), exports);
43
42
  __exportStar(require("./parser/satisfactory/save/satisfactory-save-header"), exports);
43
+ __exportStar(require("./parser/satisfactory/save/satisfactory-save"), exports);
44
44
  __exportStar(require("./parser/satisfactory/save/save-body-chunks"), exports);
45
45
  __exportStar(require("./parser/satisfactory/save/save-custom-version"), exports);
46
46
  __exportStar(require("./parser/satisfactory/save/save-header-type"), exports);
@@ -51,15 +51,10 @@ __exportStar(require("./parser/satisfactory/save/toc-blob"), exports);
51
51
  __exportStar(require("./parser/satisfactory/types/objects/SaveComponent"), exports);
52
52
  __exportStar(require("./parser/satisfactory/types/objects/SaveEntity"), exports);
53
53
  __exportStar(require("./parser/satisfactory/types/objects/SaveObject"), exports);
54
+ __exportStar(require("./parser/satisfactory/types/property/PropertiesList"), exports);
54
55
  __exportStar(require("./parser/satisfactory/types/property/generic/AbstractBaseProperty"), exports);
55
56
  __exportStar(require("./parser/satisfactory/types/property/generic/BoolProperty"), exports);
56
57
  __exportStar(require("./parser/satisfactory/types/property/generic/ByteProperty"), exports);
57
- __exportStar(require("./parser/satisfactory/types/property/generic/containers/ArrayProperty"), exports);
58
- __exportStar(require("./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes"), exports);
59
- __exportStar(require("./parser/satisfactory/types/property/generic/containers/MapProperty"), exports);
60
- __exportStar(require("./parser/satisfactory/types/property/generic/containers/SetProperty"), exports);
61
- __exportStar(require("./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes"), exports);
62
- __exportStar(require("./parser/satisfactory/types/property/generic/containers/StructProperty"), exports);
63
58
  __exportStar(require("./parser/satisfactory/types/property/generic/DoubleProperty"), exports);
64
59
  __exportStar(require("./parser/satisfactory/types/property/generic/EnumProperty"), exports);
65
60
  __exportStar(require("./parser/satisfactory/types/property/generic/FloatProperty"), exports);
@@ -76,7 +71,12 @@ __exportStar(require("./parser/satisfactory/types/property/generic/TextProperty"
76
71
  __exportStar(require("./parser/satisfactory/types/property/generic/Uint32Property"), exports);
77
72
  __exportStar(require("./parser/satisfactory/types/property/generic/Uint64Property"), exports);
78
73
  __exportStar(require("./parser/satisfactory/types/property/generic/Uint8Property"), exports);
79
- __exportStar(require("./parser/satisfactory/types/property/PropertiesList"), exports);
74
+ __exportStar(require("./parser/satisfactory/types/property/generic/containers/ArrayProperty"), exports);
75
+ __exportStar(require("./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes"), exports);
76
+ __exportStar(require("./parser/satisfactory/types/property/generic/containers/MapProperty"), exports);
77
+ __exportStar(require("./parser/satisfactory/types/property/generic/containers/SetProperty"), exports);
78
+ __exportStar(require("./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes"), exports);
79
+ __exportStar(require("./parser/satisfactory/types/property/generic/containers/StructProperty"), exports);
80
80
  __exportStar(require("./parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties"), exports);
81
81
  __exportStar(require("./parser/satisfactory/types/property/special/CircuitSpecialProperties"), exports);
82
82
  __exportStar(require("./parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties"), exports);
@@ -89,6 +89,19 @@ __exportStar(require("./parser/satisfactory/types/property/special/runtime-build
89
89
  __exportStar(require("./parser/satisfactory/types/property/special/SpecialDroneActionProperties"), exports);
90
90
  __exportStar(require("./parser/satisfactory/types/property/special/SpecialProperties"), exports);
91
91
  __exportStar(require("./parser/satisfactory/types/property/special/VehicleSpecialProperties"), exports);
92
+ __exportStar(require("./parser/satisfactory/types/structs/col4"), exports);
93
+ __exportStar(require("./parser/satisfactory/types/structs/DynamicStructPropertyValue"), exports);
94
+ __exportStar(require("./parser/satisfactory/types/structs/FGDynamicStruct"), exports);
95
+ __exportStar(require("./parser/satisfactory/types/structs/GUIDInfo"), exports);
96
+ __exportStar(require("./parser/satisfactory/types/structs/MD5Hash"), exports);
97
+ __exportStar(require("./parser/satisfactory/types/structs/ObjectReference"), exports);
98
+ __exportStar(require("./parser/satisfactory/types/structs/SaveBodyValidation"), exports);
99
+ __exportStar(require("./parser/satisfactory/types/structs/SoftObjectReference"), exports);
100
+ __exportStar(require("./parser/satisfactory/types/structs/Transform"), exports);
101
+ __exportStar(require("./parser/satisfactory/types/structs/vec2"), exports);
102
+ __exportStar(require("./parser/satisfactory/types/structs/vec3"), exports);
103
+ __exportStar(require("./parser/satisfactory/types/structs/vec4"), exports);
104
+ __exportStar(require("./parser/satisfactory/types/structs/VehiclePhysicsData"), exports);
92
105
  __exportStar(require("./parser/satisfactory/types/structs/binary/FClientIdentityInfo"), exports);
93
106
  __exportStar(require("./parser/satisfactory/types/structs/binary/FColor"), exports);
94
107
  __exportStar(require("./parser/satisfactory/types/structs/binary/FConveyorBeltItem"), exports);
@@ -107,25 +120,13 @@ __exportStar(require("./parser/satisfactory/types/structs/binary/FSaveObjectVers
107
120
  __exportStar(require("./parser/satisfactory/types/structs/binary/FUniqueNetIdRepl"), exports);
108
121
  __exportStar(require("./parser/satisfactory/types/structs/binary/GUID"), exports);
109
122
  __exportStar(require("./parser/satisfactory/types/structs/binary/LBBalancerIndexing"), exports);
110
- __exportStar(require("./parser/satisfactory/types/structs/col4"), exports);
111
- __exportStar(require("./parser/satisfactory/types/structs/DynamicStructPropertyValue"), exports);
112
- __exportStar(require("./parser/satisfactory/types/structs/FGDynamicStruct"), exports);
113
- __exportStar(require("./parser/satisfactory/types/structs/GUIDInfo"), exports);
114
- __exportStar(require("./parser/satisfactory/types/structs/MD5Hash"), exports);
115
123
  __exportStar(require("./parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange"), exports);
124
+ __exportStar(require("./parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder"), exports);
116
125
  __exportStar(require("./parser/satisfactory/types/structs/mods/FicsItNetworks/FINGPUT1BufferPixel"), exports);
117
126
  __exportStar(require("./parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem"), exports);
118
127
  __exportStar(require("./parser/satisfactory/types/structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState"), exports);
119
128
  __exportStar(require("./parser/satisfactory/types/structs/mods/FicsItNetworks/FINNetworkTrace"), exports);
120
129
  __exportStar(require("./parser/satisfactory/types/structs/mods/ModularLoadBalancers/FLBBalancerIndexing"), exports);
121
- __exportStar(require("./parser/satisfactory/types/structs/ObjectReference"), exports);
122
- __exportStar(require("./parser/satisfactory/types/structs/SaveBodyValidation"), exports);
123
- __exportStar(require("./parser/satisfactory/types/structs/SoftObjectReference"), exports);
124
- __exportStar(require("./parser/satisfactory/types/structs/Transform"), exports);
125
- __exportStar(require("./parser/satisfactory/types/structs/vec2"), exports);
126
- __exportStar(require("./parser/satisfactory/types/structs/vec3"), exports);
127
- __exportStar(require("./parser/satisfactory/types/structs/vec4"), exports);
128
- __exportStar(require("./parser/satisfactory/types/structs/VehiclePhysicsData"), exports);
129
130
  __exportStar(require("./parser/stream/reworked/readable-stream-parser"), exports);
130
131
  __exportStar(require("./parser/unreal-engine/ETextHistoryType"), exports);
131
132
  __exportStar(require("./parser/unreal-engine/EUnrealEngineObjectUE5Version"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,+DAA6C;AAC7C,0EAAwD;AACxD,0EAAwD;AACxD,0EAAwD;AACxD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,gFAA8D;AAC9D,yEAAuD;AACvD,8DAA4C;AAC5C,kDAAgC;AAChC,mFAAiE;AACjE,2FAAyE;AACzE,mFAAiE;AACjE,2FAAyE;AACzE,mFAAiE;AACjE,mFAAiE;AACjE,kFAAgE;AAChE,4EAA0D;AAC1D,uEAAqD;AACrD,yFAAuE;AACvE,mEAAiD;AACjD,2FAAyE;AACzE,oFAAkE;AAClE,+EAA6D;AAC7D,sFAAoE;AACpE,8EAA4D;AAC5D,iFAA+D;AAC/D,8EAA4D;AAC5D,yEAAuD;AACvD,yEAAuD;AACvD,wEAAsD;AACtD,sEAAoD;AACpD,oFAAkE;AAClE,iFAA+D;AAC/D,iFAA+D;AAC/D,oGAAkF;AAClF,4FAA0E;AAC1E,4FAA0E;AAC1E,wGAAsF;AACtF,qHAAmG;AACnG,sGAAoF;AACpF,sGAAoF;AACpF,mHAAiG;AACjG,yGAAuF;AACvF,8FAA4E;AAC5E,4FAA0E;AAC1E,6FAA2E;AAC3E,6FAA2E;AAC3E,4FAA0E;AAC1E,iGAA+E;AAC/E,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,kGAAgF;AAChF,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,6FAA2E;AAC3E,sFAAoE;AACpE,mHAAiG;AACjG,wGAAsF;AACtF,mHAAiG;AACjG,yGAAuF;AACvF,sGAAoF;AACpF,4GAA0F;AAC1F,uGAAqF;AACrF,0GAAwF;AACxF,uHAAqG;AACrG,4GAA0F;AAC1F,iGAA+E;AAC/E,wGAAsF;AACtF,iGAA+E;AAC/E,oFAAkE;AAClE,+FAA6E;AAC7E,yGAAuF;AACvF,4FAA0E;AAC1E,qGAAmF;AACnF,4FAA0E;AAC1E,4FAA0E;AAC1E,0FAAwE;AACxE,mGAAiF;AACjF,iGAA+E;AAC/E,+FAA6E;AAC7E,0FAAwE;AACxE,8FAA4E;AAC5E,oGAAkF;AAClF,8FAA4E;AAC5E,kFAAgE;AAChE,gGAA8E;AAC9E,2EAAyD;AACzD,iGAA+E;AAC/E,sFAAoE;AACpE,+EAA6D;AAC7D,8EAA4D;AAC5D,mGAAiF;AACjF,8GAA4F;AAC5F,iHAA+F;AAC/F,wHAAsG;AACtG,0GAAwF;AACxF,oHAAkG;AAClG,sFAAoE;AACpE,yFAAuE;AACvE,0FAAwE;AACxE,gFAA8D;AAC9D,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,yFAAuE;AACvE,kFAAgE;AAChE,0EAAwD;AACxD,uFAAqE","sourcesContent":["/**\n * @file Automatically generated by barrelsby.\n */\n\nexport * from \"./parser/byte/alignment.enum\";\nexport * from \"./parser/byte/binary-operable.interface\";\nexport * from \"./parser/byte/binary-readable.interface\";\nexport * from \"./parser/byte/binary-writable.interface\";\nexport * from \"./parser/byte/byte-reader.class\";\nexport * from \"./parser/byte/byte-writer.class\";\nexport * from \"./parser/context/context-reader\";\nexport * from \"./parser/context/context-writer\";\nexport * from \"./parser/context/hierarchical-version-context\";\nexport * from \"./parser/context/reader-writer-context\";\nexport * from \"./parser/error/parser.error\";\nexport * from \"./parser/parser\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-reader\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-writer\";\nexport * from \"./parser/satisfactory/blueprint/blueprint.types\";\nexport * from \"./parser/satisfactory/edit/edit-constants\";\nexport * from \"./parser/satisfactory/save/data-blob\";\nexport * from \"./parser/satisfactory/save/factory-game-custom-version\";\nexport * from \"./parser/satisfactory/save/level\";\nexport * from \"./parser/satisfactory/save/level-to-destroyed-actors-map\";\nexport * from \"./parser/satisfactory/save/object-references-list\";\nexport * from \"./parser/satisfactory/save/satisfactory-save\";\nexport * from \"./parser/satisfactory/save/satisfactory-save-header\";\nexport * from \"./parser/satisfactory/save/save-body-chunks\";\nexport * from \"./parser/satisfactory/save/save-custom-version\";\nexport * from \"./parser/satisfactory/save/save-header-type\";\nexport * from \"./parser/satisfactory/save/save-reader\";\nexport * from \"./parser/satisfactory/save/save-writer\";\nexport * from \"./parser/satisfactory/save/save.types\";\nexport * from \"./parser/satisfactory/save/toc-blob\";\nexport * from \"./parser/satisfactory/types/objects/SaveComponent\";\nexport * from \"./parser/satisfactory/types/objects/SaveEntity\";\nexport * from \"./parser/satisfactory/types/objects/SaveObject\";\nexport * from \"./parser/satisfactory/types/property/generic/AbstractBaseProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/BoolProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ByteProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/MapProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/StructProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/DoubleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/EnumProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/FloatProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Int64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Int8Property\";\nexport * from \"./parser/satisfactory/types/property/generic/InterfaceProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/IntProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/NameProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SingleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SoftObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/StrProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/TextProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint32Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint8Property\";\nexport * from \"./parser/satisfactory/types/property/PropertiesList\";\nexport * from \"./parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/CircuitSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/EmptySpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ObjectsListSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PlayerSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PowerLineSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/runtime-buildable-instance-data-version\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialDroneActionProperties\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/VehicleSpecialProperties\";\nexport * from \"./parser/satisfactory/types/structs/binary/FClientIdentityInfo\";\nexport * from \"./parser/satisfactory/types/structs/binary/FColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FConveyorBeltItem\";\nexport * from \"./parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersionContainer\";\nexport * from \"./parser/satisfactory/types/structs/binary/FEngineVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FInventoryItem\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLinearColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLocalUserNetIdBundle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPackageFileVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPlayerInfoHandle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTag\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTagNode\";\nexport * from \"./parser/satisfactory/types/structs/binary/FSaveObjectVersionData\";\nexport * from \"./parser/satisfactory/types/structs/binary/FUniqueNetIdRepl\";\nexport * from \"./parser/satisfactory/types/structs/binary/GUID\";\nexport * from \"./parser/satisfactory/types/structs/binary/LBBalancerIndexing\";\nexport * from \"./parser/satisfactory/types/structs/col4\";\nexport * from \"./parser/satisfactory/types/structs/DynamicStructPropertyValue\";\nexport * from \"./parser/satisfactory/types/structs/FGDynamicStruct\";\nexport * from \"./parser/satisfactory/types/structs/GUIDInfo\";\nexport * from \"./parser/satisfactory/types/structs/MD5Hash\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINGPUT1BufferPixel\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINNetworkTrace\";\nexport * from \"./parser/satisfactory/types/structs/mods/ModularLoadBalancers/FLBBalancerIndexing\";\nexport * from \"./parser/satisfactory/types/structs/ObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/SaveBodyValidation\";\nexport * from \"./parser/satisfactory/types/structs/SoftObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/Transform\";\nexport * from \"./parser/satisfactory/types/structs/vec2\";\nexport * from \"./parser/satisfactory/types/structs/vec3\";\nexport * from \"./parser/satisfactory/types/structs/vec4\";\nexport * from \"./parser/satisfactory/types/structs/VehiclePhysicsData\";\nexport * from \"./parser/stream/reworked/readable-stream-parser\";\nexport * from \"./parser/unreal-engine/ETextHistoryType\";\nexport * from \"./parser/unreal-engine/EUnrealEngineObjectUE5Version\";\n\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,kDAAgC;AAChC,+DAA6C;AAC7C,0EAAwD;AACxD,0EAAwD;AACxD,0EAAwD;AACxD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,kEAAgD;AAChD,gFAA8D;AAC9D,yEAAuD;AACvD,8DAA4C;AAC5C,2FAAyE;AACzE,mFAAiE;AACjE,2FAAyE;AACzE,mFAAiE;AACjE,mFAAiE;AACjE,mFAAiE;AACjE,kFAAgE;AAChE,4EAA0D;AAC1D,uEAAqD;AACrD,yFAAuE;AACvE,2FAAyE;AACzE,mEAAiD;AACjD,oFAAkE;AAClE,sFAAoE;AACpE,+EAA6D;AAC7D,8EAA4D;AAC5D,iFAA+D;AAC/D,8EAA4D;AAC5D,yEAAuD;AACvD,yEAAuD;AACvD,wEAAsD;AACtD,sEAAoD;AACpD,oFAAkE;AAClE,iFAA+D;AAC/D,iFAA+D;AAC/D,sFAAoE;AACpE,oGAAkF;AAClF,4FAA0E;AAC1E,4FAA0E;AAC1E,8FAA4E;AAC5E,4FAA0E;AAC1E,6FAA2E;AAC3E,6FAA2E;AAC3E,4FAA0E;AAC1E,iGAA+E;AAC/E,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,kGAAgF;AAChF,2FAAyE;AACzE,4FAA0E;AAC1E,8FAA4E;AAC5E,8FAA4E;AAC5E,6FAA2E;AAC3E,wGAAsF;AACtF,qHAAmG;AACnG,sGAAoF;AACpF,sGAAoF;AACpF,mHAAiG;AACjG,yGAAuF;AACvF,mHAAiG;AACjG,wGAAsF;AACtF,mHAAiG;AACjG,yGAAuF;AACvF,sGAAoF;AACpF,4GAA0F;AAC1F,uGAAqF;AACrF,0GAAwF;AACxF,uHAAqG;AACrG,4GAA0F;AAC1F,iGAA+E;AAC/E,wGAAsF;AACtF,2EAAyD;AACzD,iGAA+E;AAC/E,sFAAoE;AACpE,+EAA6D;AAC7D,8EAA4D;AAC5D,sFAAoE;AACpE,yFAAuE;AACvE,0FAAwE;AACxE,gFAA8D;AAC9D,2EAAyD;AACzD,2EAAyD;AACzD,2EAAyD;AACzD,yFAAuE;AACvE,iGAA+E;AAC/E,oFAAkE;AAClE,+FAA6E;AAC7E,yGAAuF;AACvF,4FAA0E;AAC1E,qGAAmF;AACnF,4FAA0E;AAC1E,4FAA0E;AAC1E,0FAAwE;AACxE,mGAAiF;AACjF,iGAA+E;AAC/E,+FAA6E;AAC7E,0FAAwE;AACxE,8FAA4E;AAC5E,oGAAkF;AAClF,8FAA4E;AAC5E,kFAAgE;AAChE,gGAA8E;AAC9E,mGAAiF;AACjF,iHAA+F;AAC/F,8GAA4F;AAC5F,iHAA+F;AAC/F,wHAAsG;AACtG,0GAAwF;AACxF,oHAAkG;AAClG,kFAAgE;AAChE,0EAAwD;AACxD,uFAAqE","sourcesContent":["/**\n * @file Automatically generated by barrelsby.\n */\n\nexport * from \"./parser/parser\";\nexport * from \"./parser/byte/alignment.enum\";\nexport * from \"./parser/byte/binary-operable.interface\";\nexport * from \"./parser/byte/binary-readable.interface\";\nexport * from \"./parser/byte/binary-writable.interface\";\nexport * from \"./parser/byte/byte-reader.class\";\nexport * from \"./parser/byte/byte-writer.class\";\nexport * from \"./parser/context/context-reader\";\nexport * from \"./parser/context/context-writer\";\nexport * from \"./parser/context/hierarchical-version-context\";\nexport * from \"./parser/context/reader-writer-context\";\nexport * from \"./parser/error/parser.error\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-config\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header-version\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-header\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-reader\";\nexport * from \"./parser/satisfactory/blueprint/blueprint-writer\";\nexport * from \"./parser/satisfactory/blueprint/blueprint.types\";\nexport * from \"./parser/satisfactory/edit/edit-constants\";\nexport * from \"./parser/satisfactory/save/data-blob\";\nexport * from \"./parser/satisfactory/save/factory-game-custom-version\";\nexport * from \"./parser/satisfactory/save/level-to-destroyed-actors-map\";\nexport * from \"./parser/satisfactory/save/level\";\nexport * from \"./parser/satisfactory/save/object-references-list\";\nexport * from \"./parser/satisfactory/save/satisfactory-save-header\";\nexport * from \"./parser/satisfactory/save/satisfactory-save\";\nexport * from \"./parser/satisfactory/save/save-body-chunks\";\nexport * from \"./parser/satisfactory/save/save-custom-version\";\nexport * from \"./parser/satisfactory/save/save-header-type\";\nexport * from \"./parser/satisfactory/save/save-reader\";\nexport * from \"./parser/satisfactory/save/save-writer\";\nexport * from \"./parser/satisfactory/save/save.types\";\nexport * from \"./parser/satisfactory/save/toc-blob\";\nexport * from \"./parser/satisfactory/types/objects/SaveComponent\";\nexport * from \"./parser/satisfactory/types/objects/SaveEntity\";\nexport * from \"./parser/satisfactory/types/objects/SaveObject\";\nexport * from \"./parser/satisfactory/types/property/PropertiesList\";\nexport * from \"./parser/satisfactory/types/property/generic/AbstractBaseProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/BoolProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ByteProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/DoubleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/EnumProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/FloatProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Int64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Int8Property\";\nexport * from \"./parser/satisfactory/types/property/generic/InterfaceProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/IntProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/NameProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/ObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SingleProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/SoftObjectProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/StrProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/TextProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint32Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint64Property\";\nexport * from \"./parser/satisfactory/types/property/generic/Uint8Property\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/ArrayPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/MapProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetProperty\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/SetPropertySpecificTypes\";\nexport * from \"./parser/satisfactory/types/property/generic/containers/StructProperty\";\nexport * from \"./parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/CircuitSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ConveyorSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/EmptySpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/ObjectsListSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PlayerSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/PowerLineSpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/runtime-buildable-instance-data-version\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialDroneActionProperties\";\nexport * from \"./parser/satisfactory/types/property/special/SpecialProperties\";\nexport * from \"./parser/satisfactory/types/property/special/VehicleSpecialProperties\";\nexport * from \"./parser/satisfactory/types/structs/col4\";\nexport * from \"./parser/satisfactory/types/structs/DynamicStructPropertyValue\";\nexport * from \"./parser/satisfactory/types/structs/FGDynamicStruct\";\nexport * from \"./parser/satisfactory/types/structs/GUIDInfo\";\nexport * from \"./parser/satisfactory/types/structs/MD5Hash\";\nexport * from \"./parser/satisfactory/types/structs/ObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/SaveBodyValidation\";\nexport * from \"./parser/satisfactory/types/structs/SoftObjectReference\";\nexport * from \"./parser/satisfactory/types/structs/Transform\";\nexport * from \"./parser/satisfactory/types/structs/vec2\";\nexport * from \"./parser/satisfactory/types/structs/vec3\";\nexport * from \"./parser/satisfactory/types/structs/vec4\";\nexport * from \"./parser/satisfactory/types/structs/VehiclePhysicsData\";\nexport * from \"./parser/satisfactory/types/structs/binary/FClientIdentityInfo\";\nexport * from \"./parser/satisfactory/types/structs/binary/FColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FConveyorBeltItem\";\nexport * from \"./parser/satisfactory/types/structs/binary/FConveyorChainSplineSegment\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FCustomVersionContainer\";\nexport * from \"./parser/satisfactory/types/structs/binary/FEngineVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FInventoryItem\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLinearColor\";\nexport * from \"./parser/satisfactory/types/structs/binary/FLocalUserNetIdBundle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPackageFileVersion\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPlayerInfoHandle\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTag\";\nexport * from \"./parser/satisfactory/types/structs/binary/FPropertyTagNode\";\nexport * from \"./parser/satisfactory/types/structs/binary/FSaveObjectVersionData\";\nexport * from \"./parser/satisfactory/types/structs/binary/FUniqueNetIdRepl\";\nexport * from \"./parser/satisfactory/types/structs/binary/GUID\";\nexport * from \"./parser/satisfactory/types/structs/binary/LBBalancerIndexing\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINGPUT1BufferPixel\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINItemStateFileSystem\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState\";\nexport * from \"./parser/satisfactory/types/structs/mods/FicsItNetworks/FINNetworkTrace\";\nexport * from \"./parser/satisfactory/types/structs/mods/ModularLoadBalancers/FLBBalancerIndexing\";\nexport * from \"./parser/stream/reworked/readable-stream-parser\";\nexport * from \"./parser/unreal-engine/ETextHistoryType\";\nexport * from \"./parser/unreal-engine/EUnrealEngineObjectUE5Version\";\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"blueprint-header-version.js","sourceRoot":"","sources":["../../../../src/parser/satisfactory/blueprint/blueprint-header-version.ts"],"names":[],"mappings":";;;AAIA,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAE9B,uFAAkB,CAAA;IAGlB,uFAAc,CAAA;IAGd,2FAAgB,CAAA;IAGhB,uFAAc,CAAA;IACd,qFAAkC,CAAA;AACtC,CAAC,EAbW,sBAAsB,sCAAtB,sBAAsB,QAajC","sourcesContent":["\r\n/**\r\n * Source: FGFactoryBlueprintTypes.h\r\n */\r\nexport enum BlueprintHeaderVersion {\r\n // First version\r\n InitialVersion = 0,\r\n\r\n // Added item costs to the header\r\n AddedItemCosts,\r\n\r\n // Added recipe array for recipes used in the blueprint\r\n AddedUsedRecipes,\r\n\r\n // -----<new versions can be added above this line>-----\r\n VersionPlusOne,\r\n LatestVersion = VersionPlusOne - 1 // Last version to use\r\n}"]}
1
+ {"version":3,"file":"blueprint-header-version.js","sourceRoot":"","sources":["../../../../src/parser/satisfactory/blueprint/blueprint-header-version.ts"],"names":[],"mappings":";;;AAIA,IAAY,sBAaX;AAbD,WAAY,sBAAsB;IAE9B,uFAAkB,CAAA;IAGlB,uFAAc,CAAA;IAGd,2FAAgB,CAAA;IAGhB,uFAAc,CAAA;IACd,qFAAkC,CAAA;AACtC,CAAC,EAbW,sBAAsB,sCAAtB,sBAAsB,QAajC","sourcesContent":["\n/**\n * Source: FGFactoryBlueprintTypes.h\n */\nexport enum BlueprintHeaderVersion {\n // First version\n InitialVersion = 0,\n\n // Added item costs to the header\n AddedItemCosts,\n\n // Added recipe array for recipes used in the blueprint\n AddedUsedRecipes,\n\n // -----<new versions can be added above this line>-----\n VersionPlusOne,\n LatestVersion = VersionPlusOne - 1 // Last version to use\n}"]}
@@ -8,6 +8,7 @@ import { FPropertyTagNode } from '../../../structs/binary/FPropertyTagNode';
8
8
  import { FUniqueNetIdRepl } from '../../../structs/binary/FUniqueNetIdRepl';
9
9
  import { col4 } from '../../../structs/col4';
10
10
  import { DynamicStructPropertyValue } from '../../../structs/DynamicStructPropertyValue';
11
+ import { FINDynamicStructHolder } from '../../../structs/mods/FicsItNetworks/FINDynamicStructHolder';
11
12
  import { FINGPUT1BufferPixel } from '../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel';
12
13
  import { FINLuaRuntimePersistenceState } from '../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState';
13
14
  import { FINNetworkTrace } from '../../../structs/mods/FicsItNetworks/FINNetworkTrace';
@@ -37,7 +38,7 @@ export type FICFrameRangeStructPropertyValue = {
37
38
  begin: string;
38
39
  end: string;
39
40
  };
40
- export type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue | FInventoryItem | FICFrameRangeStructPropertyValue | FClientIdentityInfo | DynamicStructPropertyValue | col4 | vec2 | vec3 | vec4 | string | FINNetworkTrace | FINGPUT1BufferPixel | FLBBalancerIndexing | FINLuaRuntimePersistenceState | FUniqueNetIdRepl | FPlayerInfoHandle;
41
+ export type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue | FInventoryItem | FICFrameRangeStructPropertyValue | FClientIdentityInfo | DynamicStructPropertyValue | col4 | vec2 | vec3 | vec4 | string | FINNetworkTrace | FINGPUT1BufferPixel | FLBBalancerIndexing | FINLuaRuntimePersistenceState | FUniqueNetIdRepl | FPlayerInfoHandle | FINDynamicStructHolder;
41
42
  export declare const isStructProperty: (property: any) => property is StructProperty;
42
43
  export type StructProperty = AbstractBaseProperty & {
43
44
  type: 'StructProperty';
@@ -1 +1 @@
1
- {"version":3,"file":"StructProperty.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"StructProperty.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":"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"}
@@ -11,6 +11,7 @@ const FUniqueNetIdRepl_1 = require("../../../structs/binary/FUniqueNetIdRepl");
11
11
  const GUID_1 = require("../../../structs/binary/GUID");
12
12
  const DynamicStructPropertyValue_1 = require("../../../structs/DynamicStructPropertyValue");
13
13
  const FICFrameRange_1 = require("../../../structs/mods/FicsItCam/FICFrameRange");
14
+ const FINDynamicStructHolder_1 = require("../../../structs/mods/FicsItNetworks/FINDynamicStructHolder");
14
15
  const FINGPUT1BufferPixel_1 = require("../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel");
15
16
  const FINLuaRuntimePersistenceState_1 = require("../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState");
16
17
  const FINNetworkTrace_1 = require("../../../structs/mods/FicsItNetworks/FINNetworkTrace");
@@ -121,6 +122,9 @@ var StructProperty;
121
122
  case 'FINGPUT1BufferPixel':
122
123
  value = FINGPUT1BufferPixel_1.FINGPUT1BufferPixel.read(reader);
123
124
  break;
125
+ case 'FIRInstancedStruct':
126
+ value = FINDynamicStructHolder_1.FINDynamicStructHolder.read(reader, size);
127
+ break;
124
128
  case 'FINLuaProcessorStateStorage':
125
129
  case 'FINLuaRuntimePersistenceState':
126
130
  value = FINLuaRuntimePersistenceState_1.FINLuaRuntimePersistenceState.read(reader, size);
@@ -239,6 +243,9 @@ var StructProperty;
239
243
  case 'FINGPUT1BufferPixel':
240
244
  FINGPUT1BufferPixel_1.FINGPUT1BufferPixel.write(writer, value);
241
245
  break;
246
+ case 'FIRInstancedStruct':
247
+ FINDynamicStructHolder_1.FINDynamicStructHolder.write(writer, value);
248
+ break;
242
249
  case 'FINLuaProcessorStateStorage':
243
250
  case 'FINLuaRuntimePersistenceState':
244
251
  FINLuaRuntimePersistenceState_1.FINLuaRuntimePersistenceState.write(writer, value);
@@ -1 +1 @@
1
- {"version":3,"file":"StructProperty.js","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":"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","sourcesContent":["import { ContextReader } from '../../../../../context/context-reader';\nimport { ContextWriter } from '../../../../../context/context-writer';\nimport { SaveCustomVersion } from '../../../../save/save-custom-version';\nimport { FClientIdentityInfo } from '../../../structs/binary/FClientIdentityInfo';\nimport { FColor } from '../../../structs/binary/FColor';\nimport { FInventoryItem } from '../../../structs/binary/FInventoryItem';\nimport { FLinearColor } from '../../../structs/binary/FLinearColor';\nimport { FPlayerInfoHandle } from '../../../structs/binary/FPlayerInfoHandle';\nimport { FPropertyTag } from '../../../structs/binary/FPropertyTag';\nimport { FPropertyTagNode } from '../../../structs/binary/FPropertyTagNode';\nimport { FUniqueNetIdRepl } from '../../../structs/binary/FUniqueNetIdRepl';\nimport { GUID } from '../../../structs/binary/GUID';\nimport { col4 } from '../../../structs/col4';\nimport { DynamicStructPropertyValue } from '../../../structs/DynamicStructPropertyValue';\nimport { FICFrameRange } from '../../../structs/mods/FicsItCam/FICFrameRange';\nimport { FINGPUT1BufferPixel } from '../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel';\nimport { FINLuaRuntimePersistenceState } from '../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState';\nimport { FINNetworkTrace } from '../../../structs/mods/FicsItNetworks/FINNetworkTrace';\nimport { FLBBalancerIndexing } from '../../../structs/mods/ModularLoadBalancers/FLBBalancerIndexing';\nimport { vec2 } from '../../../structs/vec2';\nimport { vec3 } from '../../../structs/vec3';\nimport { vec4 } from '../../../structs/vec4';\nimport { AbstractBaseProperty } from '../AbstractBaseProperty';\n\n\nexport type BasicMultipleStructPropertyValue = {\n values: any;\n};\n\nexport type BasicStructPropertyValue = {\n value: any;\n};\n\nexport type BoxStructPropertyValue = {\n min: vec3;\n max: vec3;\n isValid: boolean;\n};\n\nexport type RailroadTrackPositionStructPropertyValue = {\n root: string;\n instanceName: string;\n offset: number;\n forward: number;\n};\n\nexport type FICFrameRangeStructPropertyValue = {\n begin: string;\n end: string;\n};\n\nexport type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue |\n FInventoryItem | FICFrameRangeStructPropertyValue | FClientIdentityInfo | DynamicStructPropertyValue | col4 | vec2 | vec3 | vec4 | string |\n FINNetworkTrace | FINGPUT1BufferPixel | FLBBalancerIndexing | FINLuaRuntimePersistenceState | FUniqueNetIdRepl | FPlayerInfoHandle;\n\nexport const isStructProperty = (property: any): property is StructProperty => !Array.isArray(property) && property.propertyTagType.name === 'StructProperty';\n\nexport type StructProperty = AbstractBaseProperty & {\n type: 'StructProperty';\n value: GENERIC_STRUCT_PROPERTY_VALUE;\n};\n\nexport namespace StructProperty {\n\n export function Parse(reader: ContextReader, property: StructProperty, tag: FPropertyTag): void {\n\n const before = reader.getBufferPosition();\n property.value = ParseValue(reader, property.propertyTagType.children[0], tag.binarySize);\n const readBytes = reader.getBufferPosition() - before;\n if (readBytes !== tag.binarySize) {\n if (tag.binarySize - readBytes === 4) {\n // U8, fine - honestly i am not sure whether this is even still relevant. with some bug fixes this most likely has been fixed.\n reader.skipBytes(tag.binarySize - readBytes);\n } else {\n throw new Error(`possibly corrupt. Read ${readBytes} for structproperty of ${JSON.stringify(property.propertyTagType.children[0].name)}, but ${tag.binarySize} were indicated.`);\n }\n }\n }\n\n export function ParseValue(reader: ContextReader, propertyTagType: FPropertyTagNode, size: number): GENERIC_STRUCT_PROPERTY_VALUE {\n\n let value: GENERIC_STRUCT_PROPERTY_VALUE;\n\n switch (propertyTagType.name) {\n case 'Color':\n value = FColor.read(reader);\n break;\n\n case 'IntPoint':\n value = reader.readInt64().toString();\n break;\n\n case 'LinearColor':\n value = FLinearColor.read(reader);\n break;\n\n case 'Vector2D':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec2.Parse(reader) : vec2.ParseF(reader);\n break;\n\n case 'Vector':\n case 'Rotator':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec3.Parse(reader) : vec3.ParseF(reader);\n break;\n\n case 'Quat':\n case 'Vector4':\n case 'Vector4D':\n value = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec4.Parse(reader) : vec4.ParseF(reader);\n break;\n\n case 'Box':\n value = ((reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? {\n min: vec3.Parse(reader),\n max: vec3.Parse(reader),\n isValid: reader.readByte() >= 1\n } : {\n min: vec3.ParseF(reader),\n max: vec3.ParseF(reader),\n isValid: reader.readByte() >= 1\n }) satisfies BoxStructPropertyValue;\n break;\n\n case 'RailroadTrackPosition':\n value = {\n root: reader.readString(),\n instanceName: reader.readString(),\n offset: reader.readFloat32(),\n forward: reader.readFloat32()\n };\n break;\n\n case 'TimerHandle':\n value = reader.readString();\n break;\n\n case 'Guid':\n value = GUID.read(reader);\n break;\n\n case 'ClientIdentityInfo':\n value = FClientIdentityInfo.read(reader);\n break;\n\n case 'InventoryItem':\n value = FInventoryItem.read(reader);\n break;\n\n case 'FluidBox':\n value = {\n value: reader.readFloat32()\n };\n break;\n\n case 'SlateBrush':\n value = reader.readString();\n break;\n\n case 'DateTime':\n value = reader.readInt64().toString();\n break;\n\n case 'UniqueNetIdRepl':\n value = FUniqueNetIdRepl.read(reader, size);\n break;\n\n case 'PlayerInfoHandle':\n value = FPlayerInfoHandle.read(reader);\n break;\n\n // FixsitCamera mod\n case 'FICFrameRange':\n value = FICFrameRange.read(reader);\n break;\n\n // MLB mod\n case 'LBBalancerIndexing':\n value = FLBBalancerIndexing.read(reader);\n break;\n\n // FicsIt-Networks mod\n case 'FINNetworkTrace':\n case 'FIRTrace':\n value = FINNetworkTrace.read(reader);\n break;\n\n case 'FINGPUT1BufferPixel':\n value = FINGPUT1BufferPixel.read(reader);\n break;\n\n case 'FINLuaProcessorStateStorage':\n case 'FINLuaRuntimePersistenceState':\n value = FINLuaRuntimePersistenceState.read(reader, size);\n break;\n\n default:\n value = DynamicStructPropertyValue.read(reader, propertyTagType.name);\n break;\n }\n\n return value;\n }\n\n export function Serialize(writer: ContextWriter, property: StructProperty): void {\n StructProperty.SerializeValue(writer, property.propertyTagType.children[0].name, property.value);\n }\n\n export function SerializeValue(writer: ContextWriter, subtype: string, value: GENERIC_STRUCT_PROPERTY_VALUE): void {\n\n switch (subtype) {\n case 'Color':\n FColor.write(writer, value as FColor);\n break;\n\n case 'IntPoint':\n writer.writeInt64(BigInt(value as string))\n break;\n\n case 'LinearColor':\n FLinearColor.write(writer, value as FLinearColor);\n break;\n\n case 'Vector2D':\n value = value as vec2;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec2.Serialize(writer, value);\n } else {\n vec2.SerializeF(writer, value);\n }\n break;\n\n case 'Vector':\n case 'Rotator':\n value = value as vec3;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec3.Serialize(writer, value as vec3);\n } else {\n vec3.SerializeF(writer, value as vec3);\n }\n break;\n\n case 'Quat':\n case 'Vector4':\n case 'Vector4D':\n value = value as vec4;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec4.Serialize(writer, value as vec4);\n } else {\n vec4.SerializeF(writer, value as vec4);\n }\n break;\n\n case 'Box':\n value = value as BoxStructPropertyValue;\n if (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n vec3.Serialize(writer, value.min);\n vec3.Serialize(writer, value.max);\n } else {\n vec3.SerializeF(writer, value.min);\n vec3.SerializeF(writer, value.max);\n }\n writer.writeByte(value.isValid ? 1 : 0);\n break;\n\n case 'RailroadTrackPosition':\n value = value as RailroadTrackPositionStructPropertyValue;\n writer.writeString(value.root);\n writer.writeString(value.instanceName);\n writer.writeFloat32(value.offset);\n writer.writeFloat32(value.forward);\n break;\n\n case 'TimerHandle':\n value = value as string;\n writer.writeString(value);\n break;\n\n case 'Guid':\n GUID.write(writer, value as GUID);\n break;\n\n case 'ClientIdentityInfo':\n FClientIdentityInfo.write(writer, value as FClientIdentityInfo);\n break;\n\n case 'InventoryItem':\n FInventoryItem.write(writer, value as FInventoryItem);\n break;\n\n case 'FluidBox':\n value = value as BasicStructPropertyValue;\n writer.writeFloat32(value.value);\n break;\n\n case 'SlateBrush':\n writer.writeString(value as string);\n break;\n\n case 'DateTime':\n value = value as string;\n writer.writeInt64(BigInt(value));\n break;\n\n case 'UniqueNetIdRepl':\n FUniqueNetIdRepl.write(writer, value as FUniqueNetIdRepl);\n break;\n\n case 'PlayerInfoHandle':\n FPlayerInfoHandle.write(writer, value as FPlayerInfoHandle);\n break;\n\n // MODS\n case 'FICFrameRange':\n FICFrameRange.write(writer, value as FICFrameRange);\n break;\n\n // MLB mod\n case 'LBBalancerIndexing':\n FLBBalancerIndexing.write(writer, value as FLBBalancerIndexing);\n break;\n\n // FicsItNetworks mod\n case 'FINNetworkTrace':\n case 'FIRTrace':\n FINNetworkTrace.write(writer, value as FINNetworkTrace);\n break;\n\n case 'FINGPUT1BufferPixel':\n FINGPUT1BufferPixel.write(writer, value as FINGPUT1BufferPixel);\n break;\n\n case 'FINLuaProcessorStateStorage':\n case 'FINLuaRuntimePersistenceState':\n FINLuaRuntimePersistenceState.write(writer, value as FINLuaRuntimePersistenceState);\n break;\n\n default:\n DynamicStructPropertyValue.write(writer, value as DynamicStructPropertyValue);\n break;\n }\n }\n}\n\n\n"]}
1
+ {"version":3,"file":"StructProperty.js","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/property/generic/containers/StructProperty.ts"],"names":[],"mappings":"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","sourcesContent":["import { ContextReader } from '../../../../../context/context-reader';\nimport { ContextWriter } from '../../../../../context/context-writer';\nimport { SaveCustomVersion } from '../../../../save/save-custom-version';\nimport { FClientIdentityInfo } from '../../../structs/binary/FClientIdentityInfo';\nimport { FColor } from '../../../structs/binary/FColor';\nimport { FInventoryItem } from '../../../structs/binary/FInventoryItem';\nimport { FLinearColor } from '../../../structs/binary/FLinearColor';\nimport { FPlayerInfoHandle } from '../../../structs/binary/FPlayerInfoHandle';\nimport { FPropertyTag } from '../../../structs/binary/FPropertyTag';\nimport { FPropertyTagNode } from '../../../structs/binary/FPropertyTagNode';\nimport { FUniqueNetIdRepl } from '../../../structs/binary/FUniqueNetIdRepl';\nimport { GUID } from '../../../structs/binary/GUID';\nimport { col4 } from '../../../structs/col4';\nimport { DynamicStructPropertyValue } from '../../../structs/DynamicStructPropertyValue';\nimport { FICFrameRange } from '../../../structs/mods/FicsItCam/FICFrameRange';\nimport { FINDynamicStructHolder } from '../../../structs/mods/FicsItNetworks/FINDynamicStructHolder';\nimport { FINGPUT1BufferPixel } from '../../../structs/mods/FicsItNetworks/FINGPUT1BufferPixel';\nimport { FINLuaRuntimePersistenceState } from '../../../structs/mods/FicsItNetworks/FINLuaRuntimePersistenceState';\nimport { FINNetworkTrace } from '../../../structs/mods/FicsItNetworks/FINNetworkTrace';\nimport { FLBBalancerIndexing } from '../../../structs/mods/ModularLoadBalancers/FLBBalancerIndexing';\nimport { vec2 } from '../../../structs/vec2';\nimport { vec3 } from '../../../structs/vec3';\nimport { vec4 } from '../../../structs/vec4';\nimport { AbstractBaseProperty } from '../AbstractBaseProperty';\n\n\nexport type BasicMultipleStructPropertyValue = {\n\tvalues: any;\n};\n\nexport type BasicStructPropertyValue = {\n\tvalue: any;\n};\n\nexport type BoxStructPropertyValue = {\n\tmin: vec3;\n\tmax: vec3;\n\tisValid: boolean;\n};\n\nexport type RailroadTrackPositionStructPropertyValue = {\n\troot: string;\n\tinstanceName: string;\n\toffset: number;\n\tforward: number;\n};\n\nexport type FICFrameRangeStructPropertyValue = {\n\tbegin: string;\n\tend: string;\n};\n\nexport type GENERIC_STRUCT_PROPERTY_VALUE = BasicMultipleStructPropertyValue | BasicStructPropertyValue | BoxStructPropertyValue | RailroadTrackPositionStructPropertyValue |\n\tFInventoryItem | FICFrameRangeStructPropertyValue | FClientIdentityInfo | DynamicStructPropertyValue | col4 | vec2 | vec3 | vec4 | string |\n\tFINNetworkTrace | FINGPUT1BufferPixel | FLBBalancerIndexing | FINLuaRuntimePersistenceState | FUniqueNetIdRepl | FPlayerInfoHandle | FINDynamicStructHolder;\n\nexport const isStructProperty = (property: any): property is StructProperty => !Array.isArray(property) && property.propertyTagType.name === 'StructProperty';\n\nexport type StructProperty = AbstractBaseProperty & {\n\ttype: 'StructProperty';\n\tvalue: GENERIC_STRUCT_PROPERTY_VALUE;\n};\n\nexport namespace StructProperty {\n\n\texport function Parse(reader: ContextReader, property: StructProperty, tag: FPropertyTag): void {\n\n\t\tconst before = reader.getBufferPosition();\n\t\tproperty.value = ParseValue(reader, property.propertyTagType.children[0], tag.binarySize);\n\t\tconst readBytes = reader.getBufferPosition() - before;\n\t\tif (readBytes !== tag.binarySize) {\n\t\t\tif (tag.binarySize - readBytes === 4) {\n\t\t\t\t// U8, fine - honestly i am not sure whether this is even still relevant. with some bug fixes this most likely has been fixed.\n\t\t\t\treader.skipBytes(tag.binarySize - readBytes);\n\t\t\t} else {\n\t\t\t\tthrow new Error(`possibly corrupt. Read ${readBytes} for structproperty of ${JSON.stringify(property.propertyTagType.children[0].name)}, but ${tag.binarySize} were indicated.`);\n\t\t\t}\n\t\t}\n\t}\n\n\texport function ParseValue(reader: ContextReader, propertyTagType: FPropertyTagNode, size: number): GENERIC_STRUCT_PROPERTY_VALUE {\n\n\t\tlet value: GENERIC_STRUCT_PROPERTY_VALUE;\n\n\t\tswitch (propertyTagType.name) {\n\t\t\tcase 'Color':\n\t\t\t\tvalue = FColor.read(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'IntPoint':\n\t\t\t\tvalue = reader.readInt64().toString();\n\t\t\t\tbreak;\n\n\t\t\tcase 'LinearColor':\n\t\t\t\tvalue = FLinearColor.read(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Vector2D':\n\t\t\t\tvalue = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec2.Parse(reader) : vec2.ParseF(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Vector':\n\t\t\tcase 'Rotator':\n\t\t\t\tvalue = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec3.Parse(reader) : vec3.ParseF(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Quat':\n\t\t\tcase 'Vector4':\n\t\t\tcase 'Vector4D':\n\t\t\t\tvalue = (reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? vec4.Parse(reader) : vec4.ParseF(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Box':\n\t\t\t\tvalue = ((reader.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) ? {\n\t\t\t\t\tmin: vec3.Parse(reader),\n\t\t\t\t\tmax: vec3.Parse(reader),\n\t\t\t\t\tisValid: reader.readByte() >= 1\n\t\t\t\t} : {\n\t\t\t\t\tmin: vec3.ParseF(reader),\n\t\t\t\t\tmax: vec3.ParseF(reader),\n\t\t\t\t\tisValid: reader.readByte() >= 1\n\t\t\t\t}) satisfies BoxStructPropertyValue;\n\t\t\t\tbreak;\n\n\t\t\tcase 'RailroadTrackPosition':\n\t\t\t\tvalue = {\n\t\t\t\t\troot: reader.readString(),\n\t\t\t\t\tinstanceName: reader.readString(),\n\t\t\t\t\toffset: reader.readFloat32(),\n\t\t\t\t\tforward: reader.readFloat32()\n\t\t\t\t};\n\t\t\t\tbreak;\n\n\t\t\tcase 'TimerHandle':\n\t\t\t\tvalue = reader.readString();\n\t\t\t\tbreak;\n\n\t\t\tcase 'Guid':\n\t\t\t\tvalue = GUID.read(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'ClientIdentityInfo':\n\t\t\t\tvalue = FClientIdentityInfo.read(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'InventoryItem':\n\t\t\t\tvalue = FInventoryItem.read(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FluidBox':\n\t\t\t\tvalue = {\n\t\t\t\t\tvalue: reader.readFloat32()\n\t\t\t\t};\n\t\t\t\tbreak;\n\n\t\t\tcase 'SlateBrush':\n\t\t\t\tvalue = reader.readString();\n\t\t\t\tbreak;\n\n\t\t\tcase 'DateTime':\n\t\t\t\tvalue = reader.readInt64().toString();\n\t\t\t\tbreak;\n\n\t\t\tcase 'UniqueNetIdRepl':\n\t\t\t\tvalue = FUniqueNetIdRepl.read(reader, size);\n\t\t\t\tbreak;\n\n\t\t\tcase 'PlayerInfoHandle':\n\t\t\t\tvalue = FPlayerInfoHandle.read(reader);\n\t\t\t\tbreak;\n\n\t\t\t// FixsitCamera mod\n\t\t\tcase 'FICFrameRange':\n\t\t\t\tvalue = FICFrameRange.read(reader);\n\t\t\t\tbreak;\n\n\t\t\t// MLB mod\n\t\t\tcase 'LBBalancerIndexing':\n\t\t\t\tvalue = FLBBalancerIndexing.read(reader);\n\t\t\t\tbreak;\n\n\t\t\t// FicsIt-Networks mod\n\t\t\tcase 'FINNetworkTrace':\n\t\t\tcase 'FIRTrace':\n\t\t\t\tvalue = FINNetworkTrace.read(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FINGPUT1BufferPixel':\n\t\t\t\tvalue = FINGPUT1BufferPixel.read(reader);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FIRInstancedStruct':\n\t\t\t\tvalue = FINDynamicStructHolder.read(reader, size);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FINLuaProcessorStateStorage':\n\t\t\tcase 'FINLuaRuntimePersistenceState':\n\t\t\t\tvalue = FINLuaRuntimePersistenceState.read(reader, size);\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tvalue = DynamicStructPropertyValue.read(reader, propertyTagType.name);\n\t\t\t\tbreak;\n\t\t}\n\n\t\treturn value;\n\t}\n\n\texport function Serialize(writer: ContextWriter, property: StructProperty): void {\n\t\tStructProperty.SerializeValue(writer, property.propertyTagType.children[0].name, property.value);\n\t}\n\n\texport function SerializeValue(writer: ContextWriter, subtype: string, value: GENERIC_STRUCT_PROPERTY_VALUE): void {\n\n\t\tswitch (subtype) {\n\t\t\tcase 'Color':\n\t\t\t\tFColor.write(writer, value as FColor);\n\t\t\t\tbreak;\n\n\t\t\tcase 'IntPoint':\n\t\t\t\twriter.writeInt64(BigInt(value as string))\n\t\t\t\tbreak;\n\n\t\t\tcase 'LinearColor':\n\t\t\t\tFLinearColor.write(writer, value as FLinearColor);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Vector2D':\n\t\t\t\tvalue = value as vec2;\n\t\t\t\tif (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n\t\t\t\t\tvec2.Serialize(writer, value);\n\t\t\t\t} else {\n\t\t\t\t\tvec2.SerializeF(writer, value);\n\t\t\t\t}\n\t\t\t\tbreak;\n\n\t\t\tcase 'Vector':\n\t\t\tcase 'Rotator':\n\t\t\t\tvalue = value as vec3;\n\t\t\t\tif (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n\t\t\t\t\tvec3.Serialize(writer, value as vec3);\n\t\t\t\t} else {\n\t\t\t\t\tvec3.SerializeF(writer, value as vec3);\n\t\t\t\t}\n\t\t\t\tbreak;\n\n\t\t\tcase 'Quat':\n\t\t\tcase 'Vector4':\n\t\t\tcase 'Vector4D':\n\t\t\t\tvalue = value as vec4;\n\t\t\t\tif (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n\t\t\t\t\tvec4.Serialize(writer, value as vec4);\n\t\t\t\t} else {\n\t\t\t\t\tvec4.SerializeF(writer, value as vec4);\n\t\t\t\t}\n\t\t\t\tbreak;\n\n\t\t\tcase 'Box':\n\t\t\t\tvalue = value as BoxStructPropertyValue;\n\t\t\t\tif (writer.context.saveVersion.object >= SaveCustomVersion.SwitchTo64BitSaveArchive) {\n\t\t\t\t\tvec3.Serialize(writer, value.min);\n\t\t\t\t\tvec3.Serialize(writer, value.max);\n\t\t\t\t} else {\n\t\t\t\t\tvec3.SerializeF(writer, value.min);\n\t\t\t\t\tvec3.SerializeF(writer, value.max);\n\t\t\t\t}\n\t\t\t\twriter.writeByte(value.isValid ? 1 : 0);\n\t\t\t\tbreak;\n\n\t\t\tcase 'RailroadTrackPosition':\n\t\t\t\tvalue = value as RailroadTrackPositionStructPropertyValue;\n\t\t\t\twriter.writeString(value.root);\n\t\t\t\twriter.writeString(value.instanceName);\n\t\t\t\twriter.writeFloat32(value.offset);\n\t\t\t\twriter.writeFloat32(value.forward);\n\t\t\t\tbreak;\n\n\t\t\tcase 'TimerHandle':\n\t\t\t\tvalue = value as string;\n\t\t\t\twriter.writeString(value);\n\t\t\t\tbreak;\n\n\t\t\tcase 'Guid':\n\t\t\t\tGUID.write(writer, value as GUID);\n\t\t\t\tbreak;\n\n\t\t\tcase 'ClientIdentityInfo':\n\t\t\t\tFClientIdentityInfo.write(writer, value as FClientIdentityInfo);\n\t\t\t\tbreak;\n\n\t\t\tcase 'InventoryItem':\n\t\t\t\tFInventoryItem.write(writer, value as FInventoryItem);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FluidBox':\n\t\t\t\tvalue = value as BasicStructPropertyValue;\n\t\t\t\twriter.writeFloat32(value.value);\n\t\t\t\tbreak;\n\n\t\t\tcase 'SlateBrush':\n\t\t\t\twriter.writeString(value as string);\n\t\t\t\tbreak;\n\n\t\t\tcase 'DateTime':\n\t\t\t\tvalue = value as string;\n\t\t\t\twriter.writeInt64(BigInt(value));\n\t\t\t\tbreak;\n\n\t\t\tcase 'UniqueNetIdRepl':\n\t\t\t\tFUniqueNetIdRepl.write(writer, value as FUniqueNetIdRepl);\n\t\t\t\tbreak;\n\n\t\t\tcase 'PlayerInfoHandle':\n\t\t\t\tFPlayerInfoHandle.write(writer, value as FPlayerInfoHandle);\n\t\t\t\tbreak;\n\n\t\t\t// MODS\n\t\t\tcase 'FICFrameRange':\n\t\t\t\tFICFrameRange.write(writer, value as FICFrameRange);\n\t\t\t\tbreak;\n\n\t\t\t// MLB mod\n\t\t\tcase 'LBBalancerIndexing':\n\t\t\t\tFLBBalancerIndexing.write(writer, value as FLBBalancerIndexing);\n\t\t\t\tbreak;\n\n\t\t\t// FicsItNetworks mod\n\t\t\tcase 'FINNetworkTrace':\n\t\t\tcase 'FIRTrace':\n\t\t\t\tFINNetworkTrace.write(writer, value as FINNetworkTrace);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FINGPUT1BufferPixel':\n\t\t\t\tFINGPUT1BufferPixel.write(writer, value as FINGPUT1BufferPixel);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FIRInstancedStruct':\n\t\t\t\tFINDynamicStructHolder.write(writer, value as FINDynamicStructHolder);\n\t\t\t\tbreak;\n\n\t\t\tcase 'FINLuaProcessorStateStorage':\n\t\t\tcase 'FINLuaRuntimePersistenceState':\n\t\t\t\tFINLuaRuntimePersistenceState.write(writer, value as FINLuaRuntimePersistenceState);\n\t\t\t\tbreak;\n\n\t\t\tdefault:\n\t\t\t\tDynamicStructPropertyValue.write(writer, value as DynamicStructPropertyValue);\n\t\t\t\tbreak;\n\t\t}\n\t}\n}\n\n\n"]}
@@ -0,0 +1,14 @@
1
+ import { ContextReader } from "../../../../../context/context-reader";
2
+ import { ContextWriter } from "../../../../../context/context-writer";
3
+ import { PropertiesMap } from "../../../property/generic/AbstractBaseProperty";
4
+ export type FINDynamicStructHolder = {
5
+ unk0: number;
6
+ subtype: string;
7
+ properties: PropertiesMap;
8
+ remainingBytes: number[];
9
+ };
10
+ export declare namespace FINDynamicStructHolder {
11
+ const read: (reader: ContextReader, size: number) => FINDynamicStructHolder;
12
+ const write: (writer: ContextWriter, structHolder: FINDynamicStructHolder) => void;
13
+ }
14
+ //# sourceMappingURL=FINDynamicStructHolder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FINDynamicStructHolder.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/structs/mods/FicsItNetworks/FINDynamicStructHolder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAG/E,MAAM,MAAM,sBAAsB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,aAAa,CAAC;IAC1B,cAAc,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAA;AAED,yBAAiB,sBAAsB,CAAC;IAE7B,MAAM,IAAI,WAAY,aAAa,QAAQ,MAAM,KAAG,sBAmC1D,CAAA;IAEM,MAAM,KAAK,WAAY,aAAa,gBAAgB,sBAAsB,KAAG,IA4BnF,CAAA;CACJ"}