v0.7.3
Il2Cpp.Thread::id
was added.Il2Cpp::perform
can now return a value:async function foo() { const result = await Il2Cpp.perform<string>(() => { const SystemBoolean = Il2Cpp.Image.corlib.class("System.Boolean"); return SystemBoolean.field("TrueLiteral").value.toString(); }); console.log(`Result from Il2Cpp: ${result}`); // ... }
Full Changelog: v0.7.2...v0.7.3