Lua:getFreezeTimer
Revision as of 18:19, 11 July 2025 by Leunsel (talk | contribs) (Created page with "Category:Lua '''function''' getFreezeTimer() ''':''' Timer Returns the Timer object responsible for freezing values in Cheat Engine. ===Returns=== Timer — The timer ob...")
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)