Lua:getUpdateTimer

From Cheat Engine
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]