Lua:getUpdateTimer

From Cheat Engine
Revision as of 18:14, 11 July 2025 by Leunsel (talk | contribs) (Created page with "Category:Lua '''function''' getUpdateTimer() ''':''' Timer Returns the Timer object responsible for updating the value list in Cheat Engine. ===Returns=== Timer — The...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]