Go to file
Mr-X-GTA 77770b7068
Some checks failed
Build / build (ubuntu-latest) (push) Has been cancelled
Build / build (windows-latest) (push) Has been cancelled
.
2024-12-14 02:39:39 +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 Minor changes (#184) 2024-08-04 17:25:08 +02:00
camera Fixed alignment of GamerHandle to match the game's. (#163) 2024-03-27 21:01:52 +01: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
game_files feat(game_files): update GameDataHash (#189) 2024-09-17 15:40:16 +02:00
graphics viewport (#166) 2024-03-31 21:11:14 +02:00
misc Add InputMethodEditor (#188) 2024-09-01 21:40:43 +02:00
netsync Add cleaned files 2024-09-25 02:01:39 +02:00
network update 2024-12-10 23:49:26 +01:00
ped update cped (#182) 2024-07-08 19:45:31 +02:00
player Updated CPlayerInfo for 1.69. (#181) 2024-07-04 18:39:38 +02:00
rage fix(vector): Make vector operators and contructors constexpr. (#174) 2024-05-21 23:15:56 +02:00
script . 2024-12-14 02:39:39 +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
ui fix missing include (#185) 2024-08-19 19:19:35 +02:00
vehicle update 2024-12-11 02:19:34 +01:00
weapon updated CItemInfo (#160) 2024-02-20 23:58:42 +01:00
.gitignore Add network classes (#34) 2022-09-08 22:38:45 +02:00
classes.cpp Add InputMethodEditor (#188) 2024-09-01 21:40:43 +02:00
CMakeLists.txt Minor changes (#130) 2023-07-23 18:14:58 +02:00
gtav.rcnet Fix netObject. (#187) 2024-08-17 11:03:45 +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.