Difference between revisions of "Lua:unpause"
Jump to navigation
Jump to search
(Created page with ''''function''' unpause() resumes the currently opened process if it was paused. ===Function Parameters=== <none> == See also == * pause * Lua') |
(→Related Functions) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
'''function''' unpause() | '''function''' unpause() | ||
| Line 4: | Line 5: | ||
| − | + | {{LuaFunctionParametersNone}} | |
| − | |||
| − | == | + | {{LuaSeeAlso}} |
| − | * [[pause | + | |
| − | + | === Related Functions === | |
| + | * [[Lua:pause|pause]] | ||
Latest revision as of 00:40, 25 January 2018
function unpause()
resumes the currently opened process if it was paused.
Function Parameters[edit]
<none>