Skip to main content

TextAssets

Hierarchy

Index

Constructors

constructor

Properties

readonlyclient

client: StarRail

readonlyid

id: number

Methods

get

  • get(lang?: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi): string
  • @throws

    Parameters

    • optionallang: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi

    Returns string

getAsFormattedText

  • getAsFormattedText(lang?: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi): FormattedText
  • Parameters

    • optionallang: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi

    Returns FormattedText

getAsNullableFormattedText

  • getAsNullableFormattedText(lang?: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi): null | FormattedText

  • Parameters

    • optionallang: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi

    Returns null | FormattedText

    null instead of throwing AssetsNotFoundError.

getNullable

  • getNullable(lang?: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi): null | string

  • Parameters

    • optionallang: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi

    Returns null | string

    null instead of throwing AssetsNotFoundError.

isFormatted

  • isFormatted(lang?: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi): boolean

  • Parameters

    • optionallang: chs | cht | de | en | es | fr | id | jp | kr | pt | ru | th | vi

    Returns boolean

    whether the text is formatted or not.

toString

  • toString(): string
  • Returns string