Home Reference Source
import {HUDGameMenu} from 'shapez.io/js/game/hud/parts/game_menu.js'
public class | source

HUDGameMenu

Extends:

BaseHUDPart → HUDGameMenu

Member Summary

Public Members
public

badgesToUpdate: Array<{ badge: function, button: HTMLElement, badgeElement: HTMLElement, lastRenderAmount: number, condition?: function, notification: [string, enumNotificationType] }>

public

element: *

public
public
public
public

visibilityToUpdate: Array<{ button: HTMLElement, condition: function, domAttach: DynamicDomAttach }>

Method Summary

Public Methods
public

createElements(parent: *)

public
public
public

onIsSavingChanged(isSaving: *)

public
public
public

update()

Inherited Summary

From class BaseHUDPart
public
public

root: *

public

Cleans up the hud element, if overridden make sure to call super.cleanup

public

Cleans up all click detectors

public

close()

Should close the element, in case its supported

public

closeOnBackgroundClick(element: HTMLElement, closeMethod: function)

Closes this element when its background is clicked

public

createElements(parent: HTMLElement)

Should create all require elements

public

draw(parameters: DrawParameters)

Should draw the hud

public

Should draw any overlays (screen space)

public

Forwards the game speed keybindings so you can toggle pause / Fastforward in the building tooltip and such

public

Forwards the map movement keybindings so you can move the map with the arrow keys

public

Should initialize the element, called after the elements have been created

public

Should return true if this overlay is open and currently blocking any user interaction

public

Registers a new click detector

public

Should return false if the game should be paused

public

Should return true if the widget has a modal dialog opened and thus the game does not need to update / redraw

public

trackClicks(element: Element, handler: function, args: import("../../core/click_detector").ClickDetectorConstructorArgs=)

Helper method to construct a new click detector

public

update()

Should update any required logic

Public Members

public badgesToUpdate: Array<{ badge: function, button: HTMLElement, badgeElement: HTMLElement, lastRenderAmount: number, condition?: function, notification: [string, enumNotificationType] }> source

public element: * source

public saveButton: * source

public settingsButton: * source

public trackedIsSaving: * source

public visibilityToUpdate: Array<{ button: HTMLElement, condition: function, domAttach: DynamicDomAttach }> source

Public Methods

public createElements(parent: *) source

Should create all require elements

Override:

BaseHUDPart#createElements

Params:

NameTypeAttributeDescription
parent *

public initialize() source

Should initialize the element, called after the elements have been created

Override:

BaseHUDPart#initialize

public onGameSaved() source

public onIsSavingChanged(isSaving: *) source

Params:

NameTypeAttributeDescription
isSaving *

public openSettings() source

public startSave() source

public update() source

Should update any required logic

Override:

BaseHUDPart#update