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

Method isAlwaysOnTop

lib/modAssist_window_lib.js:433–435  ·  view source on GitHub ↗

* Check if a window is always on top * @param {string} name window * @returns {boolean}

(name)

Source from the content-addressed store, hash-verified

431 * @returns {boolean}
432 */
433 isAlwaysOnTop(name) {
434 return this.isValid(name) && this.win[name].isAlwaysOnTop()
435 }
436
437 /**
438 * Toggle window always on top status (or force true)

Callers 3

modAssist_main.jsFile · 0.80
refreshClientModListFunction · 0.80
toggleAlwaysOnTopMethod · 0.80

Calls 1

isValidMethod · 0.80

Tested by

no test coverage detected