fill

Fills the provided GRFFiletable files with GRFFile of the input grf.

  1. void fill(GRF grf, GRFFiletable files, const(wstring)[] filters)
    void
    fill
    (
    ref GRF grf
    ,,
    const(wstring)[] filters = []
    )
  2. void fill(GRF grf, const(wstring)[] filters)

Parameters

grf GRF

The grf to read the files from

files GRFFiletable

The target filetable to store the GRFFile to

filters const(wstring)[]

The filters to check for when reading the files

Meta