Go to file
2021-07-26 12:14:39 +02:00
CAmmoInfo.h feat(CAmmoInfo): Added ammo info to CWeaponInfo 2021-07-26 12:14:00 +02:00
CAutomobile.h feat(CAutomobile): Added deformation god mode 2021-07-26 12:02:40 +02:00
CHandlingData.h feat(CHandlingData): Renamed m_brakeforce to m_brake_force 2021-07-26 12:14:39 +02:00
CPed.h feat(Classes): Added includes 2021-07-25 13:12:53 +02:00
CPedFactory.h feat(Classes): Added includes 2021-07-25 13:12:53 +02:00
CPedModelInfo.h Initial Commit 2021-02-08 22:44:51 +01: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 feat(Classes): Added includes 2021-07-25 13:12:53 +02:00
CWeaponInfo.h feat(CWeaponInfo): Added a lot of properties 2021-07-26 12:05:02 +02:00
gtav.rcnet feat(CHandlingData): Renamed m_brakeforce to m_brake_force 2021-07-26 12:14:39 +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.