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

Method isVisible

lib/modAssist_window_lib.js:453–455  ·  view source on GitHub ↗

* Check if window is visible * @param {string} name window * @returns {boolean}

(name)

Source from the content-addressed store, hash-verified

451 * @returns {boolean}
452 */
453 isVisible(name) {
454 return this.win[name] !== null && this.win[name]?.isVisible()
455 }
456
457 /**
458 * Safely close a window

Callers 12

toggleMiniWindowFunction · 0.80
refreshClientModListFunction · 0.80
modAssist_main.jsFile · 0.80
safeCloseMethod · 0.80
raiseOrOpenMethod · 0.80
destroyAndFocusMethod · 0.80
destroyAndFocusMultiMethod · 0.80
sendModListMethod · 0.80
themeUpdaterMethod · 0.80
createMainWindowMethod · 0.80
isReadyMethod · 0.80
#doCountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected