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

Method ctor_0

Il2cppHook/_Ufunc.js:4178–4180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4176class ButtonImpl extends class_2.SelectableImpl {
4177 m_OnClick = new ButtonClickedEvent(lfv(this.handle, "m_OnClick"));
4178 ctor_0() {
4179 return new Il2Cpp.Button(Il2Cpp.Api.Button._ctor(alloc()));
4180 }
4181 OnFinishSubmit() {
4182 return Il2Cpp.Api.Button._OnFinishSubmit(this.handle);
4183 }

Callers

nothing calls this directly

Calls 2

allocFunction · 0.70
_ctorMethod · 0.45

Tested by

no test coverage detected