Lua:getFreezeTimer
Jump to navigation
Jump to search
function getFreezeTimer() : Timer
Returns the Timer object responsible for freezing values in Cheat Engine.
Returns
Timer — The timer object that periodically updates (freezes) the values of frozen memory records.
Examples
local t = getFreezeTimer() print("Freeze interval:", t.Interval)