Skip to main content

TextQueryMultiple

Callable

  • TextQueryMultiple(key, caches, options): string

  • Finds the text value linked to the tag in whichever first of the passed caches happens to contain it


    Parameters

    • key: string
    • caches: readonly TextCache[]
    • options: { logMissing?: boolean } = null
      • optionallogMissing: boolean

    Returns string