Memory Execute F

Signature

float tim_memoryExecuteF(int callAddress, int/float arg1, int/float arg2, int/float arg3, int/float arg4); //id:0x1003

Description

Works exactly the same way as the Memory Execute function with the sole difference being that the returned floating point value in the xmm0 register from the called function is forwarded instead of the integer or pointer value in the eax register.

Last updated