MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / write

Method write

Il2cppHook/_Ufunc.js:12168–12172  ·  view source on GitHub ↗

Writes the given elements starting at the given index.

(values, offset = 0)

Source from the content-addressed store, hash-verified

12166 }
12167 /** Writes the given elements starting at the given index. */
12168 write(values, offset = 0) {
12169 for (let i = 0; i < values.length; i++) {
12170 this.set(i + offset, values[i]);
12171 }
12172 }
12173}
12174Il2Cpp.Pointer = Il2CppPointer;
12175

Callers 5

_Ufunc.jsFile · 0.80
dumpMethod · 0.80
fromMethod · 0.80
httpPostFunction · 0.80
extends.tsFile · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected