Go to file
Yimura 33c551933d feat(CPed): Added some properties
- m_hostility
- m_bike_seatbelt
- m_vehicle_seatbelt
2021-09-21 16:12:20 +02:00
CAmmoInfo.h feat(CAmmoInfo): Added more properties 2021-09-21 16:05:47 +02:00
CAutomobile.h feat(CAutomobile): Added and adjusted properties 2021-09-21 16:10:20 +02:00
CHandlingData.h chore: New line at end of file 2021-09-21 16:11:15 +02:00
CPed.h feat(CPed): Added some properties 2021-09-21 16:12:20 +02:00
CPedFactory.h chore: New line at end of file 2021-09-21 16:11:15 +02:00
CPedModelInfo.h chore: New line at end of file 2021-09-21 16:11:15 +02:00
CPedWeaponManager.h feat(CPedWeaponManager) Added vehicle weapon info 2021-07-26 12:03:22 +02:00
CPlayerInfo.h feat(CPlayerInfo): Fixed offsets and added some properties 2021-07-26 12:04:30 +02:00
CVehicleDrawHandler.h chore: New line at end of file 2021-09-21 16:11:15 +02:00
CWeaponInfo.h feat(CWeaponInfo): Added include to CAmmoInfo 2021-07-26 12:15:00 +02:00
gtav.rcnet feat(ReclassNET): Updating reclass project file 2021-09-21 16:04:38 +02:00
README.md feat(README): Added usage 2021-07-25 13:14:19 +02:00

GTA V Classes

This repository contains a few classes that I've reverse engineered.

They are in no way complete but contain some basics to get you started...

Usage

To modify the Reclass.NET file you have to build Reclass from source, the prebuild binaries will give you an error trying to open the project.

Disclaimer

This code is provided purely for educational purposes, if there are objections please open an issue stating your reasoning.