Go to file
2022-01-29 21:34:01 +01:00
CAmmoInfo.hpp feat(Project): Copy pastable into BigBaseV2 source 2021-12-06 19:36:09 +01:00
CAutomobile.hpp fix(CAutomobile): Align bytes by 4 2022-01-28 00:35:13 +01:00
CBaseModelInfo.hpp feat: Updated classes 2022-01-28 00:02:15 +01:00
CHandlingData.hpp fix(Vector): Added fvector3 2022-01-28 01:15:26 +01:00
CNavigation.hpp fix(Vector): Added fvector3 2022-01-28 01:15:26 +01:00
CNetGamePlayer.hpp feat: Updated classes 2022-01-28 00:02:15 +01:00
CNetworkPlayerMgr.hpp feat: Updated classes 2022-01-28 00:02:15 +01:00
CNonPhysicalPlayerData.hpp fix(CNonPhysicalPlayerData): Align to 4 bytes 2022-01-29 21:34:01 +01:00
CPed.hpp fix(Vector): Added fvector3 2022-01-28 01:15:26 +01:00
CPedFactory.hpp feat(Project): Copy pastable into BigBaseV2 source 2021-12-06 19:36:09 +01:00
CPedModelInfo.hpp feat(Project): Copy pastable into BigBaseV2 source 2021-12-06 19:36:09 +01:00
CPedWeaponManager.hpp feat(Project): Copy pastable into BigBaseV2 source 2021-12-06 19:36:09 +01:00
CPlayerInfo.hpp fix(CPlayerInfo): Include eGameState and align to 4 bytes 2022-01-28 00:36:05 +01:00
CVehicleDrawHandler.hpp feat(Project): Copy pastable into BigBaseV2 source 2021-12-06 19:36:09 +01:00
CVehicleModelInfo.hpp feat(Project): Copy pastable into BigBaseV2 source 2021-12-06 19:36:09 +01:00
CWeaponInfo.hpp feat(Project): Copy pastable into BigBaseV2 source 2021-12-06 19:36:09 +01:00
fwDrawData.hpp feat: Updated classes 2022-01-28 00:02:15 +01:00
fwEntity.hpp fix(fwEntity): Align data to 4 bytes 2022-01-28 00:59:11 +01:00
gtav.rcnet feat: Updated classes 2022-01-28 00:02:15 +01:00
netObject.hpp feat: Updated classes 2022-01-28 00:02:15 +01:00
netPlayer.hpp fix(netPlayer): Fix destructor can't have return type 2022-01-28 00:59:48 +01:00
netPlayerData.hpp feat: Updated classes 2022-01-28 00:02:15 +01:00
README.md feat(README): Added usage 2021-07-25 13:14:19 +02:00
vector.hpp fix(vector): No closing semicolon 2022-01-29 21:33:18 +01: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.