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