mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 00:00:33 +00:00
implemented CObjectData
This commit is contained in:
parent
864f719b1e
commit
2ec11b000d
10 changed files with 153 additions and 23 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
void DeleteCollisionModel(void);
|
||||
void ClearTexDictionary(void) { m_txdSlot = -1; }
|
||||
short GetObjectID(void) { return m_objectId; }
|
||||
void SetObjectID(short id) { m_objectId = id; }
|
||||
void SetObjectID(int16 id) { m_objectId = id; }
|
||||
short GetTxdSlot(void) { return m_txdSlot; }
|
||||
void AddRef(void);
|
||||
void RemoveRef(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue