Difference between revisions of "Lua:getFreezeTimer"

From Cheat Engine
Jump to navigation Jump to search
m (Examples: Syntax Highlight.)
m
 
Line 1: Line 1:
 
[[Category:Lua]]
 
[[Category:Lua]]
'''function''' getFreezeTimer() ''':''' Timer
+
{{CodeBox|'''function''' getFreezeTimer() ''':''' Timer}}
  
 
Returns the Timer object responsible for freezing values in Cheat Engine.
 
Returns the Timer object responsible for freezing values in Cheat Engine.

Latest revision as of 00:16, 27 June 2026

<> Lua API Reference

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]

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

See also[edit]