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

Method nestedClasses

Il2cppHook/_Ufunc.js:11066–11068  ·  view source on GitHub ↗

Gets the classes nested inside the current class.

()

Source from the content-addressed store, hash-verified

11064 }
11065 /** Gets the classes nested inside the current class. */
11066 get nestedClasses() {
11067 return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetNestedClasses, Il2Cpp.Class));
11068 }
11069 /** Gets the class from which the current class directly inherits. */
11070 get parent() {
11071 const handle = Il2Cpp.Api._classGetParent(this);

Callers

nothing calls this directly

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected