Difference between revisions of "Lua:getUpdateTimer"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "Category:Lua '''function''' getUpdateTimer() ''':''' Timer Returns the Timer object responsible for updating the value list in Cheat Engine. ===Returns=== Timer — The...")
 
(No difference)

Latest revision as of 18:14, 11 July 2025

function getUpdateTimer() : Timer

Returns the Timer object responsible for updating the value list in Cheat Engine.

Returns[edit]

Timer — The timer object that periodically updates the address list values.

Examples[edit]

local t = getUpdateTimer()
print("Update interval:", t.Interval)

See also[edit]