Skip to main content

TextLoad

Callable

  • TextLoad(TextGroup?: string): void

  • Loads the CSV text file of the current screen into the buffer. It will get the CSV from the cache if the file was already fetched from the server


    Parameters

    • optionalTextGroup: string

      Screen for which to load the CSV of

    Returns void

    • Nothing