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

Method toArray

Il2cppHook/_Ufunc.js:1922–1926  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1920 callback(this.getItem(i));
1921 }
1922 toArray() {
1923 const arr = [];
1924 this.foreach(item => arr.push(item));
1925 return arr;
1926 }
1927 toSimpleString() {
1928 return this.toArray().map(item => {
1929 let action = item.add(p_size * 2).readPointer();

Callers 1

toSimpleStringMethod · 0.95

Calls 1

foreachMethod · 0.95

Tested by

no test coverage detected