Difference between revisions of "Lua:unpause"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
m (Syntax Highlighting.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Lua]]
 
[[Category:Lua]]
'''function''' unpause()
+
{{CodeBox|'''function''' unpause()}}
  
resumes the currently opened process if it was paused.
+
Resumes the currently opened process if it was paused.
  
 +
{{LuaFunctionParametersNone}}
  
{{LuaFunctionParametersNone}}
+
=== Example ===
 +
<syntaxhighlight lang="lua" line>
 +
unpause()  -- The target process resumes execution
 +
</syntaxhighlight>
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
  
=== Related Functions ===
+
{{Process}}
* [[Lua:pause|pause]]
 

Latest revision as of 19:16, 25 June 2026

<> Lua API Reference

function unpause()

Resumes the currently opened process if it was paused.

Function Parameters[edit]

<none>

Example[edit]

1 unpause()  -- The target process resumes execution

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Process Open / Creation

Process Lists / Modules

Process Control / Target State