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

Method _get_clickCount

Il2cppHook/_Ufunc.js:2309–2311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2307 return Il2Cpp.Api.t("UnityEngine.UI", "UnityEngine.EventSystems.PointerEventData", "set_clickCount", 1, "void", ["pointer", "int"]);
2308 }
2309 static get _get_clickCount() {
2310 return Il2Cpp.Api.t("UnityEngine.UI", "UnityEngine.EventSystems.PointerEventData", "get_clickCount", 0, "int", ["pointer"]);
2311 }
2312 static get _set_clickTime() {
2313 return Il2Cpp.Api.t("UnityEngine.UI", "UnityEngine.EventSystems.PointerEventData", "set_clickTime", 1, "void", ["pointer", "int"]);
2314 }

Callers 1

get_clickCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected