summaryrefslogtreecommitdiffstats
path: root/src/peds/PedPlacement.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-09 12:45:27 +0200
committeraap <aap@papnet.eu>2020-05-09 12:45:27 +0200
commitea053467b53bf2182cb065e45f31ddd0e33d9a80 (patch)
treed8605b2a7249f9b38dd74d3b83d21a4d8f1bd510 /src/peds/PedPlacement.h
parentnamed anim assoc flags (diff)
parentMerge pull request #526 from Nick007J/miami (diff)
downloadre3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.gz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.bz2
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.lz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.xz
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.tar.zst
re3-ea053467b53bf2182cb065e45f31ddd0e33d9a80.zip
Diffstat (limited to 'src/peds/PedPlacement.h')
-rw-r--r--src/peds/PedPlacement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedPlacement.h b/src/peds/PedPlacement.h
index b51e2aad..5b8354d4 100644
--- a/src/peds/PedPlacement.h
+++ b/src/peds/PedPlacement.h
@@ -4,5 +4,5 @@ class CPedPlacement {
public:
static void FindZCoorForPed(CVector* pos);
static CEntity* IsPositionClearOfCars(Const CVector*);
- static bool IsPositionClearForPed(CVector*);
+ static bool IsPositionClearForPed(const CVector& pos, float radius = -1.0f, int total = -1, CEntity** entities = nil);
}; \ No newline at end of file