Difference between revisions of "xmplayer resume"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' xmplayer_resume() Resumes the xm music file that was currently paused ===Function Parameters=== <none> == See also == * xmplayer_pause * Lua {{DISPLAY…')
 
 
(5 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
+
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===
+
{{LuaFunctionParametersNone}}
<none>
 
  
== See also ==
+
{{LuaSeeAlso}}
 +
 
 +
=== Related Functions ===
 
* [[xmplayer_pause]]
 
* [[xmplayer_pause]]
* [[Lua]]
 
  
 
{{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]