mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 15:39:58 +00:00
Merge branch 'master' of https://github.com/GTAmodding/re3
This commit is contained in:
commit
e269809bfd
29 changed files with 2441 additions and 1830 deletions
File diff suppressed because it is too large
Load diff
|
@ -332,7 +332,7 @@ public:
|
|||
int8 GetMissionScriptPoliceAudioPlayingStatus() const;
|
||||
uint8 GetNum3DProvidersAvailable() const;
|
||||
int32 GetPedCommentSfx(CPed *ped, int32 sound);
|
||||
void GetPhrase(uint32 *phrase, uint32 *prevPhrase, uint32 sample, uint32 maxOffset) const;
|
||||
void GetPhrase(uint32 &phrase, uint32 &prevPhrase, uint32 sample, uint32 maxOffset) const;
|
||||
float GetVehicleDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile,
|
||||
cTransmission *transmission, float velocityChange);
|
||||
float GetVehicleNonDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue