Struct GffLocString

Gff type LocString (TLK ID + translations)

struct GffLocString ;

Constructors

NameDescription
this (strref, strings)
this (json) JSON to LocString

Fields

NameTypeDescription
strings string[int]Language => string pairs
strref uintString ref linking to a TLK entry

Methods

NameDescription
dup () Duplicate GffLocString content
opAssign (value) Remove all localization and set its value to a unique string
opAssign (value) Set the strref
resolve (resolver) Resolve the localized string using TLKs
toJson () LocString to JSON
toPrettyString () Get the string value without attempting to resolve strref using TLKs
toString () Get the string value without attempting to resolve strref using TLKs