Go to file
2022-09-08 22:38:45 +02:00
.devcontainer fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
.github/workflows feat: Add GitHub Actions workflow, for automated compile check 2022-06-01 08:47:43 +02:00
base feat(Classes): Split classes to their correct inheritance (#25) 2022-08-26 00:13:12 +02:00
datanodes fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
draw_handlers feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
entities feat(Classes): Split classes to their correct inheritance (#25) 2022-08-26 00:13:12 +02:00
misc refactor: Reorganize repo (#12) 2022-07-29 18:00:22 +02:00
network Add network classes (#34) 2022-09-08 22:38:45 +02:00
ped feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
player fix(CNetGamePlayer & rlGamerInfo): Split classes and fixed small regression. (#31) 2022-08-28 10:40:56 +02:00
rage Add network classes (#34) 2022-09-08 22:38:45 +02:00
security Add network classes (#34) 2022-09-08 22:38:45 +02:00
socialclub fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
vehicle feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
weapon fix(CWeaponInfo): Offset comment (#33) 2022-08-31 21:49:41 +02:00
.gitignore Add network classes (#34) 2022-09-08 22:38:45 +02:00
CMakeLists.txt fix(CI): Compiled in folders and use relative include dirs (#27) 2022-08-25 22:06:34 +02:00
gtav.rcnet refactor: Reorganize repo (#12) 2022-07-29 18:00:22 +02:00
LICENSE feat(Project): Add LICENSE 2022-05-31 21:11:19 +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.