ResourceParser.DirectoryEntry

An entry in a Directory.

Members

Properties

data
DirectoryData data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
directory
Directory directory [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

Contents
union Contents
Undocumented in source.

Variables

contents
Contents contents;
Undocumented in source.
id
uint id;

Entry ID (if it is identified by an ID).

isDirectory
bool isDirectory;

True if this entry is another directory.

name
string name;

Entry name (if it is identified by a name).

Meta