Go to file
2024-03-31 20:48:28 +02: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 add pgBaseMetaDataType and pgBaseMetaDataDebugNameType and pgDictionary and pgDictionaryBase (#138) 2023-09-10 22:49:02 +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 Add stuff for YimMenu, YimMenuV2, and YimASI (#132) 2023-08-18 21:58:00 +02:00
misc Update TimecycleKeyframeData to RGBA (#126) 2023-07-20 18:39:53 +02:00
netsync feat(network): fix CPlayerGameStateDataNode (#155) 2023-12-16 22:00:57 +01:00
network fix: missing include (#167) 2024-03-31 20:48:00 +02:00
ped Added code for the Allow All Vehicle Weapons refactor. (#156) 2023-12-19 08:43:45 +01:00
player Fixed alignment of GamerHandle to match the game's. (#163) 2024-03-27 21:01:52 +01:00
rage Converted m_rockstar_id to a signed int. (#168) 2024-03-31 20:48:28 +02:00
script make scrNativeRegistrationTable class members public (#159) 2024-02-01 22:50:59 +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 Added Blip classes. (#125) 2023-07-19 22:30:19 +02:00
vehicle define CVehicleDriveByAnimInfo for CGetPedSeatReturnClass (#161) 2024-02-28 23:03:00 +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 Added code for the Allow All Vehicle Weapons refactor. (#156) 2023-12-19 08:43:45 +01:00
CMakeLists.txt Minor changes (#130) 2023-07-23 18:14:58 +02:00
gtav.rcnet Fixed alignment of GamerHandle to match the game's. (#163) 2024-03-27 21:01:52 +01: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.