RightUI

ClubCrawler.DOMUserInterface. RightUI

Creates instances and DOM elements for the right side UI.

Constructor

new RightUI(element)

Source:
Parameters:
Name Type Description
element HTMLElement

The right UI container element.

Members

element :HTMLElement

Source:

The containing html element.

Type:
  • HTMLElement

healthBarUI :ClubCrawler.DOMUserInterface.HealthBar

Source:

Shows player health.

Type:
  • ClubCrawler.DOMUserInterface.HealthBar

inventoryUI :ClubCrawler.DOMUserInterface.InventoryUI

Source:

Shows player inventory information.

Type:

scoreUI :ClubCrawler.DOMUserInterface.ScoreUI

Source:

Shows score.

Type:

uiManager :ClubCrawler.UserInterface.DOMUIManager

Source:

The UImanager.

Type:
  • ClubCrawler.UserInterface.DOMUIManager

weaponUI :ClubCrawler.DOMUserInterface.WeaponUI

Source:

Shows player weapon information.

Type:

Methods

loadManager(uiManager)

Source:

Loads the manager

Parameters:
Name Type Description
uiManager ClubCrawler.UserInterface.DOMUIManager

The manager.