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

Method class

Il2cppHook/_Ufunc.js:12428–12430  ·  view source on GitHub ↗

Gets the class of this type.

()

Source from the content-addressed store, hash-verified

12426class Il2CppType extends native_struct_1.NonNullNativeStruct {
12427 /** Gets the class of this type. */
12428 get class() {
12429 return new Il2Cpp.Class(Il2Cpp.Api._classFromType(this));
12430 }
12431 /** */
12432 get fridaAlias() {
12433 if (this.isByReference) {

Callers 10

findMethodNewMethod · 0.45
checkSpecialClassMethod · 0.45
cModuleMethod · 0.45
objectMethod · 0.45
inflateMethod · 0.45
objectMethod · 0.45
inflateMethod · 0.45
toMethod · 0.45
scheduleMethod · 0.45

Calls 1

_classFromTypeMethod · 0.80

Tested by

no test coverage detected