Struct GffLocString
Gff type LocString (TLK ID + translations)
Constructors
Name | Description |
this
(strref, strings)
|
|
this
(json)
|
JSON to LocString
|
Fields
Name | Type | Description |
strings
|
string[int] | Language => string pairs
|
strref
|
uint | String ref linking to a TLK entry
|
Methods
Name | Description |
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
|