API Reference › StringTableIStringTableServiceInterfaceNamespace: SwiftlyS2.Shared.StringTable · Assembly: SwiftlyS2.CS2.dllpublic interface IStringTableServiceView sourceMethodsFindTable(string)Finds a string table by name.IStringTable? FindTable(string tableName)ParameterstableNamestringThe name of the string table to find.ReturnsIStringTable?The string table, or null if the string table is not found.FindTableById(int)Finds a string table by ID.IStringTable? FindTableById(int tableId)ParameterstableIdintThe ID of the string table to find.ReturnsIStringTable?The string table, or null if the string table is not found.