Lua:getFreezeTimer

From Cheat Engine
Revision as of 00:16, 27 June 2026 by Leunsel (talk | contribs) (Examples: Syntax Highlight.)
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

1 local t = getFreezeTimer()
2 print("Freeze interval:", t.Interval)

See also