No description
Find a file
2024-09-25 12:11:17 +00:00
.devcontainer Initial commit 2024-09-25 12:11:17 +00:00
.github/workflows Initial commit 2024-09-25 12:11:17 +00:00
base Initial commit 2024-09-25 12:11:17 +00:00
camera Initial commit 2024-09-25 12:11:17 +00:00
draw_handlers Initial commit 2024-09-25 12:11:17 +00:00
entities Initial commit 2024-09-25 12:11:17 +00:00
enums Initial commit 2024-09-25 12:11:17 +00:00
game_files Initial commit 2024-09-25 12:11:17 +00:00
graphics Initial commit 2024-09-25 12:11:17 +00:00
misc Initial commit 2024-09-25 12:11:17 +00:00
netsync Initial commit 2024-09-25 12:11:17 +00:00
network Initial commit 2024-09-25 12:11:17 +00:00
ped Initial commit 2024-09-25 12:11:17 +00:00
player Initial commit 2024-09-25 12:11:17 +00:00
rage Initial commit 2024-09-25 12:11:17 +00:00
script Initial commit 2024-09-25 12:11:17 +00:00
security Initial commit 2024-09-25 12:11:17 +00:00
socialclub Initial commit 2024-09-25 12:11:17 +00:00
stats Initial commit 2024-09-25 12:11:17 +00:00
ui Initial commit 2024-09-25 12:11:17 +00:00
vehicle Initial commit 2024-09-25 12:11:17 +00:00
weapon Initial commit 2024-09-25 12:11:17 +00:00
.gitignore Initial commit 2024-09-25 12:11:17 +00:00
classes.cpp Initial commit 2024-09-25 12:11:17 +00:00
CMakeLists.txt Initial commit 2024-09-25 12:11:17 +00:00
gtav.rcnet Initial commit 2024-09-25 12:11:17 +00:00
LICENSE Initial commit 2024-09-25 12:11:17 +00:00
README.md Initial commit 2024-09-25 12:11:17 +00: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.