You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Bicycle implements a standard bicycle. Bicycles are a useful way of transporting oneself, without too much effort (unless you go uphill or against the wind). If there are a lot of people on the road, you can use RingBell to ring your bell (note, not all bicycles have bells!).</p>
68
80
<sectionoutputclass="contructors_summary">
@@ -126,7 +138,7 @@ PedalHarder makes you go faster (usually).</entry>
<p>MountainBike is an implementation of a Bicycle providing a bike for cycling on rough terrain. Mountain bikes are pretty cool because they have stuff like Suspension (and you can even adjust it using SetSuspension). If you're looking for a bike for use on the road, you might be better off using a RacingBike though.</p>
253
275
<sectionoutputclass="methods_summary">
@@ -302,7 +324,7 @@ PedalHarder makes you go faster (usually).</entry>
302
324
<p></p>
303
325
<p>Change the break type. @BreakType the break type. @breakType the type of the break.</p>
304
326
<p>ChangesBreak changes the type of break fitted to the bike. The method will return false if the break type could not be fitted.</p>
305
-
<p>true if the break was adjusted successfully. false otherise</p>
327
+
<p></p>
306
328
<p>
307
329
<b>Parameters:</b>
308
330
</p>
@@ -336,7 +358,7 @@ PedalHarder makes you go faster (usually).</entry>
336
358
<p></p>
337
359
<p>Set suspension stiffness. @stiffness the suspension stiffness.</p>
338
360
<p>SetSuspension changes the stiffness of the suspension on the bike. The method will return false if the stiffness could not be adjusted.</p>
339
-
<p>true if the suspension was adjusted successfully, false otherwise.</p>
361
+
<p></p>
340
362
<p>
341
363
<b>Parameters:</b>
342
364
</p>
@@ -365,10 +387,19 @@ PedalHarder makes you go faster (usually).</entry>
<p>RacingBike is a special kind of bike which can go much faster on the road, with much less effort (even uphill!). It doesn't make sense to call RingBell on a racing bike for they don't have bells.</p>
0 commit comments