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.

Variables

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