• Load a string from a file into a scene variable, asynchronously.

    Parameters

    • stringVar: Variable

      Variable where to store the content

    • loadPath: string

      Path to the file

    • resultVar: Variable

      The variable where to store the result of the operation

    • removeCRCharacters: boolean

      If true, will remove \r characters usually added by Windows when editing files

    Returns void