Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 633 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 633 Bytes

mvdparser-js Test

Extract information from QuakeWorld MVD demos.

function getDemoDuration(data: Uint8Array) : number | null {}
function getMatchDuration(data: Uint8Array) : number | null {} 
function getKtxstatsAsString(data: Uint8Array) : string | null {} 
function getServerinfoAsObject(data: Uint8Array) : { [key: string]: string } | null {} 
function getServerinfoAsString(data: Uint8Array) : string | null {} 
function getSha256(data: Uint8Array) : string | null {}