mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-17 07:19:21 +00:00
Peds
This commit is contained in:
parent
1fa2fe566c
commit
2ba54983a2
4 changed files with 541 additions and 9 deletions
|
@ -2,8 +2,15 @@
|
|||
|
||||
class CEntity;
|
||||
|
||||
enum {
|
||||
PED_LIGHTS_WALK,
|
||||
PED_LIGHTS_WALK_BLINK,
|
||||
PED_LIGHTS_DONT_WALK,
|
||||
};
|
||||
|
||||
class CTrafficLights
|
||||
{
|
||||
public:
|
||||
static void DisplayActualLight(CEntity *ent);
|
||||
static uint8 LightForPeds(void);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue