iFarbod

GTASA CRope

Jan 10th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.69 KB | None | 0 0
  1. /*
  2.    This file has been generated by IDA.
  3.    It contains local type definitions from
  4.    the type library 'gta_sa_version_1_00_compact_exe'
  5. */
  6.  
  7. /* 534 */
  8. struct CRope
  9. {
  10.   RwV3D m_vecRopeSegments[31];
  11.   RwV3D m_vecRopeStartPos;
  12.   RwV3D m_vecRopeSegmentsReleased[31];
  13.   DWORD m_pad1;
  14.   DWORD m_pad2;
  15.   DWORD m_pad3;
  16.   CEntity *m_pRopeEntity;
  17.   DWORD m_pad4;
  18.   float m_fMass;
  19.   unsigned __int32 m_uiRopeTotalLength;
  20.   CEntity *pRopeHolder;
  21.   CEntity *m_pRopeAttacherObject;
  22.   CEntity *m_pAttachedEntity;
  23.   unsigned __int32 m_uiRopeSegmentLength;
  24.   unsigned __int32 m_uiHoldEntityExpireTime;
  25.   BYTE m_uiSegmentCount;
  26.   BYTE m_ucRopeType;
  27.   BYTE m_ucFlags1;
  28.   BYTE m_ucFlags2;
  29. };
Advertisement
Add Comment
Please, Sign In to add comment