Creates a new empty string table resource.
OptionalisInternalConstructor: booleanReturns a reference handle for this resource.
Returns all identifiers that the string table contains localized strings for.
Returns the meta data of this resource.
Name of the resource. Use primarily for easier identification and not important to the engine itself.
Returns a total number of strings in the table.
Returns a universally unique identifier of this resource.
Checks does the string table contain the provided identifier.
Identifier to look for.
True if the identifier exists in the table, false otherwise.
Duplicates the resource and creates a unique UUID for the duplicated resource.
The duplicated resource or null, if the duplication failed.
Virtual
Method called by RSX to perform actions required after the creation of the resource.
Removes the string described by identifier, from all languages.
Forcefully unloads the resource.
Used for string localization. Stores strings and their translations in various languages.