Category:Memory Addresses

From GTAMods Wiki
Revision as of 21:39, 30 September 2005 by Jacob. (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SCM related

  • 0xA49960 = start of scm block
  • 0x464080 = GetOpcodeParameters()
  • 0xA43C78 = Where the routine above stores opcode parameters values. Max 16 paramters for an opcode it seems.


Structures

struct _CPed {             // 0x7C4 bytes total. 

    DWORD      This;       // +0x000
    D3DMATRIX  Matrix;     // +0x014
    DWORD      StateFlags; // +0x46C
    DWORD      Action;     // +0x530
    BYTE       RunState;   // +0x534
    FLOAT      Health;     // +0x540
    FLOAT      Rotation1;  // +0x558
    FLOAT      Rotation2;  // +0x55C
    DWORD      CVehicle;   // +0x58C
    BYTE       CurWeapon;  // +0x740
    DWORD      Target;     // +0x788


};

Subcategories

This category has only the following subcategory.