GTA5_社区逆向类合集
Go to file
Yimura e7b43afec3
Merge pull request #8 from Yimura/CTunables
feat(CTunables): Added new class
2022-06-03 14:32:52 +02:00
.github/workflows feat: Add GitHub Actions workflow, for automated compile check 2022-06-01 08:47:43 +02:00
atSingleton.hpp feat(CTunables): Added new class 2022-06-03 14:27:35 +02:00
CAmmoInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CAutomobile.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CBaseModelInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CHandlingData.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CItemInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CMakeLists.txt feat: Add CMake project to make sure that headers can be compiled, individually 2022-06-01 08:47:39 +02:00
CNavigation.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CNetGamePlayer.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CNetworkPlayerMgr.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CNonPhysicalPlayerData.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CPed.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CPedFactory.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CPedModelInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CPedWeaponManager.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CPlayerInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CTunables.hpp feat(CTunables): Added new class 2022-06-03 14:27:35 +02:00
CVehicleDrawHandler.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CVehicleModelInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
CWeaponInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
FriendInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
FriendRegistry.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
fwDrawData.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
fwEntity.hpp fix(fwEntity): Remove "class" specifier for rage::fvector3 2022-06-01 08:47:43 +02:00
gtav.rcnet feat(CNetGamePlayer): Added complaints offset 2022-05-18 22:01:37 +02:00
LICENSE feat(Project): Add LICENSE 2022-05-31 21:11:19 +02:00
netObject.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
netPlayer.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
netPlayerData.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
README.md feat(README): Added usage 2021-07-25 13:14:19 +02:00
ScInfo.hpp fix: Add missing <cstdint> include, divide includes by category 2022-06-01 08:47:43 +02:00
vector.hpp fix(vector): No closing semicolon 2022-01-29 21:33:18 +01: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.