Lua:getUpdateTimer
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...")
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)