Memory Read Float
Signature
float tim_memoryReadFloat(int address); //id:0x100A
Description
Reads a float value from an address.
Example
Get Esper Summon Time
regF0 = tim_memoryReadFloat(0x02B5EBF0);
Last updated