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

Method SendMessage

Il2cppHook/_Ufunc.js:5357–5359  ·  view source on GitHub ↗
(methodName, options)

Source from the content-addressed store, hash-verified

5355 return Il2Cpp.Api.GameObject._GetComponentsInternal(this.handle, type.handle, ptr(useSearchTypeAsArrayReturnType), ptr(recursive), ptr(includeInactive), ptr(reverse), ptr(resultList));
5356 }
5357 SendMessage(methodName, options) {
5358 return Il2Cpp.Api.GameObject._SendMessage(this.handle, allocUStr(methodName), options);
5359 }
5360 SetActive(value) {
5361 return Il2Cpp.Api.GameObject._SetActive(this.handle, ptr(value));
5362 }

Callers

nothing calls this directly

Calls 2

allocUStrFunction · 0.70
_SendMessageMethod · 0.45

Tested by

no test coverage detected