Releases: sc2ad/Il2CppQuestTypePatching
Releases · sc2ad/Il2CppQuestTypePatching
Fix for INVOKE_CTOR, add INVOKE_VALUE_CTOR
v0.6.2 Updated qpm.json
Add Invoke_Ctor and other stuff to custom types
v0.6.1 Updated qpm.json
Breaking Changes
- Change from
DEFINE_CLASS
toDEFINE_TYPE
- Add
DEFINE_CLASS_CODEGEN_INTERFACES
(conversions to interfaces must still be explicit casts) - Add
DEFINE_VALUE
andDEFINE_VALUE_CODEGEN
- Add
DESTRUCTOR(name)
macro, which makes aFinalize
method override for you with the provided method name
Rename to avoid static issues with klass
v0.5.2 Updated qpm.json
Rebuild for 1.2.3
v0.5.1 Updated qpm.json
Update to 2019.4.x libil2cpp
v0.5.0 Updated qpm.json
Fix coroutine types
v0.4.7 Updated qpm.json
Fix for coroutines using instances
v0.4.6 Updated qpm.json
Opt-in additions for coroutines and NDK r22
You can use coroutines under custom_types::Helpers
, see the test-coroutine.cpp
file for example usage.
Bs-hook 1.0.12
v0.4.4 Updated qpm.json