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