21 lines
511 B
HTML
21 lines
511 B
HTML
<!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> |