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)


wal documentation built on Aug. 22, 2026, 5:07 p.m.