StrRefResolver

Utility class to resolve string refs using two TLKs

Constructors

this
this(Tlk standartTable, Tlk userTable)
Undocumented in source.

Members

Functions

opIndex
string opIndex(StrRef strref)

Get a localized string in the tlk tables (can be a standard or user strref)

Variables

standartTable
Tlk standartTable;
Undocumented in source.
userTable
Tlk userTable;
Undocumented in source.

Meta