Go to file
Yimura 269a2c568d feat: make rage::joaat consteval compatible (#96)
* feat(joaat): make consteval compatible
* fix(ObfVar): ctime include
* feat(joaat): consteval -> constexpr
2023-01-12 17:30:11 +00:00
.devcontainer Script VM classes (#60) 2022-11-08 21:11:50 +00:00
.github/workflows feat: Add GitHub Actions workflow, for automated compile check 2022-06-01 08:47:43 +02:00
base helper functions (#77) 2022-11-28 21:14:26 +00:00
camera Script VM classes (#60) 2022-11-08 21:11:50 +00:00
datanodes feat(DataNodes): added CPedOrientationDataNode (#95) 2023-01-09 16:34:25 +00:00
draw_handlers feat: Updated classes, added CPedInventory, ... 2022-08-26 00:37:00 +02:00
entities helper functions (#77) 2022-11-28 21:14:26 +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
network Add global classes (#93) 2023-01-03 12:15:06 +00:00
ped helper functions (#77) 2022-11-28 21:14:26 +00:00
player Script VM classes (#60) 2022-11-08 21:11:50 +00:00
rage feat: make rage::joaat consteval compatible (#96) 2023-01-12 17:30:11 +00:00
script Fix compiler warnings (#94) 2023-01-03 15:09:00 +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
vehicle helper functions (#77) 2022-11-28 21:14:26 +00: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
CMakeLists.txt feat: make rage::joaat consteval compatible (#96) 2023-01-12 17:30:11 +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.