Skip to content

Releases: sc2ad/Il2CppQuestTypePatching

Fix for INVOKE_CTOR, add INVOKE_VALUE_CTOR

09 Apr 22:38
Compare
Choose a tag to compare

Add Invoke_Ctor and other stuff to custom types

08 Apr 23:23
Compare
Choose a tag to compare

Breaking Changes

08 Apr 03:15
Compare
Choose a tag to compare
  • Change from DEFINE_CLASS to DEFINE_TYPE
  • Add DEFINE_CLASS_CODEGEN_INTERFACES (conversions to interfaces must still be explicit casts)
  • Add DEFINE_VALUE and DEFINE_VALUE_CODEGEN
  • Add DESTRUCTOR(name) macro, which makes a Finalize method override for you with the provided method name

Rename to avoid static issues with klass

08 Apr 00:33
Compare
Choose a tag to compare

Rebuild for 1.2.3

19 Mar 20:28
Compare
Choose a tag to compare
v0.5.1

Updated qpm.json

Update to 2019.4.x libil2cpp

09 Mar 20:47
Compare
Choose a tag to compare
v0.5.0

Updated qpm.json

Fix coroutine types

26 Feb 00:28
Compare
Choose a tag to compare
v0.4.7

Updated qpm.json

Fix for coroutines using instances

25 Feb 21:55
Compare
Choose a tag to compare
v0.4.6

Updated qpm.json

Opt-in additions for coroutines and NDK r22

25 Feb 19:43
Compare
Choose a tag to compare

You can use coroutines under custom_types::Helpers, see the test-coroutine.cpp file for example usage.

Bs-hook 1.0.12

26 Jan 18:44
Compare
Choose a tag to compare
v0.4.4

Updated qpm.json