Difference between revisions of "Lua:executeCode"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "<p><b>executeCode(address, parameter OPTIONAL, timeout OPTIONAL) : address</b> - Executes a stdcall function with 1 parameter at the given address in the target process and w...")
 
(No difference)

Latest revision as of 11:40, 28 August 2020

executeCode(address, parameter OPTIONAL, timeout OPTIONAL) : address - Executes a stdcall function with 1 parameter at the given address in the target process and wait for it to return. The return value is the result of the function that was called