@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
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>add | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">add</a></li></ul><h1>Function add</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="add"><span class="tsd-kind-call-signature">add</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">other</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#add" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li><li><span><span class="tsd-kind-parameter">other</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec3.ts#L53">src/parser/satisfactory/types/structs/vec3.ts:53</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>add | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">add</a></li></ul><h1>Function add</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="add"><span class="tsd-kind-call-signature">add</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">other</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#add" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li><li><span><span class="tsd-kind-parameter">other</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec3.ts#L53">src/parser/satisfactory/types/structs/vec3.ts:53</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>length | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">length</a></li></ul><h1>Function length</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="length"><span class="tsd-kind-call-signature">length</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><a href="#length" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec3.ts#L54">src/parser/satisfactory/types/structs/vec3.ts:54</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>length | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">length</a></li></ul><h1>Function length</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="length"><span class="tsd-kind-call-signature">length</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><a href="#length" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec3.ts#L54">src/parser/satisfactory/types/structs/vec3.ts:54</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>mult | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">mult</a></li></ul><h1>Function mult</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="mult"><span class="tsd-kind-call-signature">mult</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">scale</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#mult" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li><li><span><span class="tsd-kind-parameter">scale</span>: <span class="tsd-signature-type">number</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec3.ts#L55">src/parser/satisfactory/types/structs/vec3.ts:55</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>mult | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">mult</a></li></ul><h1>Function mult</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="mult"><span class="tsd-kind-call-signature">mult</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">scale</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#mult" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li><li><span><span class="tsd-kind-parameter">scale</span>: <span class="tsd-signature-type">number</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec3.ts#L55">src/parser/satisfactory/types/structs/vec3.ts:55</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>norm | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">norm</a></li></ul><h1>Function norm</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="norm"><span class="tsd-kind-call-signature">norm</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#norm" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec3.ts#L56">src/parser/satisfactory/types/structs/vec3.ts:56</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>norm | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">norm</a></li></ul><h1>Function norm</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="norm"><span class="tsd-kind-call-signature">norm</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#norm" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec3.ts#L56">src/parser/satisfactory/types/structs/vec3.ts:56</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>sub | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">sub</a></li></ul><h1>Function sub</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="sub"><span class="tsd-kind-call-signature">sub</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">other</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#sub" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">other</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec3.ts#L52">src/parser/satisfactory/types/structs/vec3.ts:52</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>sub | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec3.html">vec3</a></li><li><a href="" aria-current="page">sub</a></li></ul><h1>Function sub</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="sub"><span class="tsd-kind-call-signature">sub</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">other</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a><a href="#sub" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">other</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec3.html" class="tsd-signature-type tsd-kind-type-alias">vec3</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec3.ts#L52">src/parser/satisfactory/types/structs/vec3.ts:52</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Parse | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">Parse</a></li></ul><h1>Function Parse</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="parse"><span class="tsd-kind-call-signature">Parse</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">reader</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><a href="#parse" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">reader</span>: <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec4.ts#L13">src/parser/satisfactory/types/structs/vec4.ts:13</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Parse | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">Parse</a></li></ul><h1>Function Parse</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="parse"><span class="tsd-kind-call-signature">Parse</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">reader</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><a href="#parse" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">reader</span>: <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec4.ts#L13">src/parser/satisfactory/types/structs/vec4.ts:13</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ParseF | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">ParseF</a></li></ul><h1>Function ParseF</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="parsef"><span class="tsd-kind-call-signature">ParseF</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">reader</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><a href="#parsef" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">reader</span>: <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec4.ts#L25">src/parser/satisfactory/types/structs/vec4.ts:25</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ParseF | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">ParseF</a></li></ul><h1>Function ParseF</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="parsef"><span class="tsd-kind-call-signature">ParseF</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">reader</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><a href="#parsef" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">reader</span>: <a href="../classes/ContextReader.html" class="tsd-signature-type tsd-kind-class">ContextReader</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec4.ts#L25">src/parser/satisfactory/types/structs/vec4.ts:25</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Serialize | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">Serialize</a></li></ul><h1>Function Serialize</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="serialize"><span class="tsd-kind-call-signature">Serialize</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">writer</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#serialize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">writer</span>: <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a></span></li><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec4.ts#L20">src/parser/satisfactory/types/structs/vec4.ts:20</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Serialize | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">Serialize</a></li></ul><h1>Function Serialize</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="serialize"><span class="tsd-kind-call-signature">Serialize</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">writer</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#serialize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">writer</span>: <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a></span></li><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec4.ts#L20">src/parser/satisfactory/types/structs/vec4.ts:20</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SerializeF | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">SerializeF</a></li></ul><h1>Function SerializeF</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="serializef"><span class="tsd-kind-call-signature">SerializeF</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">writer</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#serializef" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">writer</span>: <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a></span></li><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/satisfactory/types/structs/vec4.ts#L32">src/parser/satisfactory/types/structs/vec4.ts:32</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SerializeF | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/vec4.html">vec4</a></li><li><a href="" aria-current="page">SerializeF</a></li></ul><h1>Function SerializeF</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="serializef"><span class="tsd-kind-call-signature">SerializeF</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">writer</span><span class="tsd-signature-symbol">:</span> <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">vec</span><span class="tsd-signature-symbol">:</span> <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#serializef" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">writer</span>: <a href="../classes/ContextWriter.html" class="tsd-signature-type tsd-kind-class">ContextWriter</a></span></li><li><span><span class="tsd-kind-parameter">vec</span>: <a href="../types/vec4.html" class="tsd-signature-type tsd-kind-type-alias">vec4</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/satisfactory/types/structs/vec4.ts#L32">src/parser/satisfactory/types/structs/vec4.ts:32</a></li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
package/docs/index.html CHANGED
@@ -142,6 +142,7 @@ Else, <code>throwErrors: false</code> is the default.</p>
142
142
  <li>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.</li>
143
143
  </ul>
144
144
  <h1 id="auto-generated-typedoc-reference" class="tsd-anchor-link"><a href="https://raw.githack.com/etothepii4/satisfactory-file-parser/main/docs/index.html">Auto-Generated TypeDoc Reference</a>.<a href="#auto-generated-typedoc-reference" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1>
145
+ <p>index barrel file is also auto generated using barrelsby. <code>npx barrelsby --directory src --delete --recursive --verbose --exclude src/test</code></p>
145
146
  <h1 id="basic-guide" class="tsd-anchor-link"><a href="https://github.com/etothepii4/satisfactory-file-parser/blob/main/GUIDE.md">Basic Guide</a>.<a href="#basic-guide" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1>
146
147
  <p>More detailed explanation of some basic things in the parser.</p>
147
148
  <h1 id="changelog" class="tsd-anchor-link"><a href="https://github.com/etothepii4/satisfactory-file-parser/blob/main/CHANGELOG.md">Changelog</a><a href="#changelog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="assets/icons.svg#icon-anchor"></use></svg></a></h1>
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BinaryOperable | @etothepii/satisfactory-file-parser</title><meta name="description" content="Documentation for @etothepii/satisfactory-file-parser"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@etothepii/satisfactory-file-parser</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">BinaryOperable</a></li></ul><h1>Interface BinaryOperable</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Describes the ability to operate bytes with the help of some sort of buffer.</p>
2
- </div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">BinaryOperable</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#alignment">alignment</a><span class="tsd-signature-symbol">:</span> <a href="../enums/Alignment.html" class="tsd-signature-type tsd-kind-enum">Alignment</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#getbufferlength">getBufferLength</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#getbufferposition">getBufferPosition</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="76"><h4>Hierarchy (<a href="../hierarchy.html#BinaryOperable">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">BinaryOperable</span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="BinaryReadable.html" class="tsd-signature-type tsd-kind-interface">BinaryReadable</a></li><li class="tsd-hierarchy-item"><a href="BinaryWritable.html" class="tsd-signature-type tsd-kind-interface">BinaryWritable</a></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/byte/binary-operable.interface.ts#L6">src/parser/byte/binary-operable.interface.ts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#alignment" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>alignment</span></a>
2
+ </div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">BinaryOperable</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#alignment">alignment</a><span class="tsd-signature-symbol">:</span> <a href="../enums/Alignment.html" class="tsd-signature-type tsd-kind-enum">Alignment</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#getbufferlength">getBufferLength</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#getbufferposition">getBufferPosition</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="76"><h4>Hierarchy (<a href="../hierarchy.html#BinaryOperable">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">BinaryOperable</span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="BinaryReadable.html" class="tsd-signature-type tsd-kind-interface">BinaryReadable</a></li><li class="tsd-hierarchy-item"><a href="BinaryWritable.html" class="tsd-signature-type tsd-kind-interface">BinaryWritable</a></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/byte/binary-operable.interface.ts#L6">src/parser/byte/binary-operable.interface.ts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#alignment" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>alignment</span></a>
3
3
  <a href="#getbufferlength" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>get<wbr/>Buffer<wbr/>Length</span></a>
4
4
  <a href="#getbufferposition" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>get<wbr/>Buffer<wbr/>Position</span></a>
5
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="alignment"><span>alignment</span><a href="#alignment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">alignment</span><span class="tsd-signature-symbol">:</span> <a href="../enums/Alignment.html" class="tsd-signature-type tsd-kind-enum">Alignment</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/byte/binary-operable.interface.ts#L7">src/parser/byte/binary-operable.interface.ts:7</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getbufferlength"><span>get<wbr/>Buffer<wbr/>Length</span><a href="#getbufferlength" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">getBufferLength</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/byte/binary-operable.interface.ts#L10">src/parser/byte/binary-operable.interface.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getbufferposition"><span>get<wbr/>Buffer<wbr/>Position</span><a href="#getbufferposition" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">getBufferPosition</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/d96fd1943b5757f37a1540ac797fca6203276a0b/src/parser/byte/binary-operable.interface.ts#L9">src/parser/byte/binary-operable.interface.ts:9</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#alignment"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>alignment</span></a><a href="#getbufferlength"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>get<wbr/>Buffer<wbr/>Length</span></a><a href="#getbufferposition"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>get<wbr/>Buffer<wbr/>Position</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
5
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="alignment"><span>alignment</span><a href="#alignment" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">alignment</span><span class="tsd-signature-symbol">:</span> <a href="../enums/Alignment.html" class="tsd-signature-type tsd-kind-enum">Alignment</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/byte/binary-operable.interface.ts#L7">src/parser/byte/binary-operable.interface.ts:7</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getbufferlength"><span>get<wbr/>Buffer<wbr/>Length</span><a href="#getbufferlength" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">getBufferLength</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/byte/binary-operable.interface.ts#L10">src/parser/byte/binary-operable.interface.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="getbufferposition"><span>get<wbr/>Buffer<wbr/>Position</span><a href="#getbufferposition" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">getBufferPosition</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">()</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/etothepii4/satisfactory-file-parser/blob/a7eeccf8d093cb2c3cc19c930e396b2b0a686142/src/parser/byte/binary-operable.interface.ts#L9">src/parser/byte/binary-operable.interface.ts:9</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#alignment"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>alignment</span></a><a href="#getbufferlength"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>get<wbr/>Buffer<wbr/>Length</span></a><a href="#getbufferposition"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>get<wbr/>Buffer<wbr/>Position</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@etothepii/satisfactory-file-parser</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>