Difference between revisions of "Function Memory Addresses (SA)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | == | + | ==Audio== |
− | ; | + | ; 0x004EF510 |
− | : <code> | + | : <code>Audio_36021_Unk</code> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | ==Cheats== |
− | ; | + | ; 0x00438480 |
− | : <code> | + | : <code>CheatProc</code> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Data Pools== | ==Data Pools== | ||
Line 76: | Line 49: | ||
: <code>CPool_CVehicle_CAutomobile::CPool_CVehicle_CAutomobile((int))</code> | : <code>CPool_CVehicle_CAutomobile::CPool_CVehicle_CAutomobile((int))</code> | ||
− | == | + | ==File Management== |
− | ; | + | ; 0x004AB260 |
− | : <code> | + | : <code>CFileMgr::CloseFile((int))</code> |
+ | ; 0x005389D0 | ||
+ | : <code>CFileMgr::CloseFile((int))</code> | ||
+ | ; 0x004AB240 | ||
+ | : <code>CFileMgr::OpenFile((char const *))</code> | ||
+ | ; 0x00538900 | ||
+ | : <code>CFileMgr::OpenFile((char const *))</code> | ||
+ | ; 0x00538950 | ||
+ | : <code>CFileMgr::Read((int,char *,int))</code> | ||
+ | ; 0x005387D0 | ||
+ | : <code>CFileMgr::SetDir((char const *))</code> | ||
+ | ; 0x008232D8 | ||
+ | : <code>AssignFile</code> | ||
+ | ; 0x00538950 | ||
+ | : <code>BlockRead</code> | ||
+ | |||
+ | ==Scripts== | ||
+ | ; 0x00486720 | ||
+ | : <code>CTheScripts::ReadObjectNamesFromScript((void))</code> | ||
+ | ; 0x00486780 | ||
+ | : <code>CTheScripts::UpdateObjectIndices((void))</code> | ||
+ | ; 0x00464080 | ||
+ | : <code>CRunningScript::CollectParameters((uint *,short)) (GetOpcodeParameters)</code> | ||
+ | ; 0x00469F00 | ||
+ | : <code>CRunningScript_ProcessOneCommand</code> | ||
+ | ; 0x00A43C78 | ||
+ | : Where the routine above stores opcode parameters values. Max 32 parameters for an opcode it seems. (Although only 16 are ever used.) | ||
+ | ; 0x00464370 | ||
+ | : <code>StoreOpcodeResult()</code> | ||
+ | : For opcodes that return a value in a variable parameter, copies the return value from '''0xA43C78''' to the variable. A complementary function to <code>GetOpcodeParameters()</code>. | ||
+ | ; 0x0055C180 | ||
+ | : <code>AddToStat</code> | ||
==Wanted Levels== | ==Wanted Levels== | ||
; 0x0056E5D0 | ; 0x0056E5D0 | ||
: <code>BustedProc</code> | : <code>BustedProc</code> | ||
− | |||
− | |||
− | |||
− | |||
==UnCategorised== | ==UnCategorised== |
Revision as of 07:48, 30 April 2007
Audio
- 0x004EF510
Audio_36021_Unk
Cheats
- 0x00438480
CheatProc
Data Pools
Data arrays for storing entities.
- 00550F10
CPools::Initialise((void))
- 005519F0
CPools::ShutDown((void))
- 00550570
CPool_CBuilding_CBuilding::CPool_CBuilding_CBuilding((int))
- 005507C0
CPool_CColModel_CColModel::CPool_CColModel_CColModel((int))
- 005506F0
CPool_CDummy_CDummyPed::CPool_CDummy_CDummyPed((int))
- 00550320
CPool_CEntryInfoNode_CEntryInfoNode::CPool_CEntryInfoNode_CEntryInfoNode((int))
- 00550960
CPool_CEvent_CEvent::CPool_CEvent_CEvent((int))
- 00550BD0
CPool_CNodeRoute_CNodeRoute::CPool_CNodeRoute_CNodeRoute((int))
- 00550640
CPool_CObject_CObject::CPool_CObject_CObject((int))
- 00550B00
CPool_CPatrolRoute_CPatrolRoute::CPool_CPatrolRoute_CPatrolRoute((int))
- 00550E40
CPool_CPedAttractors_CPedAttractors::CPool_CPedAttractors_CPedAttractors((int))
- 00550D70
CPool_CPedIntelligence_CPedIntelligence::CPool_CPedIntelligence_CPedIntelligence((int))
- 005503F0
CPool_CPed_CPlayerPed::CPool_CPed_CPlayerPed((int))
- 00550A30
CPool_CPointRoute_CPointRoute::CPool_CPointRoute_CPointRoute((int))
- 00550250
CPool_CPtrNodeDouble_CPtrNodeDouble::CPool_CPtrNodeDouble_CPtrNodeDouble((int))
- 00550180
CPool_CPtrNodeSingle_CPtrNodeSingle::CPool_CPtrNodeSingle_CPtrNodeSingle((int))
- 00550CA0
CPool_CTaskAllocator_CTaskAllocator::CPool_CTaskAllocator_CTaskAllocator((int))
- 00550890
CPool_CTask_CTask::CPool_CTask_CTask((int))
- 005504C0
CPool_CVehicle_CAutomobile::CPool_CVehicle_CAutomobile((int))
File Management
- 0x004AB260
CFileMgr::CloseFile((int))
- 0x005389D0
CFileMgr::CloseFile((int))
- 0x004AB240
CFileMgr::OpenFile((char const *))
- 0x00538900
CFileMgr::OpenFile((char const *))
- 0x00538950
CFileMgr::Read((int,char *,int))
- 0x005387D0
CFileMgr::SetDir((char const *))
- 0x008232D8
AssignFile
- 0x00538950
BlockRead
Scripts
- 0x00486720
CTheScripts::ReadObjectNamesFromScript((void))
- 0x00486780
CTheScripts::UpdateObjectIndices((void))
- 0x00464080
CRunningScript::CollectParameters((uint *,short)) (GetOpcodeParameters)
- 0x00469F00
CRunningScript_ProcessOneCommand
- 0x00A43C78
- Where the routine above stores opcode parameters values. Max 32 parameters for an opcode it seems. (Although only 16 are ever used.)
- 0x00464370
StoreOpcodeResult()
- For opcodes that return a value in a variable parameter, copies the return value from 0xA43C78 to the variable. A complementary function to
GetOpcodeParameters()
. - 0x0055C180
AddToStat
Wanted Levels
- 0x0056E5D0
BustedProc
UnCategorised
- 004CE090
CAnimBlendAssocGroup::GetAnimation((uint))
- 00735FD0
CBulletInfo::Initialise((void))
- 00736A40
CExplosion::Initialise((void))
- 00737B40
CProjectileInfo::Initialise((void))
- 007170C0
CRGBA::CRGBA((uchar,uchar,uchar,uchar))
- 00739B60
CShotInfo::Initialise((void))
- 0073A300
CWeapon::InitialiseWeapons((void))
- 005BF750
CWeaponInfo::Initialise((void))
- 0053BC80
LoadGame(char; fileName))
- Initializes all data structures and loads fileName (which is gta.dat).
- 005B9030
LoadMapDefinitionFile(char; fileName))
- Parses and loads dat-files, such as default.dat and gta.dat.
- 00550F10
AllocatePools())
- Allocates stuff which LimitAdjuster modifies, such as Peds and Buildings.
- 0082119A
malloc(size_t size)
- 00748760
int __stdcall WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nShowCmd)
- 00747F00
int __stdcall WndProc(HWND hWnd,int msg,WPARAM wParam,int lParam)
- 007486F0
int __cdecl RegisterSAWindow()
- 00745560
HWND __cdecl CreateSAWindow(HINSTANCE hInstance)
- 007476B0
void __cdecl PlayMPEG(int nShowCmd, char *filename)
- Used to play intro videos (Logo.mpg and GTAtitles.mpg)