(slot)
| 238 | return true; |
| 239 | } |
| 240 | quickLoad(slot) { |
| 241 | if (!slot) slot = 1; |
| 242 | (async () => { |
| 243 | let name = slot + "-quick.state"; |
| 244 | this.clearEJSResetTimer(); |
| 245 | this.functions.loadState(name, 0); |
| 246 | })(); |
| 247 | } |
| 248 | simulateInput(player, index, value) { |
| 249 | if (this.EJS.isNetplay) { |
| 250 | this.EJS.netplay.simulateInput(player, index, value); |
no test coverage detected