mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 16:10:33 +00:00
PedChat & PedDebug
This commit is contained in:
parent
12717917cc
commit
2578880e1c
4 changed files with 477 additions and 366 deletions
|
@ -879,8 +879,21 @@ public:
|
|||
|
||||
#ifndef MASTER
|
||||
// Mobile things
|
||||
void DebugDrawPedDestination(CPed *, int, int);
|
||||
void DebugDrawPedDesiredHeading(CPed *, int, int);
|
||||
void DebugDrawCollisionRadius(float, float, float, float, int);
|
||||
void DebugDrawVisionRange(CVector, float);
|
||||
void DebugDrawVisionSimple(CVector, float);
|
||||
void DebugDrawLook();
|
||||
void DebugDrawPedPsyche();
|
||||
void DebugDrawDebugLines();
|
||||
|
||||
static void SwitchDebugDisplay(void);
|
||||
static int GetDebugDisplay(void);
|
||||
|
||||
void DebugDrawLookAtPoints();
|
||||
void DebugRenderOnePedText(void);
|
||||
void DebugRenderClosePedText();
|
||||
#endif
|
||||
|
||||
#ifdef PED_SKIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue