Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAdvancedInstallerMessages

Messages used during errors/warnings in the installer.

Hierarchy

  • IAdvancedInstallerMessages

Index

Properties

largeModWarning

largeModWarning: string

This message is shown when a mod file being installed exceeds the installer's limit of possible installation locations.

multipleFiles

multipleFiles: string

This message is shown when more than one valid mod file is found in an install location.

multipleRoots

multipleRoots: (roots: string[]) => string

This function returns the message shown when there are more than one possible candidates for installation location.

param

The relative paths of the detected installation locations.

Type declaration

    • (roots: string[]): string
    • Parameters

      • roots: string[]

      Returns string

Generated using TypeDoc