GTAV-Classes icon indicating copy to clipboard operation
GTAV-Classes copied to clipboard

Results 10 GTAV-Classes issues
Sort by recently updated
recently updated
newest added

add CBaseSubHandlingData SubHandlingData for CHandlingData

The build directory does some stupid caching thing....

All the vfx class's i have reversed so far, I can provide the sigs aswell if requested.

when will you update the classes, I see that the classes of automobile have not been updated for a long time

Haven't checked all of them, but they should be correct Offsets are automatically generated from parStructures ```c++ Registered struct CItemInfo, OFFSETS = FIELDNAME = Name OFFSET = 0x10 TYPE =...

enhancement

https://github.com/Yimura/GTAV-Classes/blob/0f88abb93d1499c04f440b77095ae4e02e5144ae/entities/CEntity.hpp#L29 If you take a CVehicle pointer and call ClearDecals() on it, nothing happens. Work-around was to feed the pointer directly to CDecalManager::ClearDecals().

incoming pr : ![image](https://github.com/Yimura/GTAV-Classes/assets/837334/15e651a0-5470-4b0a-892b-552fdde3793f) current : ![image](https://github.com/Yimura/GTAV-Classes/assets/837334/33a145d4-1f35-4851-b974-0a349ab40f84)