read.wad: Read Quake WAD file.

View source: R/read_wad.R

read.wadR 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)


dfsp-spirit/wal documentation built on Feb. 5, 2024, 1:59 p.m.