Go to file
2023-05-09 21:18:42 +01:00
.devcontainer Script VM classes (#60) 2022-11-08 21:11:50 +00:00
.github/workflows Improve sync classes (#108) 2023-02-23 23:11:35 +00:00
base Fix classes (#100) 2023-02-04 16:17:52 +01:00
camera Script VM classes (#60) 2022-11-08 21:11:50 +00:00
draw_handlers feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
entities Update to 1.66 (#98) 2023-02-02 22:55:50 +00:00
enums feat(Vehicle): Added sub handling data (#73) 2022-11-16 18:46:11 +00:00
misc Script VM classes (#60) 2022-11-08 21:11:50 +00:00
netsync Add CVehicleProximityMigrationDataNode (#109) 2023-03-07 22:25:13 +00:00
network Add CVehicleProximityMigrationDataNode (#109) 2023-03-07 22:25:13 +00:00
ped feat(CPedModelInfo): add m_ped_type (#110) 2023-04-01 15:09:40 +01:00
player Update to 1.66 (#98) 2023-02-02 22:55:50 +00:00
rage Add vector constructors (#115) 2023-05-09 21:18:42 +01:00
script feat(srcVector): Added == and != operators (#112) 2023-04-16 19:07:38 +01:00
security feat: make rage::joaat consteval compatible (#96) 2023-01-12 17:30:11 +00:00
socialclub Script VM classes (#60) 2022-11-08 21:11:50 +00:00
stats Improve sync classes (#108) 2023-02-23 23:11:35 +00:00
vehicle feat(CVehicle): expand vehicle class (#111) 2023-04-15 15:32:17 +01:00
weapon Script VM classes (#60) 2022-11-08 21:11:50 +00:00
.gitignore Add network classes (#34) 2022-09-08 22:38:45 +02:00
classes.cpp Add CVehicleProximityMigrationDataNode (#109) 2023-03-07 22:25:13 +00:00
CMakeLists.txt Improve sync classes (#108) 2023-02-23 23:11:35 +00: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.