@carbonenginejs/runtime-resource 0.19.2 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +6 -0
- package/dist/CjsResMan.js +1374 -1318
- package/dist/CjsResMan.js.map +1 -1
- package/dist/format/CjsFormat.js +393 -164
- package/dist/format/CjsFormat.js.map +1 -1
- package/dist/format/CjsFormatStore.js +315 -0
- package/dist/format/CjsFormatStore.js.map +1 -0
- package/dist/format/CjsResourceProbe.js +66 -234
- package/dist/format/CjsResourceProbe.js.map +1 -1
- package/dist/format/payloadContract.js +47 -6
- package/dist/format/payloadContract.js.map +1 -1
- package/dist/formats/black/CjsBlackFormat.js +23 -6
- package/dist/formats/black/CjsBlackFormat.js.map +1 -1
- package/dist/formats/bnk/CjsBnkFormat.js +122 -120
- package/dist/formats/bnk/CjsBnkFormat.js.map +1 -1
- package/dist/formats/bnk/core/helpers.js +5 -15
- package/dist/formats/bnk/core/helpers.js.map +1 -1
- package/dist/formats/cmf/CjsCmfFormat.js +31 -14
- package/dist/formats/cmf/CjsCmfFormat.js.map +1 -1
- package/dist/formats/dds/CjsDdsFormat.js +29 -19
- package/dist/formats/dds/CjsDdsFormat.js.map +1 -1
- package/dist/formats/dds/core/helpers.js +4 -5
- package/dist/formats/dds/core/helpers.js.map +1 -1
- package/dist/formats/dxbc/CjsDxbcFormat.js +15 -13
- package/dist/formats/dxbc/CjsDxbcFormat.js.map +1 -1
- package/dist/formats/fbx/CjsFbxFormat.js +27 -19
- package/dist/formats/fbx/CjsFbxFormat.js.map +1 -1
- package/dist/formats/fbx/core/helpers.js +4 -4
- package/dist/formats/fbx/core/helpers.js.map +1 -1
- package/dist/formats/flac/CjsFlacFormat.js +19 -17
- package/dist/formats/flac/CjsFlacFormat.js.map +1 -1
- package/dist/formats/flac/core/helpers.js +5 -11
- package/dist/formats/flac/core/helpers.js.map +1 -1
- package/dist/formats/fsd/32/CjsFsd32Format.js +55 -0
- package/dist/formats/fsd/32/CjsFsd32Format.js.map +1 -0
- package/dist/formats/fsd/32/index.js +2 -0
- package/dist/formats/fsd/32/index.js.map +1 -0
- package/dist/formats/fsd/64/CjsFsd64Format.js +119 -0
- package/dist/formats/fsd/64/CjsFsd64Format.js.map +1 -0
- package/dist/formats/fsd/64/core/CjsFsd64Binary.js +393 -0
- package/dist/formats/fsd/64/core/CjsFsd64Binary.js.map +1 -0
- package/dist/formats/fsd/64/core/CjsFsd64Reader.js +138 -0
- package/dist/formats/fsd/64/core/CjsFsd64Reader.js.map +1 -0
- package/dist/formats/fsd/64/core/CjsFsd64SchemaDecoder.js +389 -0
- package/dist/formats/fsd/64/core/CjsFsd64SchemaDecoder.js.map +1 -0
- package/dist/formats/fsd/64/core/CjsFsd64SchemaReader.js +43 -0
- package/dist/formats/fsd/64/core/CjsFsd64SchemaReader.js.map +1 -0
- package/dist/formats/fsd/64/core/fsd64Records.js +60 -0
- package/dist/formats/fsd/64/core/fsd64Records.js.map +1 -0
- package/dist/formats/fsd/64/index.js +7 -0
- package/dist/formats/fsd/64/index.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64ReaderSetCharacterStaticData.js +33 -0
- package/dist/formats/fsd/64/readers/CjsFsd64ReaderSetCharacterStaticData.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAgentTypes.js +35 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAgentTypes.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAgentsInSpace.js +50 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAgentsInSpace.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAncestries.js +75 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAncestries.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaArchetypes.js +57 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaArchetypes.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAudioMetadata.js +201 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaAudioMetadata.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaBloodlines.js +73 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaBloodlines.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCategories.js +53 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCategories.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterAvatarBehaviors.js +44 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterAvatarBehaviors.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterColorLocations.js +38 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterColorLocations.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterColorNames.js +34 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterColorNames.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterModifierLocations.js +34 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterModifierLocations.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterPortraitResources.js +44 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterPortraitResources.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterResources.js +81 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterResources.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterSculptingLocations.js +34 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCharacterSculptingLocations.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCompressibleTypes.js +41 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCompressibleTypes.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaContrabandTypes.js +63 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaContrabandTypes.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaControlTowerResources.js +76 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaControlTowerResources.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCorporationActivities.js +38 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCorporationActivities.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCorporationRoleGroups.js +74 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCorporationRoleGroups.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCorporationRoles.js +59 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaCorporationRoles.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaAttributeCategories.js +46 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaAttributeCategories.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaAttributes.js +133 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaAttributes.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaEffects.js +236 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaEffects.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaUnits.js +60 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDogmaUnits.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDynamicItemAttributes.js +95 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaDynamicItemAttributes.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaEpicArcs.js +106 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaEpicArcs.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaExpertSystems.js +86 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaExpertSystems.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaFactions.js +117 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaFactions.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaGraphicIds.js +70 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaGraphicIds.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaGraphicMaterialSets.js +173 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaGraphicMaterialSets.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaGroups.js +77 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaGroups.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaIcons.js +62 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaIcons.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaMarketGroups.js +63 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaMarketGroups.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaMetaGroups.js +86 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaMetaGroups.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaNpcCorporationDivisions.js +72 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaNpcCorporationDivisions.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaNpcCorporations.js +326 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaNpcCorporations.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaPaperdolls.js +279 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaPaperdolls.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaRaces.js +64 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaRaces.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSchoolMap.js +40 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSchoolMap.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSchools.js +113 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSchools.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkillPlans.js +130 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkillPlans.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentCategories.js +38 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentCategories.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentPointValues.js +45 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentPointValues.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentRarities.js +44 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentRarities.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponents.js +163 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponents.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotCategories.js +37 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotCategories.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotConfigurations.js +77 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotConfigurations.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotNames.js +37 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotNames.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlots.js +74 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlots.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrTierThresholds.js +44 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaSkinrTierThresholds.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaStationOperations.js +120 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaStationOperations.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaStationServices.js +49 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaStationServices.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypeDogma.js +73 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypeDogma.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypeLists.js +122 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypeLists.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypeMaterials.js +83 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypeMaterials.js.map +1 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypes.js +194 -0
- package/dist/formats/fsd/64/readers/CjsFsd64SchemaTypes.js.map +1 -0
- package/dist/formats/fsd/64/readers/index.js +58 -0
- package/dist/formats/fsd/64/readers/index.js.map +1 -0
- package/dist/formats/fsd/CjsFsdFormat.js +62 -0
- package/dist/formats/fsd/CjsFsdFormat.js.map +1 -0
- package/dist/formats/fsd/index.js +9 -0
- package/dist/formats/fsd/index.js.map +1 -0
- package/dist/formats/gif/CjsGifFormat.js +26 -16
- package/dist/formats/gif/CjsGifFormat.js.map +1 -1
- package/dist/formats/gif/core/helpers.js +6 -18
- package/dist/formats/gif/core/helpers.js.map +1 -1
- package/dist/formats/gltf/CjsGltfFormat.js +25 -13
- package/dist/formats/gltf/CjsGltfFormat.js.map +1 -1
- package/dist/formats/gr2/CjsGr2Format.js +27 -6
- package/dist/formats/gr2/CjsGr2Format.js.map +1 -1
- package/dist/formats/hlsl/CjsHlslFormat.js +20 -16
- package/dist/formats/hlsl/CjsHlslFormat.js.map +1 -1
- package/dist/formats/hlsl/core/analysis.js +1 -1
- package/dist/formats/index.js +5 -0
- package/dist/formats/index.js.map +1 -1
- package/dist/formats/jpeg/CjsJpegFormat.js +26 -19
- package/dist/formats/jpeg/CjsJpegFormat.js.map +1 -1
- package/dist/formats/jpeg/core/helpers.js +6 -15
- package/dist/formats/jpeg/core/helpers.js.map +1 -1
- package/dist/formats/jpeg/core/jpeg.js +0 -3
- package/dist/formats/jpeg/core/jpeg.js.map +1 -1
- package/dist/formats/mp3/CjsMp3Format.js +19 -19
- package/dist/formats/mp3/CjsMp3Format.js.map +1 -1
- package/dist/formats/mp3/core/helpers.js +5 -11
- package/dist/formats/mp3/core/helpers.js.map +1 -1
- package/dist/formats/mp4/CjsMp4Format.js +20 -19
- package/dist/formats/mp4/CjsMp4Format.js.map +1 -1
- package/dist/formats/mp4/core/helpers.js +6 -15
- package/dist/formats/mp4/core/helpers.js.map +1 -1
- package/dist/formats/obj/CjsObjFormat.js +25 -12
- package/dist/formats/obj/CjsObjFormat.js.map +1 -1
- package/dist/formats/ogg/CjsOggFormat.js +26 -17
- package/dist/formats/ogg/CjsOggFormat.js.map +1 -1
- package/dist/formats/ogg/core/helpers.js +5 -16
- package/dist/formats/ogg/core/helpers.js.map +1 -1
- package/dist/formats/pickle/CjsPickleFormat.js +64 -5
- package/dist/formats/pickle/CjsPickleFormat.js.map +1 -1
- package/dist/formats/png/CjsPngFormat.js +28 -19
- package/dist/formats/png/CjsPngFormat.js.map +1 -1
- package/dist/formats/png/core/helpers.js +5 -14
- package/dist/formats/png/core/helpers.js.map +1 -1
- package/dist/formats/red/CjsRedFormat.js +19 -5
- package/dist/formats/red/CjsRedFormat.js.map +1 -1
- package/dist/formats/schemabound/CjsSchemaBoundFormat.js +48 -38
- package/dist/formats/schemabound/CjsSchemaBoundFormat.js.map +1 -1
- package/dist/formats/sqlite/CjsSqliteFormat.js +49 -41
- package/dist/formats/sqlite/CjsSqliteFormat.js.map +1 -1
- package/dist/formats/static/CjsStaticFormat.js +15 -57
- package/dist/formats/static/CjsStaticFormat.js.map +1 -1
- package/dist/formats/static/staticContainers.js +6 -6
- package/dist/formats/static/staticContainers.js.map +1 -1
- package/dist/formats/stl/CjsStlFormat.js +25 -12
- package/dist/formats/stl/CjsStlFormat.js.map +1 -1
- package/dist/formats/tga/CjsTgaFormat.js +26 -19
- package/dist/formats/tga/CjsTgaFormat.js.map +1 -1
- package/dist/formats/tga/core/helpers.js +7 -22
- package/dist/formats/tga/core/helpers.js.map +1 -1
- package/dist/formats/wav/CjsWavFormat.js +26 -19
- package/dist/formats/wav/CjsWavFormat.js.map +1 -1
- package/dist/formats/wav/core/helpers.js +7 -16
- package/dist/formats/wav/core/helpers.js.map +1 -1
- package/dist/formats/webgl/CjsWebglFormat.js +11 -13
- package/dist/formats/webgl/CjsWebglFormat.js.map +1 -1
- package/dist/formats/webgl/core/glsl/DxbcGlslEmitter.js +90 -12
- package/dist/formats/webgl/core/glsl/DxbcGlslEmitter.js.map +1 -1
- package/dist/formats/webgl/core/helpers.js +2 -2
- package/dist/formats/webgl/core/helpers.js.map +1 -1
- package/dist/formats/webgl/core/readGlslEffectContainer.js +8 -8
- package/dist/formats/webgl/core/readGlslEffectContainer.js.map +1 -1
- package/dist/formats/webgpu/CjsWebgpuFormat.js +11 -5
- package/dist/formats/webgpu/CjsWebgpuFormat.js.map +1 -1
- package/dist/formats/webm/CjsWebmFormat.js +20 -19
- package/dist/formats/webm/CjsWebmFormat.js.map +1 -1
- package/dist/formats/webm/core/helpers.js +6 -15
- package/dist/formats/webm/core/helpers.js.map +1 -1
- package/dist/formats/webp/CjsWebpFormat.js +19 -17
- package/dist/formats/webp/CjsWebpFormat.js.map +1 -1
- package/dist/formats/webp/core/helpers.js +5 -11
- package/dist/formats/webp/core/helpers.js.map +1 -1
- package/dist/formats/wem/CjsWemFormat.js +128 -141
- package/dist/formats/wem/CjsWemFormat.js.map +1 -1
- package/dist/formats/wem/core/helpers.js +1 -114
- package/dist/formats/wem/core/helpers.js.map +1 -1
- package/dist/formats/wem/core/{resolve.js → probeCodecSupport.js} +11 -18
- package/dist/formats/wem/core/probeCodecSupport.js.map +1 -0
- package/dist/formats/yaml/CjsYamlFormat.js +20 -5
- package/dist/formats/yaml/CjsYamlFormat.js.map +1 -1
- package/dist/generated/index.js +2 -0
- package/dist/generated/index.js.map +1 -0
- package/dist/generated/resources/Tr2RaycastGeometryRes.js +34 -0
- package/dist/generated/resources/Tr2RaycastGeometryRes.js.map +1 -0
- package/dist/generated/resources/index.js +2 -0
- package/dist/generated/resources/index.js.map +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/resource/CjsResource.js +134 -0
- package/dist/resource/CjsResource.js.map +1 -1
- package/dist/resource/ResourceRequirement.js +42 -0
- package/dist/resource/ResourceRequirement.js.map +1 -0
- package/dist/resource/Tr2LightProfileRes.js +2 -1
- package/dist/resource/Tr2LightProfileRes.js.map +1 -1
- package/dist/resource/geometry/TriGeometryRes.js +34 -7
- package/dist/resource/geometry/TriGeometryRes.js.map +1 -1
- package/dist/resource/geometry/granny/Tr2GrannyStateRes.js +184 -7
- package/dist/resource/geometry/granny/Tr2GrannyStateRes.js.map +1 -1
- package/dist/resource/geometry/granny/TriGrannyRes.js +20 -8
- package/dist/resource/geometry/granny/TriGrannyRes.js.map +1 -1
- package/dist/resource/index.js +1 -0
- package/dist/resource/index.js.map +1 -1
- package/dist/resource/resourceBoundary.js +24 -1
- package/dist/resource/resourceBoundary.js.map +1 -1
- package/dist/resource/shader/Tr2EffectRes.js +2 -1
- package/dist/resource/shader/Tr2EffectRes.js.map +1 -1
- package/dist/resource/texture/CjsTextureArrayRes.js +2 -1
- package/dist/resource/texture/CjsTextureArrayRes.js.map +1 -1
- package/dist/resource/texture/Tr2ImageRes.js +2 -1
- package/dist/resource/texture/Tr2ImageRes.js.map +1 -1
- package/dist/resource/texture/TriTextureRes.js +40 -2
- package/dist/resource/texture/TriTextureRes.js.map +1 -1
- package/docs/architecture.md +121 -116
- package/docs/concepts/format-capabilities.md +90 -0
- package/docs/formats/README.md +14 -6
- package/docs/formats/fsd.md +104 -0
- package/docs/formats/gr2.md +1 -1
- package/docs/formats/hlsl/reference/api.md +6 -4
- package/docs/formats/provenance.md +18 -0
- package/docs/formats/schemabound.md +10 -4
- package/docs/formats/static.md +26 -26
- package/docs/formats/webgpu/reference/api.md +4 -3
- package/docs/reference/classes/core.md +22 -2
- package/docs/reference/classes/formats.md +643 -1
- package/docs/reference/classes/resources.md +463 -453
- package/docs/reference/queues.md +205 -194
- package/docs/roadmap.md +14 -18
- package/format-notices/fsd/LICENSE +21 -0
- package/format-notices/fsd/NOTICE +11 -0
- package/package.json +70 -64
- package/dist/formats/wem/core/resolve.js.map +0 -1
- package/docs/concepts/format-type-resolution.md +0 -79
|
@@ -279,7 +279,649 @@ Metadata-only FLAC format profile that validates the stream signature, inspects
|
|
|
279
279
|
- Visibility: Public
|
|
280
280
|
- Kind: Original CarbonEngineJS class
|
|
281
281
|
|
|
282
|
-
###
|
|
282
|
+
### fsd
|
|
283
|
+
|
|
284
|
+
<!-- class:CjsFsdFormat -->
|
|
285
|
+
## `CjsFsdFormat`
|
|
286
|
+
|
|
287
|
+
FSD format-pipeline facade that distinguishes explicitly declared legacy 32-bit FSD from self-identifying modern 64-bit cFSD and dispatches to the matching implementation.
|
|
288
|
+
|
|
289
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd`
|
|
290
|
+
- Source: `src/formats/fsd/CjsFsdFormat.js`
|
|
291
|
+
- Visibility: Public
|
|
292
|
+
- Kind: Original CarbonEngineJS class
|
|
293
|
+
|
|
294
|
+
<!-- class:CjsFsd32Format -->
|
|
295
|
+
## `CjsFsd32Format`
|
|
296
|
+
|
|
297
|
+
Reserved legacy FSD format boundary that reports caller-identified 32-bit input and throws a stable unsupported error until its schema-driven decoder is implemented.
|
|
298
|
+
|
|
299
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/32`
|
|
300
|
+
- Source: `src/formats/fsd/32/CjsFsd32Format.js`
|
|
301
|
+
- Visibility: Public
|
|
302
|
+
- Kind: Original CarbonEngineJS class
|
|
303
|
+
|
|
304
|
+
<!-- class:CjsFsd64Format -->
|
|
305
|
+
## `CjsFsd64Format`
|
|
306
|
+
|
|
307
|
+
Modern cFSD format profile that validates the 32-byte envelope and dispatches bytes to an explicitly supplied dataset reader or registry.
|
|
308
|
+
|
|
309
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64`
|
|
310
|
+
- Source: `src/formats/fsd/64/CjsFsd64Format.js`
|
|
311
|
+
- Visibility: Public
|
|
312
|
+
- Kind: Original CarbonEngineJS class
|
|
313
|
+
|
|
314
|
+
<!-- class:CjsFsd64Binary -->
|
|
315
|
+
## `CjsFsd64Binary`
|
|
316
|
+
|
|
317
|
+
Bounds-checked access to a modern 64-bit cFSD container and its schema identity, offsets, collections, strings, and primitive values.
|
|
318
|
+
|
|
319
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64`
|
|
320
|
+
- Source: `src/formats/fsd/64/core/CjsFsd64Binary.js`
|
|
321
|
+
- Visibility: Public
|
|
322
|
+
- Kind: CarbonEngineJS
|
|
323
|
+
|
|
324
|
+
<!-- class:CjsFsd64Reader -->
|
|
325
|
+
## `CjsFsd64Reader`
|
|
326
|
+
|
|
327
|
+
Acquisition-free registry that dispatches caller-supplied modern cFSD bytes by normalized logical path.
|
|
328
|
+
|
|
329
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64`
|
|
330
|
+
- Source: `src/formats/fsd/64/core/CjsFsd64Reader.js`
|
|
331
|
+
- Visibility: Public
|
|
332
|
+
- Kind: CarbonEngineJS
|
|
333
|
+
|
|
334
|
+
<!-- class:CjsFsd64SchemaDecoder -->
|
|
335
|
+
## `CjsFsd64SchemaDecoder`
|
|
336
|
+
|
|
337
|
+
Validates JSON-shaped binary layout definitions and decodes modern cFSD bytes into typed or JSON-compatible values.
|
|
338
|
+
|
|
339
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64`
|
|
340
|
+
- Source: `src/formats/fsd/64/core/CjsFsd64SchemaDecoder.js`
|
|
341
|
+
- Visibility: Public
|
|
342
|
+
- Kind: CarbonEngineJS
|
|
343
|
+
|
|
344
|
+
<!-- class:CjsFsd64SchemaReader -->
|
|
345
|
+
## `CjsFsd64SchemaReader`
|
|
346
|
+
|
|
347
|
+
Base class for modern file-specific readers whose package-owned JSON-shaped layout is exposed as `fsdSchema` and through `getFsdSchema()`.
|
|
348
|
+
|
|
349
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64`
|
|
350
|
+
- Source: `src/formats/fsd/64/core/CjsFsd64SchemaReader.js`
|
|
351
|
+
- Visibility: Public
|
|
352
|
+
- Kind: CarbonEngineJS
|
|
353
|
+
|
|
354
|
+
<!-- class:CjsFsd64ReaderSetCharacterStaticData -->
|
|
355
|
+
## `CjsFsd64ReaderSetCharacterStaticData`
|
|
356
|
+
|
|
357
|
+
Registers the complete reviewed character-static-data reader family on a modern cFSD reader registry.
|
|
358
|
+
|
|
359
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
360
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64ReaderSetCharacterStaticData.js`
|
|
361
|
+
- Visibility: Public
|
|
362
|
+
- Kind: CarbonEngineJS
|
|
363
|
+
|
|
364
|
+
<!-- class:CjsFsd64SchemaAgentsInSpace -->
|
|
365
|
+
## `CjsFsd64SchemaAgentsInSpace`
|
|
366
|
+
|
|
367
|
+
Exposes the verified inline modern cFSD layout for agents in space records through `getFsdSchema()`.
|
|
368
|
+
|
|
369
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
370
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaAgentsInSpace.js`
|
|
371
|
+
- Visibility: Public
|
|
372
|
+
- Kind: CarbonEngineJS
|
|
373
|
+
|
|
374
|
+
<!-- class:CjsFsd64SchemaAgentTypes -->
|
|
375
|
+
## `CjsFsd64SchemaAgentTypes`
|
|
376
|
+
|
|
377
|
+
Exposes the verified inline modern cFSD layout for agent types records through `getFsdSchema()`.
|
|
378
|
+
|
|
379
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
380
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaAgentTypes.js`
|
|
381
|
+
- Visibility: Public
|
|
382
|
+
- Kind: CarbonEngineJS
|
|
383
|
+
|
|
384
|
+
<!-- class:CjsFsd64SchemaAncestries -->
|
|
385
|
+
## `CjsFsd64SchemaAncestries`
|
|
386
|
+
|
|
387
|
+
Exposes the verified inline modern cFSD layout for ancestries records through `getFsdSchema()`.
|
|
388
|
+
|
|
389
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
390
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaAncestries.js`
|
|
391
|
+
- Visibility: Public
|
|
392
|
+
- Kind: CarbonEngineJS
|
|
393
|
+
|
|
394
|
+
<!-- class:CjsFsd64SchemaArchetypes -->
|
|
395
|
+
## `CjsFsd64SchemaArchetypes`
|
|
396
|
+
|
|
397
|
+
Exposes the verified inline modern cFSD layout for archetypes records through `getFsdSchema()`.
|
|
398
|
+
|
|
399
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
400
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaArchetypes.js`
|
|
401
|
+
- Visibility: Public
|
|
402
|
+
- Kind: CarbonEngineJS
|
|
403
|
+
|
|
404
|
+
<!-- class:CjsFsd64SchemaAudioMetadata -->
|
|
405
|
+
## `CjsFsd64SchemaAudioMetadata`
|
|
406
|
+
|
|
407
|
+
Exposes the verified inline modern cFSD layout for audio metadata records through `getFsdSchema()`.
|
|
408
|
+
|
|
409
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
410
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaAudioMetadata.js`
|
|
411
|
+
- Visibility: Public
|
|
412
|
+
- Kind: CarbonEngineJS
|
|
413
|
+
|
|
414
|
+
<!-- class:CjsFsd64SchemaBloodlines -->
|
|
415
|
+
## `CjsFsd64SchemaBloodlines`
|
|
416
|
+
|
|
417
|
+
Exposes the verified inline modern cFSD layout for bloodlines records through `getFsdSchema()`.
|
|
418
|
+
|
|
419
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
420
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaBloodlines.js`
|
|
421
|
+
- Visibility: Public
|
|
422
|
+
- Kind: CarbonEngineJS
|
|
423
|
+
|
|
424
|
+
<!-- class:CjsFsd64SchemaCategories -->
|
|
425
|
+
## `CjsFsd64SchemaCategories`
|
|
426
|
+
|
|
427
|
+
Exposes the verified inline modern cFSD layout for categories records through `getFsdSchema()`.
|
|
428
|
+
|
|
429
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
430
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCategories.js`
|
|
431
|
+
- Visibility: Public
|
|
432
|
+
- Kind: CarbonEngineJS
|
|
433
|
+
|
|
434
|
+
<!-- class:CjsFsd64SchemaCharacterAvatarBehaviors -->
|
|
435
|
+
## `CjsFsd64SchemaCharacterAvatarBehaviors`
|
|
436
|
+
|
|
437
|
+
Exposes the verified inline modern cFSD layout for character avatar behaviors records through `getFsdSchema()`.
|
|
438
|
+
|
|
439
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
440
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCharacterAvatarBehaviors.js`
|
|
441
|
+
- Visibility: Public
|
|
442
|
+
- Kind: CarbonEngineJS
|
|
443
|
+
|
|
444
|
+
<!-- class:CjsFsd64SchemaCharacterColorLocations -->
|
|
445
|
+
## `CjsFsd64SchemaCharacterColorLocations`
|
|
446
|
+
|
|
447
|
+
Exposes the verified inline modern cFSD layout for character color locations records through `getFsdSchema()`.
|
|
448
|
+
|
|
449
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
450
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCharacterColorLocations.js`
|
|
451
|
+
- Visibility: Public
|
|
452
|
+
- Kind: CarbonEngineJS
|
|
453
|
+
|
|
454
|
+
<!-- class:CjsFsd64SchemaCharacterColorNames -->
|
|
455
|
+
## `CjsFsd64SchemaCharacterColorNames`
|
|
456
|
+
|
|
457
|
+
Exposes the verified inline modern cFSD layout for character color names records through `getFsdSchema()`.
|
|
458
|
+
|
|
459
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
460
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCharacterColorNames.js`
|
|
461
|
+
- Visibility: Public
|
|
462
|
+
- Kind: CarbonEngineJS
|
|
463
|
+
|
|
464
|
+
<!-- class:CjsFsd64SchemaCharacterModifierLocations -->
|
|
465
|
+
## `CjsFsd64SchemaCharacterModifierLocations`
|
|
466
|
+
|
|
467
|
+
Exposes the verified inline modern cFSD layout for character modifier locations records through `getFsdSchema()`.
|
|
468
|
+
|
|
469
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
470
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCharacterModifierLocations.js`
|
|
471
|
+
- Visibility: Public
|
|
472
|
+
- Kind: CarbonEngineJS
|
|
473
|
+
|
|
474
|
+
<!-- class:CjsFsd64SchemaCharacterPortraitResources -->
|
|
475
|
+
## `CjsFsd64SchemaCharacterPortraitResources`
|
|
476
|
+
|
|
477
|
+
Exposes the verified inline modern cFSD layout for character portrait resources records through `getFsdSchema()`.
|
|
478
|
+
|
|
479
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
480
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCharacterPortraitResources.js`
|
|
481
|
+
- Visibility: Public
|
|
482
|
+
- Kind: CarbonEngineJS
|
|
483
|
+
|
|
484
|
+
<!-- class:CjsFsd64SchemaCharacterResources -->
|
|
485
|
+
## `CjsFsd64SchemaCharacterResources`
|
|
486
|
+
|
|
487
|
+
Exposes the verified inline modern cFSD layout for character resources records through `getFsdSchema()`.
|
|
488
|
+
|
|
489
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
490
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCharacterResources.js`
|
|
491
|
+
- Visibility: Public
|
|
492
|
+
- Kind: CarbonEngineJS
|
|
493
|
+
|
|
494
|
+
<!-- class:CjsFsd64SchemaCharacterSculptingLocations -->
|
|
495
|
+
## `CjsFsd64SchemaCharacterSculptingLocations`
|
|
496
|
+
|
|
497
|
+
Exposes the verified inline modern cFSD layout for character sculpting locations records through `getFsdSchema()`.
|
|
498
|
+
|
|
499
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
500
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCharacterSculptingLocations.js`
|
|
501
|
+
- Visibility: Public
|
|
502
|
+
- Kind: CarbonEngineJS
|
|
503
|
+
|
|
504
|
+
<!-- class:CjsFsd64SchemaCompressibleTypes -->
|
|
505
|
+
## `CjsFsd64SchemaCompressibleTypes`
|
|
506
|
+
|
|
507
|
+
Exposes the verified inline modern cFSD layout for compressible types records through `getFsdSchema()`.
|
|
508
|
+
|
|
509
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
510
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCompressibleTypes.js`
|
|
511
|
+
- Visibility: Public
|
|
512
|
+
- Kind: CarbonEngineJS
|
|
513
|
+
|
|
514
|
+
<!-- class:CjsFsd64SchemaContrabandTypes -->
|
|
515
|
+
## `CjsFsd64SchemaContrabandTypes`
|
|
516
|
+
|
|
517
|
+
Exposes the verified inline modern cFSD layout for contraband types records through `getFsdSchema()`.
|
|
518
|
+
|
|
519
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
520
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaContrabandTypes.js`
|
|
521
|
+
- Visibility: Public
|
|
522
|
+
- Kind: CarbonEngineJS
|
|
523
|
+
|
|
524
|
+
<!-- class:CjsFsd64SchemaControlTowerResources -->
|
|
525
|
+
## `CjsFsd64SchemaControlTowerResources`
|
|
526
|
+
|
|
527
|
+
Exposes the verified inline modern cFSD layout for control tower resources records through `getFsdSchema()`.
|
|
528
|
+
|
|
529
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
530
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaControlTowerResources.js`
|
|
531
|
+
- Visibility: Public
|
|
532
|
+
- Kind: CarbonEngineJS
|
|
533
|
+
|
|
534
|
+
<!-- class:CjsFsd64SchemaCorporationActivities -->
|
|
535
|
+
## `CjsFsd64SchemaCorporationActivities`
|
|
536
|
+
|
|
537
|
+
Exposes the verified inline modern cFSD layout for corporation activities records through `getFsdSchema()`.
|
|
538
|
+
|
|
539
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
540
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCorporationActivities.js`
|
|
541
|
+
- Visibility: Public
|
|
542
|
+
- Kind: CarbonEngineJS
|
|
543
|
+
|
|
544
|
+
<!-- class:CjsFsd64SchemaCorporationRoleGroups -->
|
|
545
|
+
## `CjsFsd64SchemaCorporationRoleGroups`
|
|
546
|
+
|
|
547
|
+
Exposes the verified inline modern cFSD layout for corporation role groups records through `getFsdSchema()`.
|
|
548
|
+
|
|
549
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
550
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCorporationRoleGroups.js`
|
|
551
|
+
- Visibility: Public
|
|
552
|
+
- Kind: CarbonEngineJS
|
|
553
|
+
|
|
554
|
+
<!-- class:CjsFsd64SchemaCorporationRoles -->
|
|
555
|
+
## `CjsFsd64SchemaCorporationRoles`
|
|
556
|
+
|
|
557
|
+
Exposes the verified inline modern cFSD layout for corporation roles records through `getFsdSchema()`.
|
|
558
|
+
|
|
559
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
560
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaCorporationRoles.js`
|
|
561
|
+
- Visibility: Public
|
|
562
|
+
- Kind: CarbonEngineJS
|
|
563
|
+
|
|
564
|
+
<!-- class:CjsFsd64SchemaDogmaAttributeCategories -->
|
|
565
|
+
## `CjsFsd64SchemaDogmaAttributeCategories`
|
|
566
|
+
|
|
567
|
+
Exposes the verified inline modern cFSD layout for dogma attribute categories records through `getFsdSchema()`.
|
|
568
|
+
|
|
569
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
570
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaDogmaAttributeCategories.js`
|
|
571
|
+
- Visibility: Public
|
|
572
|
+
- Kind: CarbonEngineJS
|
|
573
|
+
|
|
574
|
+
<!-- class:CjsFsd64SchemaDogmaAttributes -->
|
|
575
|
+
## `CjsFsd64SchemaDogmaAttributes`
|
|
576
|
+
|
|
577
|
+
Exposes the verified inline modern cFSD layout for dogma attributes records through `getFsdSchema()`.
|
|
578
|
+
|
|
579
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
580
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaDogmaAttributes.js`
|
|
581
|
+
- Visibility: Public
|
|
582
|
+
- Kind: CarbonEngineJS
|
|
583
|
+
|
|
584
|
+
<!-- class:CjsFsd64SchemaDogmaEffects -->
|
|
585
|
+
## `CjsFsd64SchemaDogmaEffects`
|
|
586
|
+
|
|
587
|
+
Exposes the verified inline modern cFSD layout for dogma effects records through `getFsdSchema()`.
|
|
588
|
+
|
|
589
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
590
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaDogmaEffects.js`
|
|
591
|
+
- Visibility: Public
|
|
592
|
+
- Kind: CarbonEngineJS
|
|
593
|
+
|
|
594
|
+
<!-- class:CjsFsd64SchemaDogmaUnits -->
|
|
595
|
+
## `CjsFsd64SchemaDogmaUnits`
|
|
596
|
+
|
|
597
|
+
Exposes the verified inline modern cFSD layout for dogma units records through `getFsdSchema()`.
|
|
598
|
+
|
|
599
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
600
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaDogmaUnits.js`
|
|
601
|
+
- Visibility: Public
|
|
602
|
+
- Kind: CarbonEngineJS
|
|
603
|
+
|
|
604
|
+
<!-- class:CjsFsd64SchemaDynamicItemAttributes -->
|
|
605
|
+
## `CjsFsd64SchemaDynamicItemAttributes`
|
|
606
|
+
|
|
607
|
+
Exposes the verified inline modern cFSD layout for dynamic item attributes records through `getFsdSchema()`.
|
|
608
|
+
|
|
609
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
610
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaDynamicItemAttributes.js`
|
|
611
|
+
- Visibility: Public
|
|
612
|
+
- Kind: CarbonEngineJS
|
|
613
|
+
|
|
614
|
+
<!-- class:CjsFsd64SchemaEpicArcs -->
|
|
615
|
+
## `CjsFsd64SchemaEpicArcs`
|
|
616
|
+
|
|
617
|
+
Exposes the verified inline modern cFSD layout for epic arcs records through `getFsdSchema()`.
|
|
618
|
+
|
|
619
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
620
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaEpicArcs.js`
|
|
621
|
+
- Visibility: Public
|
|
622
|
+
- Kind: CarbonEngineJS
|
|
623
|
+
|
|
624
|
+
<!-- class:CjsFsd64SchemaExpertSystems -->
|
|
625
|
+
## `CjsFsd64SchemaExpertSystems`
|
|
626
|
+
|
|
627
|
+
Exposes the verified inline modern cFSD layout for expert systems records through `getFsdSchema()`.
|
|
628
|
+
|
|
629
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
630
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaExpertSystems.js`
|
|
631
|
+
- Visibility: Public
|
|
632
|
+
- Kind: CarbonEngineJS
|
|
633
|
+
|
|
634
|
+
<!-- class:CjsFsd64SchemaFactions -->
|
|
635
|
+
## `CjsFsd64SchemaFactions`
|
|
636
|
+
|
|
637
|
+
Exposes the verified inline modern cFSD layout for factions records through `getFsdSchema()`.
|
|
638
|
+
|
|
639
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
640
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaFactions.js`
|
|
641
|
+
- Visibility: Public
|
|
642
|
+
- Kind: CarbonEngineJS
|
|
643
|
+
|
|
644
|
+
<!-- class:CjsFsd64SchemaGraphicIds -->
|
|
645
|
+
## `CjsFsd64SchemaGraphicIds`
|
|
646
|
+
|
|
647
|
+
Exposes the verified inline modern cFSD layout for graphic ids records through `getFsdSchema()`.
|
|
648
|
+
|
|
649
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
650
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaGraphicIds.js`
|
|
651
|
+
- Visibility: Public
|
|
652
|
+
- Kind: CarbonEngineJS
|
|
653
|
+
|
|
654
|
+
<!-- class:CjsFsd64SchemaGraphicMaterialSets -->
|
|
655
|
+
## `CjsFsd64SchemaGraphicMaterialSets`
|
|
656
|
+
|
|
657
|
+
Exposes the verified inline modern cFSD layout for graphic material sets records through `getFsdSchema()`.
|
|
658
|
+
|
|
659
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
660
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaGraphicMaterialSets.js`
|
|
661
|
+
- Visibility: Public
|
|
662
|
+
- Kind: CarbonEngineJS
|
|
663
|
+
|
|
664
|
+
<!-- class:CjsFsd64SchemaGroups -->
|
|
665
|
+
## `CjsFsd64SchemaGroups`
|
|
666
|
+
|
|
667
|
+
Exposes the verified inline modern cFSD layout for groups records through `getFsdSchema()`.
|
|
668
|
+
|
|
669
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
670
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaGroups.js`
|
|
671
|
+
- Visibility: Public
|
|
672
|
+
- Kind: CarbonEngineJS
|
|
673
|
+
|
|
674
|
+
<!-- class:CjsFsd64SchemaIcons -->
|
|
675
|
+
## `CjsFsd64SchemaIcons`
|
|
676
|
+
|
|
677
|
+
Exposes the verified inline modern cFSD layout for icons records through `getFsdSchema()`.
|
|
678
|
+
|
|
679
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
680
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaIcons.js`
|
|
681
|
+
- Visibility: Public
|
|
682
|
+
- Kind: CarbonEngineJS
|
|
683
|
+
|
|
684
|
+
<!-- class:CjsFsd64SchemaMarketGroups -->
|
|
685
|
+
## `CjsFsd64SchemaMarketGroups`
|
|
686
|
+
|
|
687
|
+
Exposes the verified inline modern cFSD layout for market groups records through `getFsdSchema()`.
|
|
688
|
+
|
|
689
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
690
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaMarketGroups.js`
|
|
691
|
+
- Visibility: Public
|
|
692
|
+
- Kind: CarbonEngineJS
|
|
693
|
+
|
|
694
|
+
<!-- class:CjsFsd64SchemaMetaGroups -->
|
|
695
|
+
## `CjsFsd64SchemaMetaGroups`
|
|
696
|
+
|
|
697
|
+
Exposes the verified inline modern cFSD layout for meta groups records through `getFsdSchema()`.
|
|
698
|
+
|
|
699
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
700
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaMetaGroups.js`
|
|
701
|
+
- Visibility: Public
|
|
702
|
+
- Kind: CarbonEngineJS
|
|
703
|
+
|
|
704
|
+
<!-- class:CjsFsd64SchemaNpcCorporationDivisions -->
|
|
705
|
+
## `CjsFsd64SchemaNpcCorporationDivisions`
|
|
706
|
+
|
|
707
|
+
Exposes the verified inline modern cFSD layout for npc corporation divisions records through `getFsdSchema()`.
|
|
708
|
+
|
|
709
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
710
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaNpcCorporationDivisions.js`
|
|
711
|
+
- Visibility: Public
|
|
712
|
+
- Kind: CarbonEngineJS
|
|
713
|
+
|
|
714
|
+
<!-- class:CjsFsd64SchemaNpcCorporations -->
|
|
715
|
+
## `CjsFsd64SchemaNpcCorporations`
|
|
716
|
+
|
|
717
|
+
Exposes the verified inline modern cFSD layout for npc corporations records through `getFsdSchema()`.
|
|
718
|
+
|
|
719
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
720
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaNpcCorporations.js`
|
|
721
|
+
- Visibility: Public
|
|
722
|
+
- Kind: CarbonEngineJS
|
|
723
|
+
|
|
724
|
+
<!-- class:CjsFsd64SchemaPaperdolls -->
|
|
725
|
+
## `CjsFsd64SchemaPaperdolls`
|
|
726
|
+
|
|
727
|
+
Exposes the verified inline modern cFSD layout for paperdolls records through `getFsdSchema()`.
|
|
728
|
+
|
|
729
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
730
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaPaperdolls.js`
|
|
731
|
+
- Visibility: Public
|
|
732
|
+
- Kind: CarbonEngineJS
|
|
733
|
+
|
|
734
|
+
<!-- class:CjsFsd64SchemaRaces -->
|
|
735
|
+
## `CjsFsd64SchemaRaces`
|
|
736
|
+
|
|
737
|
+
Exposes the verified inline modern cFSD layout for races records through `getFsdSchema()`.
|
|
738
|
+
|
|
739
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
740
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaRaces.js`
|
|
741
|
+
- Visibility: Public
|
|
742
|
+
- Kind: CarbonEngineJS
|
|
743
|
+
|
|
744
|
+
<!-- class:CjsFsd64SchemaSchoolMap -->
|
|
745
|
+
## `CjsFsd64SchemaSchoolMap`
|
|
746
|
+
|
|
747
|
+
Exposes the verified inline modern cFSD layout for school map records through `getFsdSchema()`.
|
|
748
|
+
|
|
749
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
750
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSchoolMap.js`
|
|
751
|
+
- Visibility: Public
|
|
752
|
+
- Kind: CarbonEngineJS
|
|
753
|
+
|
|
754
|
+
<!-- class:CjsFsd64SchemaSchools -->
|
|
755
|
+
## `CjsFsd64SchemaSchools`
|
|
756
|
+
|
|
757
|
+
Exposes the verified inline modern cFSD layout for schools records through `getFsdSchema()`.
|
|
758
|
+
|
|
759
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
760
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSchools.js`
|
|
761
|
+
- Visibility: Public
|
|
762
|
+
- Kind: CarbonEngineJS
|
|
763
|
+
|
|
764
|
+
<!-- class:CjsFsd64SchemaSkillPlans -->
|
|
765
|
+
## `CjsFsd64SchemaSkillPlans`
|
|
766
|
+
|
|
767
|
+
Exposes the verified inline modern cFSD layout for skill plans records through `getFsdSchema()`.
|
|
768
|
+
|
|
769
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
770
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkillPlans.js`
|
|
771
|
+
- Visibility: Public
|
|
772
|
+
- Kind: CarbonEngineJS
|
|
773
|
+
|
|
774
|
+
<!-- class:CjsFsd64SchemaSkinrComponentCategories -->
|
|
775
|
+
## `CjsFsd64SchemaSkinrComponentCategories`
|
|
776
|
+
|
|
777
|
+
Exposes the verified inline modern cFSD layout for skinr component categories records through `getFsdSchema()`.
|
|
778
|
+
|
|
779
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
780
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentCategories.js`
|
|
781
|
+
- Visibility: Public
|
|
782
|
+
- Kind: CarbonEngineJS
|
|
783
|
+
|
|
784
|
+
<!-- class:CjsFsd64SchemaSkinrComponentPointValues -->
|
|
785
|
+
## `CjsFsd64SchemaSkinrComponentPointValues`
|
|
786
|
+
|
|
787
|
+
Exposes the verified inline modern cFSD layout for skinr component point values records through `getFsdSchema()`.
|
|
788
|
+
|
|
789
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
790
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentPointValues.js`
|
|
791
|
+
- Visibility: Public
|
|
792
|
+
- Kind: CarbonEngineJS
|
|
793
|
+
|
|
794
|
+
<!-- class:CjsFsd64SchemaSkinrComponentRarities -->
|
|
795
|
+
## `CjsFsd64SchemaSkinrComponentRarities`
|
|
796
|
+
|
|
797
|
+
Exposes the verified inline modern cFSD layout for skinr component rarities records through `getFsdSchema()`.
|
|
798
|
+
|
|
799
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
800
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponentRarities.js`
|
|
801
|
+
- Visibility: Public
|
|
802
|
+
- Kind: CarbonEngineJS
|
|
803
|
+
|
|
804
|
+
<!-- class:CjsFsd64SchemaSkinrComponents -->
|
|
805
|
+
## `CjsFsd64SchemaSkinrComponents`
|
|
806
|
+
|
|
807
|
+
Exposes the verified inline modern cFSD layout for skinr components records through `getFsdSchema()`.
|
|
808
|
+
|
|
809
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
810
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrComponents.js`
|
|
811
|
+
- Visibility: Public
|
|
812
|
+
- Kind: CarbonEngineJS
|
|
813
|
+
|
|
814
|
+
<!-- class:CjsFsd64SchemaSkinrSlotCategories -->
|
|
815
|
+
## `CjsFsd64SchemaSkinrSlotCategories`
|
|
816
|
+
|
|
817
|
+
Exposes the verified inline modern cFSD layout for skinr slot categories records through `getFsdSchema()`.
|
|
818
|
+
|
|
819
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
820
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotCategories.js`
|
|
821
|
+
- Visibility: Public
|
|
822
|
+
- Kind: CarbonEngineJS
|
|
823
|
+
|
|
824
|
+
<!-- class:CjsFsd64SchemaSkinrSlotConfigurations -->
|
|
825
|
+
## `CjsFsd64SchemaSkinrSlotConfigurations`
|
|
826
|
+
|
|
827
|
+
Exposes the verified inline modern cFSD layout for skinr slot configurations records through `getFsdSchema()`.
|
|
828
|
+
|
|
829
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
830
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotConfigurations.js`
|
|
831
|
+
- Visibility: Public
|
|
832
|
+
- Kind: CarbonEngineJS
|
|
833
|
+
|
|
834
|
+
<!-- class:CjsFsd64SchemaSkinrSlotNames -->
|
|
835
|
+
## `CjsFsd64SchemaSkinrSlotNames`
|
|
836
|
+
|
|
837
|
+
Exposes the verified inline modern cFSD layout for skinr slot names records through `getFsdSchema()`.
|
|
838
|
+
|
|
839
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
840
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlotNames.js`
|
|
841
|
+
- Visibility: Public
|
|
842
|
+
- Kind: CarbonEngineJS
|
|
843
|
+
|
|
844
|
+
<!-- class:CjsFsd64SchemaSkinrSlots -->
|
|
845
|
+
## `CjsFsd64SchemaSkinrSlots`
|
|
846
|
+
|
|
847
|
+
Exposes the verified inline modern cFSD layout for skinr slots records through `getFsdSchema()`.
|
|
848
|
+
|
|
849
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
850
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrSlots.js`
|
|
851
|
+
- Visibility: Public
|
|
852
|
+
- Kind: CarbonEngineJS
|
|
853
|
+
|
|
854
|
+
<!-- class:CjsFsd64SchemaSkinrTierThresholds -->
|
|
855
|
+
## `CjsFsd64SchemaSkinrTierThresholds`
|
|
856
|
+
|
|
857
|
+
Exposes the verified inline modern cFSD layout for skinr tier thresholds records through `getFsdSchema()`.
|
|
858
|
+
|
|
859
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
860
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaSkinrTierThresholds.js`
|
|
861
|
+
- Visibility: Public
|
|
862
|
+
- Kind: CarbonEngineJS
|
|
863
|
+
|
|
864
|
+
<!-- class:CjsFsd64SchemaStationOperations -->
|
|
865
|
+
## `CjsFsd64SchemaStationOperations`
|
|
866
|
+
|
|
867
|
+
Exposes the verified inline modern cFSD layout for station operations records through `getFsdSchema()`.
|
|
868
|
+
|
|
869
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
870
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaStationOperations.js`
|
|
871
|
+
- Visibility: Public
|
|
872
|
+
- Kind: CarbonEngineJS
|
|
873
|
+
|
|
874
|
+
<!-- class:CjsFsd64SchemaStationServices -->
|
|
875
|
+
## `CjsFsd64SchemaStationServices`
|
|
876
|
+
|
|
877
|
+
Exposes the verified inline modern cFSD layout for station services records through `getFsdSchema()`.
|
|
878
|
+
|
|
879
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
880
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaStationServices.js`
|
|
881
|
+
- Visibility: Public
|
|
882
|
+
- Kind: CarbonEngineJS
|
|
883
|
+
|
|
884
|
+
<!-- class:CjsFsd64SchemaTypeDogma -->
|
|
885
|
+
## `CjsFsd64SchemaTypeDogma`
|
|
886
|
+
|
|
887
|
+
Exposes the verified inline modern cFSD layout for type dogma records through `getFsdSchema()`.
|
|
888
|
+
|
|
889
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
890
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaTypeDogma.js`
|
|
891
|
+
- Visibility: Public
|
|
892
|
+
- Kind: CarbonEngineJS
|
|
893
|
+
|
|
894
|
+
<!-- class:CjsFsd64SchemaTypeLists -->
|
|
895
|
+
## `CjsFsd64SchemaTypeLists`
|
|
896
|
+
|
|
897
|
+
Exposes the verified inline modern cFSD layout for type lists records through `getFsdSchema()`.
|
|
898
|
+
|
|
899
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
900
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaTypeLists.js`
|
|
901
|
+
- Visibility: Public
|
|
902
|
+
- Kind: CarbonEngineJS
|
|
903
|
+
|
|
904
|
+
<!-- class:CjsFsd64SchemaTypeMaterials -->
|
|
905
|
+
## `CjsFsd64SchemaTypeMaterials`
|
|
906
|
+
|
|
907
|
+
Exposes the verified inline modern cFSD layout for type materials records through `getFsdSchema()`.
|
|
908
|
+
|
|
909
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
910
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaTypeMaterials.js`
|
|
911
|
+
- Visibility: Public
|
|
912
|
+
- Kind: CarbonEngineJS
|
|
913
|
+
|
|
914
|
+
<!-- class:CjsFsd64SchemaTypes -->
|
|
915
|
+
## `CjsFsd64SchemaTypes`
|
|
916
|
+
|
|
917
|
+
Exposes the verified inline modern cFSD layout for types records through `getFsdSchema()`.
|
|
918
|
+
|
|
919
|
+
- Export: `@carbonenginejs/runtime-resource/formats/fsd/64/readers`
|
|
920
|
+
- Source: `src/formats/fsd/64/readers/CjsFsd64SchemaTypes.js`
|
|
921
|
+
- Visibility: Public
|
|
922
|
+
- Kind: CarbonEngineJS
|
|
923
|
+
|
|
924
|
+
+### gif
|
|
283
925
|
|
|
284
926
|
<!-- class:CjsGifFormat -->
|
|
285
927
|
## `CjsGifFormat`
|