RSX Code Reference
    Preparing search index...
    • rsx
    • StringTables

    Class StringTables

    Manages string tables used for localizing text. Allows you to add and remove different tables and change the active language.

    Index
    • Returns the string table with the specified id. If the table doesn't exist new one is created.

      Parameters

      • id: number

        Identifier of the string table.

      Returns StringTable

      String table with the specified identifier.

    • Removes the string table with the specified id.

      Parameters

      • id: number

        Identifier of the string table.

      Returns void