mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:49:00 +00:00
More unfinished classes
This commit is contained in:
parent
0525e3930b
commit
169e026ed3
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue