MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / write32

Method write32

g2all/700/module/rw.js:59–61  ·  view source on GitHub ↗
(offset, value)

Source from the content-addressed store, hash-verified

57 }
58
59 write32(offset, value) {
60 this._dview.setUint32(offset, value, true);
61 }
62
63 write64(offset, value) {
64 const values = lohi_from_one(value);

Callers 1

make_arwFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected