Difference between revisions of "xmplayer resume"
Jump to navigation
Jump to search
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' xmplayer_resume() | '''function''' xmplayer_resume() | ||
− | Resumes the xm music file that was currently paused from the position | + | Resumes the xm music file that was currently suspended. If it was paused, it will continue from the position it was paused. If it was stopped, it starts from the beginning. |
− | + | {{LuaFunctionParametersNone}} | |
− | |||
− | == | + | {{LuaSeeAlso}} |
+ | |||
+ | === Related Functions === | ||
* [[xmplayer_pause]] | * [[xmplayer_pause]] | ||
− | |||
{{DISPLAYTITLE:xmplayer_resume}} | {{DISPLAYTITLE:xmplayer_resume}} |
Latest revision as of 21:45, 19 March 2017
function xmplayer_resume()
Resumes the xm music file that was currently suspended. If it was paused, it will continue from the position it was paused. If it was stopped, it starts from the beginning.
Function Parameters[edit]
<none>
See also[edit]
Related Functions[edit]