powered by
Read Quake WAD file.
read.wad(filepath)
a wad instance, can be used to extract data or list contents.
character string, path to the file.
if (FALSE) { wadf = '~/knave.wad'; wad = read.wad(wadf); wad.contents(wad); }
Run the code above in your browser using DataLab