diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-01-26 21:06:22 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-01-26 21:06:22 +0100 |
commit | 169e026ed32be972ea701ba55f0f278e8ab8dec2 (patch) | |
tree | 6479e5575933ae743a6509c1b55acdf89915a262 /README.md | |
parent | Fix invert mouse on/off (diff) | |
download | re3-169e026ed32be972ea701ba55f0f278e8ab8dec2.tar re3-169e026ed32be972ea701ba55f0f278e8ab8dec2.tar.gz re3-169e026ed32be972ea701ba55f0f278e8ab8dec2.tar.bz2 re3-169e026ed32be972ea701ba55f0f278e8ab8dec2.tar.lz re3-169e026ed32be972ea701ba55f0f278e8ab8dec2.tar.xz re3-169e026ed32be972ea701ba55f0f278e8ab8dec2.tar.zst re3-169e026ed32be972ea701ba55f0f278e8ab8dec2.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -38,7 +38,7 @@ to reverse at the time, calling the original functions is acceptable. ### Unreversed / incomplete classes (at least the ones we know) ``` -CAudioManager, cDMAudio, cSampleManager and all audio - being worked on +cAudioManager - being worked on CBoat CBrightLights CBulletInfo @@ -46,6 +46,7 @@ CBulletTraces CCam CCamera CCopPed +CCoronas CCrane CCranes CCullZone @@ -60,20 +61,32 @@ CGarages CGlass CMenuManager CMotionBlurStreaks +CObject CPacManPickups CPedIK CPedPath CPlayerPed +CPopulation +CRadar +CRecordDataForChase +CRemote +CReplay CRoadBlocks -CRunningScript - being worked on +CRubbish +CSceneEdit +CRunningScript, CTheScripts - being worked on +CSkidmarks CShotInfo -CStats CSpecialFX +CStats CTrafficLights +CWanted CWaterCannon CWaterCannons CWeapon CWeaponEffects +CWeather +CWorld ``` ### Coding style |