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

Method toString

Il2cppHook/_Ufunc.js:12088–12090  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12086 }
12087 /** */
12088 toString() {
12089 return this.isNull() ? "null" : this.method("ToString").invoke().content ?? "null";
12090 }
12091 /** Unboxes the value type out of this object. */
12092 unbox() {
12093 return new Il2Cpp.ValueType(Il2Cpp.Api._objectUnbox(this), this.class.type);

Callers

nothing calls this directly

Calls 3

methodMethod · 0.95
isNullMethod · 0.80
invokeMethod · 0.45

Tested by

no test coverage detected