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

Method tryMethod

lib/component/agent/structs/object.js:62–64  ·  view source on GitHub ↗

Gets the field with the given name.

(name, parameterCount = -1)

Source from the content-addressed store, hash-verified

60 }
61 /** Gets the field with the given name. */
62 tryMethod(name, parameterCount = -1) {
63 return this.class.tryMethod(name, parameterCount).withHolder(this);
64 }
65 /** Releases the lock on an object and attempts to block the current thread until it reacquires the lock. */
66 tryWait(timeout) {
67 return !!Il2Cpp.Api._monitorTryWait(this, timeout);

Callers

nothing calls this directly

Calls 1

withHolderMethod · 0.45

Tested by

no test coverage detected