mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 22:04:09 +00:00
more car control
This commit is contained in:
parent
e4683a3074
commit
2f7d2fa3ad
12 changed files with 370 additions and 187 deletions
|
@ -107,13 +107,11 @@ public:
|
|||
static float FindSpeedMultiplier(float, float, float, float);
|
||||
static void SteerAICarWithPhysics(CVehicle*);
|
||||
static void SteerAICarWithPhysics_OnlyMission(CVehicle*, float*, float*, float*, bool*);
|
||||
static void SteerAIBoatWithPhysics(CBoat*);
|
||||
static float FindMaxSteerAngle(CVehicle*);
|
||||
static void SteerAICarWithPhysicsFollowPath(CVehicle*, float*, float*, float*, bool*);
|
||||
static void SteerAICarWithPhysicsHeadingForTarget(CVehicle*, CPhysical*, float, float, float*, float*, float*, bool*);
|
||||
static void SteerAICarWithPhysicsTryingToBlockTarget(CVehicle*, float, float, float, float, float*, float*, float*, bool*);
|
||||
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*);
|
||||
|
@ -127,6 +125,11 @@ public:
|
|||
static int32 ChooseCarModelToLoad(int32 rating);
|
||||
static bool BoatWithTallMast(int32 mi);
|
||||
static void RemoveCarsIfThePoolGetsFull(void);
|
||||
static void SteerAIBoatWithPhysicsHeadingForTarget(CVehicle*, float, float, float*, float*, float*);
|
||||
static void SteerAIHeliTowardsTargetCoors(CAutomobile*);
|
||||
static void SteerAIPlaneTowardsTargetCoors(CAutomobile*);
|
||||
static void SteerAIBoatWithPhysicsAttackingPlayer(CVehicle*, float*, float*, float*, bool*);
|
||||
static void SteerAICarBlockingPlayerForwardAndBack(CVehicle*, float*, float*, float*, bool*);
|
||||
|
||||
static float GetPositionAlongCurrentCurve(CVehicle* pVehicle)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue