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

Method fields

Il2cppHook/_Ufunc.js:10990–10992  ·  view source on GitHub ↗

Gets the fields of the current class.

()

Source from the content-addressed store, hash-verified

10988 }
10989 /** Gets the fields of the current class. */
10990 get fields() {
10991 return Array.from((0, utils_1.nativeIterator)(this, Il2Cpp.Api._classGetFields, Il2Cpp.Field));
10992 }
10993 /** Gets the flags of the current class. */
10994 get flags() {
10995 return Il2Cpp.Api._classGetFlags(this);

Callers

nothing calls this directly

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected