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

Method get_clickCount

Il2cppHook/_Ufunc.js:2591–2593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2589 return Il2Cpp.Api.PointerEventData._set_clickCount(this.handle, clickCount);
2590 }
2591 get_clickCount() {
2592 return Il2Cpp.Api.PointerEventData._get_clickCount(this.handle);
2593 }
2594 set_clickTime(clickTime) {
2595 return Il2Cpp.Api.PointerEventData._set_clickTime(this.handle, clickTime);
2596 }

Callers 1

showEventDataFunction · 0.95

Calls 1

_get_clickCountMethod · 0.45

Tested by

no test coverage detected