mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 18:24:08 +00:00
more CCarCtrl
This commit is contained in:
parent
13233ccaed
commit
64cef333c8
4 changed files with 197 additions and 7 deletions
|
@ -62,6 +62,8 @@ public:
|
|||
static void SlowCarDownForCarsSectorList(CPtrList&, CVehicle*, float, float, float, float, float*, float);
|
||||
static void SlowCarDownForPedsSectorList(CPtrList&, CVehicle*, float, float, float, float, float*, float);
|
||||
static void Init(void);
|
||||
static void SlowCarDownForOtherCar(CEntity*, CVehicle*, float*, float);
|
||||
static float TestCollisionBetween2MovingRects(CVehicle*, CVehicle*, float, float, CVector*, CVector*, uint8);
|
||||
|
||||
static float GetOffsetOfLaneFromCenterOfRoad(int8 lane, CCarPathLink* pLink)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue