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

Method start_external

renderer/renderJS/main_ui_lib.js:2070–2079  ·  view source on GitHub ↗
(mode, mods)

Source from the content-addressed store, hash-verified

2068
2069 // MARK: start (ext module)
2070 start_external(mode, mods) {
2071 this.flags.operation = mode
2072 this.flags.isRunning = true
2073
2074 this.selectedDest.clear()
2075 this.buttonDest.clear()
2076 this.lastPayload = null
2077
2078 this.display(mode, mods)
2079 }
2080
2081 // MARK: start (button)
2082 start(mode, selectAll, selectOne) {

Callers 2

constructorMethod · 0.95
dragDropMethod · 0.80

Calls 2

displayMethod · 0.95
clearMethod · 0.80

Tested by

no test coverage detected