Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GameLoadingOverlay

Hierarchy

  • GameLoadingOverlay

Index

Constructors

constructor

  • Parameters

    • app: any
    • parent: any

    Returns GameLoadingOverlay

Methods

internalAddOpponentsOverview

  • internalAddOpponentsOverview(element: any, matchmode: any): void
  • Shows the opponents on the loading screen

    Parameters

    • element: any
    • matchmode: any

    Returns void

internalAddRandomTip

  • internalAddRandomTip(element: any): void
  • Shows a random game tip

    Parameters

    • element: any

    Returns void

internalAddSpinnerAndText

  • internalAddSpinnerAndText(element: any): void
  • Adds a text with 'loading' and a spinner

    Parameters

    • element: any

    Returns void

isAttached

  • isAttached(): any
  • Returns if the loading overlay is attached

    Returns any

removeIfAttached

  • removeIfAttached(): void
  • Removes the overlay if its currently visible

    Returns void

showBasic

  • showBasic(): void
  • Shows a super basic overlay

    Returns void

showForMatch

  • showForMatch(matchmode: any): void
  • Shows the appropriate loading overlay for the given match mode

    Parameters

    • matchmode: any

    Returns void