Difference between revisions of "Lua:executeCodeLocalEx"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "<b>executeCodeLocalEx(address, {type=x,value=param1} or param1,{type=x,value=param2} or param2,...)</b> <p>Calls a function using the given callmethod and parameters</p> <p>If...")
 
(No difference)

Latest revision as of 06:08, 6 September 2020

executeCodeLocalEx(address, {type=x,value=param1} or param1,{type=x,value=param2} or param2,...)

Calls a function using the given callmethod and parameters

If a direct parameter is given instead of a table entry describing the type, CE will 'guess' the type it is

Returns the E/RAX value returned by the called function (if no timeout or other interruption)


print( executeCodeLocalEx("MessageBoxA", 0, {type=3,value="title"}, {type=3,value="content"}, 0) )