Tlk

TLK (read only)

Constructors

this
this(Language langId, immutable(char[4]) tlkVersion)
this
this(string path)
this
this(ubyte[] rawData)

Members

Functions

opApply
int opApply(int delegate(StrRef, in string) dlg)

foreach(strref, text ; tlk)

opApply
int opApply(int delegate(in string) dlg)

foreach(text ; tlk)

opIndex
string opIndex(StrRef strref)

tlkstrref

Manifest constants

UserTlkIndexOffset
enum UserTlkIndexOffset;
Undocumented in source.

Properties

language
Language language [@property getter]

TLK language ID

length
size_t length [@property getter]

Number of entries

Meta