mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 22:09:23 +00:00
CAutomobile done
This commit is contained in:
parent
00dc86917e
commit
21ce0a4b28
20 changed files with 1365 additions and 437 deletions
|
@ -40,7 +40,8 @@ public:
|
|||
static void ResetExplosionActiveCounter(uint8 id);
|
||||
static uint8 GetExplosionType(uint8 id);
|
||||
static CVector *GetExplosionPosition(uint8 id);
|
||||
static bool AddExplosion(CEntity *explodingEntity, CEntity *culprit, eExplosionType type, const CVector &pos, uint32 lifetime);
|
||||
// TODO(MIAMI): that new parameter
|
||||
static bool AddExplosion(CEntity *explodingEntity, CEntity *culprit, eExplosionType type, const CVector &pos, uint32 lifetime, bool unk = true);
|
||||
static void Update();
|
||||
static bool TestForExplosionInArea(eExplosionType type, float x1, float x2, float y1, float y2, float z1, float z2);
|
||||
static void RemoveAllExplosionsInArea(CVector pos, float radius);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue