mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 08:49:22 +00:00
CCarCtrl
This commit is contained in:
parent
67701df91f
commit
368ce0d4e5
9 changed files with 427 additions and 50 deletions
|
@ -96,6 +96,9 @@ public:
|
|||
static void SteerAICarWithPhysicsTryingToBlockTarget_Stop(CVehicle*, float, float, float, float, float*, float*, float*, bool*);
|
||||
static void SteerAIBoatWithPhysicsHeadingForTarget(CBoat*, float, float, float*, float*, float*);
|
||||
static bool ThisRoadObjectCouldMove(int16);
|
||||
static void ClearInterestingVehicleList();
|
||||
static void FindLinksToGoWithTheseNodes(CVehicle*);
|
||||
static bool GenerateOneEmergencyServicesCar(uint32, CVector);
|
||||
|
||||
static float GetPositionAlongCurrentCurve(CVehicle* pVehicle)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue