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

Method updateState

renderer/renderJS/mini_ui.js:78–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 updateState() {
79 window.mini_IPC.updateState().then((status) => {
80 this.flag.gameRunning = status.gameRunning
81 this.flag.launchEnable = status.gameRunningEnabled
82 this.flag.pinMini = status.pinMini
83
84 this.displayState()
85 })
86 }
87
88 action = {
89 collectActive : async () => {

Callers 3

constructorMethod · 0.95
main_ui.jsFile · 0.45
mini_ui.jsFile · 0.45

Calls 1

displayStateMethod · 0.95

Tested by

no test coverage detected