Kawe Mazidjatari
891a7439f4
AppSystem: implement destructors
...
Need to be implemented when these are subclassed and implemented (not declared) in the SDK or tools.
2024-04-05 17:42:54 +02:00
Kawe Mazidjatari
7d0b2d7450
Add/update core headers
2024-04-05 16:53:51 +02:00
Kawe Mazidjatari
a8c5ed45fd
Fix IAppSystem VFTable
...
Destruvtor is prepended on every class in-engine. Reflected in SDK. Also removed extraneous method from ICvar causing other methods below it to misalign after the IAppSystem change.
2023-02-06 02:15:01 +01:00
Kawe Mazidjatari
87ff71675b
Implement ICvar interface class
...
Reversed ICvar interface class. Has been tested and verified on assembly level.
2023-02-05 11:01:27 +01:00
Kawe Mazidjatari
f0512d7f92
Add 'CAppSystemGroup::Destroy' callback
...
* Add hook for 'CAppSystemGroup::Destroy'.
* Moved 'IAppSystem.h' header file to public.
2023-01-30 21:22:17 +01:00