MCPcopy Create free account
hub / github.com/Timic3/rw-parser / readSectionHeader

Method readSectionHeader

src/renderware/RwFile.ts:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public readSectionHeader(): RwSectionHeader {
16 const sectionType = this.readUint32();
17 const sectionSize = this.readUint32();
18 const versionNumber = this.readUint32();
19
20 return { sectionType, sectionSize, versionNumber };
21 }
22}

Callers 11

parseMethod · 0.80
readClumpMethod · 0.80
readFrameListMethod · 0.80
readGeometryListMethod · 0.80
readGeometryMethod · 0.80
readMaterialListMethod · 0.80
readMaterialMethod · 0.80
readTextureMethod · 0.80
readAtomicMethod · 0.80
readTextureDictionaryMethod · 0.80
readTextureNativeMethod · 0.80

Calls 1

readUint32Method · 0.80

Tested by

no test coverage detected