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

Method field

Il2cppHook/_Ufunc.js:11095–11097  ·  view source on GitHub ↗

Gets the field identified by the given name.

(name)

Source from the content-addressed store, hash-verified

11093 }
11094 /** Gets the field identified by the given name. */
11095 field(name) {
11096 return this.tryField(name);
11097 }
11098 /** Builds a generic instance of the current generic class. */
11099 inflate(...classes) {
11100 if (!this.isGeneric) {

Callers 8

fieldInstanceMethod · 0.45
cModuleMethod · 0.45
fieldMethod · 0.45
idOffsetMethod · 0.45
idMethod · 0.45
staticDataMethod · 0.45
fieldMethod · 0.45
fieldInstanceMethod · 0.45

Calls 1

tryFieldMethod · 0.95

Tested by

no test coverage detected