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

Method interfaces

Il2cppHook/_Ufunc.js:11050–11052  ·  view source on GitHub ↗

Gets the interfaces implemented or inherited by the current class.

()

Source from the content-addressed store, hash-verified

11048 }
11049 /** Gets the interfaces implemented or inherited by the current class. */
11050 get interfaces() {
11051 return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetInterfaces, Il2Cpp.Class));
11052 }
11053 /** Gets the methods implemented by the current class. */
11054 get methods() {
11055 return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetMethods, Il2Cpp.Method));

Callers

nothing calls this directly

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected