mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-27 09:53:45 +00:00
8 lines
No EOL
266 B
C++
8 lines
No EOL
266 B
C++
#pragma once
|
|
|
|
class CPedPlacement {
|
|
public:
|
|
static bool FindZCoorForPed(CVector* pos);
|
|
static CEntity* IsPositionClearOfCars(Const CVector*);
|
|
static bool IsPositionClearForPed(const CVector& pos, float radius = -1.0f, int total = -1, CEntity** entities = nil);
|
|
}; |