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

Method FindGameObjectWithTag

Il2cppHook/_Ufunc.js:5398–5400  ·  view source on GitHub ↗
(tag)

Source from the content-addressed store, hash-verified

5396 return new Il2Cpp.GameObject(Il2Cpp.Api.GameObject._FindGameObjectsWithTag_A(allocUStr(tag)));
5397 }
5398 static FindGameObjectWithTag(tag) {
5399 return new Il2Cpp.GameObject(Il2Cpp.Api.GameObject._FindGameObjectWithTag(allocUStr(tag)));
5400 }
5401 static FindWithTag(tag) {
5402 return new Il2Cpp.GameObject(Il2Cpp.Api.GameObject._FindWithTag(allocUStr(tag)));
5403 }

Callers

nothing calls this directly

Calls 2

allocUStrFunction · 0.70

Tested by

no test coverage detected