mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 02:04:08 +00:00
Running script part 3
This commit is contained in:
parent
60364f11da
commit
5acce16261
19 changed files with 758 additions and 21 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
static void operator delete(void*, size_t);
|
||||
|
||||
CObject(void);
|
||||
CObject(int32, bool);
|
||||
~CObject(void);
|
||||
|
||||
void Render(void);
|
||||
|
@ -74,6 +75,7 @@ public:
|
|||
|
||||
void ObjectDamage(float amount);
|
||||
void RefModelInfo(int32 modelId);
|
||||
void Init(void);
|
||||
|
||||
static void DeleteAllTempObjectInArea(CVector, float);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue