mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
7802d1eeb9
* feat(Network): add snConnectToPeerTaskData and snConnectToPeerTaskResult * feat(Script): Add script global structs * fix(CMake): Try to get includes to work * feat(rage): Add some more stuff * chore(Globals): try to fix linux build * chore(Globals): Actually rename all instances of TIMER * fix(types): Fix compiler warnings Co-authored-by: user <email@hostname> |
||
---|---|---|
.devcontainer | ||
.github/workflows | ||
base | ||
camera | ||
datanodes | ||
draw_handlers | ||
entities | ||
enums | ||
misc | ||
network | ||
ped | ||
player | ||
rage | ||
script | ||
security | ||
socialclub | ||
vehicle | ||
weapon | ||
.gitignore | ||
CMakeLists.txt | ||
gtav.rcnet | ||
LICENSE | ||
README.md |
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.