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