read.wad: Read Quake WAD file.

Description Usage Arguments Value Examples

View source: R/read_wad.R

Description

Read Quake WAD file.

Usage

1
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

1
2
3
4
5
6
## Not run: 
   wadf = '~/knave.wad';
   wad = read.wad(wadf);
   wad.contents(wad);

## End(Not run)

wal documentation built on Jan. 17, 2021, 5:10 p.m.