MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / constructor

Method constructor

renderer/renderJS/main_ui_lib.js:1911–1914  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1909 overlay = null
1910
1911 constructor(id) {
1912 this.overlay = new bootstrap.Modal(id, {backdrop : 'static'})
1913 this.overlay.hide() // Modal Overlay Class
1914 }
1915
1916 show() {
1917 this.overlay.show()

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected