Defines the Bike class.
The bike.
Parameters: |
|
---|
Make the bike fall over (as when it has lost momentum).
Parameter: | rider (Character) – Whoever was riding the bike (if anybody). |
---|
Return the ID of the command list used by the bike.
Parameter: | lesson_id – The ID of the current lesson (ignored - bikes do not follow a timetable). |
---|
Return the wall or door that the bike has hit (if any).
Returns: | The barrier that was hit, or None if none was hit. |
---|
Start wheeling the bike along after the rider has dismounted or stood on the saddle.
Parameter: | rider (Character) – The rider. |
---|