Lua:onAutoGuess

From Cheat Engine
Revision as of 20:53, 19 May 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' onAutoGuess(''function'') Registers an function to be called whenever autoguess is used to predict a variable type function declaration: function (address, gue…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function onAutoGuess(function)

Registers an function to be called whenever autoguess is used to predict a variable type

function declaration:

 function (address, guessbyce): Return the variable type you want it to be. If no change, just return guessbyce



Function Parameters

Parameter Type Description
function function A function that returns a variable type. It's function parameters are (address, guessbyce)

See also