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

Method write64

g2all/900/module/rw.js:58–62  ·  view source on GitHub ↗
(offset, value)

Source from the content-addressed store, hash-verified

56 }
57
58 write64(offset, value) {
59 const values = lohi_from_one(value);
60 this._dview.setUint32(offset, values[0], true);
61 this._dview.setUint32(offset + 4, values[1], true);
62 }
63}
64
65// WARNING: These functions are now deprecated. use BufferView instead.

Callers 1

make_arwFunction · 0.95

Calls 1

lohi_from_oneFunction · 0.90

Tested by

no test coverage detected