Updated docs
This commit is contained in:
21
doc/files/pausemusic.html
Normal file
21
doc/files/pausemusic.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>PauseMusic [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub PauseMusic() </h2></p>
|
||||
<p>
|
||||
Pauses the currently loaded music track. Unlike StopMusic(), paused music can be resumed from its current position.
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="resumemusic.html">ResumeMusic</a>
|
||||
<a href="stopmusic.html">StopMusic</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user