MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / object

Method object

lib/component/agent/structs/method.js:99–101  ·  view source on GitHub ↗

Gets the encompassing object of the current method.

()

Source from the content-addressed store, hash-verified

97
98 /** Gets the encompassing object of the current method. */
99 get object() {
100 return new Il2Cpp.Object(Il2Cpp.Api._methodGetObject(this, NULL));
101 }
102
103 /** Gets the amount of parameters of this method. */
104 get parameterCount() {

Callers

nothing calls this directly

Calls 1

_methodGetObjectMethod · 0.80

Tested by

no test coverage detected