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

Method write64

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

Source from the content-addressed store, hash-verified

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

Callers 5

make_arwFunction · 0.95
initFunction · 0.95
initFunction · 0.95
initFunction · 0.95
initFunction · 0.95

Calls 1

lohi_from_oneFunction · 0.90

Tested by

no test coverage detected