read.wad {wal} | R Documentation |
Read Quake WAD file.
Description
Read Quake WAD file.
Usage
read.wad(filepath)
Arguments
filepath |
character string, path to the file. |
Value
a wad instance, can be used to extract data or list contents.
Examples
## Not run:
wadf = '~/knave.wad';
wad = read.wad(wadf);
wad.contents(wad);
## End(Not run)
[Package wal version 0.1.1 Index]