|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
What's in memory?
In alot of add-ons for games, I often see people assigning certain things in memory to variables.
i.e. $hitpoints=0x004F0A3 In this case, the person assigns the variable $hitpoints to where hitpoints are stored in memory for that particular game. How would one go about finding what's stored where in memory? Thanks, EvilMC |
|
#2
|
|||
|
|||
|
when they store something in memory i'm assuming they use a pointer to do so. the pointer holds the memory address and this is the only way i know of getting the memory address ~
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Game Development > What's in memory? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|