25 lines
508 B
HTML
25 lines
508 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>JoyRumblePlay [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub JoyRumblePlay(joy_num, strength, duration) </h2></p>
|
|
<p>
|
|
Rumbles a joystick at a specified strength for the specifed duration.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Strength - A value between 0 and 1
|
|
</li>
|
|
<li>
|
|
Duration - Value is in milliseconds
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |