Updated docs
This commit is contained in:
26
doc/files/playvideo.html
Normal file
26
doc/files/playvideo.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>PlayVideo [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub PlayVideo(vLoops) </h2></p>
|
||||
<p>
|
||||
Plays the currently loaded video for a set number of loops.
|
||||
</p>
|
||||
<p>
|
||||
Note: Set this to 0 to play the video once.
|
||||
</p>
|
||||
<p>
|
||||
Note: Set this to -1 to the video infinitely.
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="stopvideo.html">StopVideo</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user