2019-06-24 10:57:54 -04:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
class CPedPlacement {
|
|
|
|
public:
|
|
|
|
static void FindZCoorForPed(CVector* pos);
|
2020-05-04 21:45:18 -04:00
|
|
|
static CEntity* IsPositionClearOfCars(Const CVector*);
|
2020-02-17 18:56:13 -05:00
|
|
|
static bool IsPositionClearForPed(CVector*);
|
2019-06-24 10:57:54 -04:00
|
|
|
};
|