Memory Read Int

Signature

int tim_memoryReadInt(int address); //id:0x1008

Description

Reads an integer value from an address.

Example

Get Vaan's License Points

regI0 = 0; //vaan identifier
regI1 = tim_memoryExecute(0x00320A40, regI0, 0, 0, 0); //getBattleKeepBasicInfo(...)
regI2 = tim_memoryReadShort(regI1 + 0x0190); //0x0190: license points offset

Last updated