Lua:getUpdateTimer
Jump to navigation
Jump to search
function getUpdateTimer() : Timer
Returns the Timer object responsible for updating the value list in Cheat Engine.
Returns
Timer — The timer object that periodically updates the address list values.
Examples
local t = getUpdateTimer() print("Update interval:", t.Interval)