Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EmulatorJS/EmulatorJS
/ setVariable
Method
setVariable
data/src/GameManager.js:385–387 ·
view source on GitHub ↗
(option, value)
Source
from the content-addressed store, hash-verified
383
return
this.functions.getCoreOptions();
384
}
385
setVariable(option, value) {
386
this.functions.setVariable(option, value);
387
}
388
setCheat(index, enabled, code) {
389
this.functions.setCheat(index, enabled, code);
390
}
Callers
1
menuOptionChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected