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

Method classes

Il2cppHook/_Ufunc.js:11696–11698  ·  view source on GitHub ↗

Gets any initialized class.

()

Source from the content-addressed store, hash-verified

11694 }
11695 /** Gets any initialized class. */
11696 get classes() {
11697 return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._memorySnapshotGetClasses, Il2Cpp.Class));
11698 }
11699 /** Gets the objects tracked by this memory snapshot. */
11700 get objects() {
11701 const array = [];

Callers

nothing calls this directly

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected