Add getRuntime anchor

Westside Robotics
2022-05-23 20:08:01 -07:00
parent bbac3ee37b
commit 7187eca156

@ -257,6 +257,9 @@ The above Block returns a <u>text string</u>, converted from the timer's numeric
<p align="center">[[/images/Timers-in-FTC-Blocks/0690-example-to-text.png|]]<p> <p align="center">[[/images/Timers-in-FTC-Blocks/0690-example-to-text.png|]]<p>
<a name="getRunTime"></a>
### .
Lastly, there is a time-related Block in the LinearOpMode menu (top of list at left side). This method, called 'getRuntime', returns the time in Seconds since the OpMode was started by pressing the INIT button. Lastly, there is a time-related Block in the LinearOpMode menu (top of list at left side). This method, called 'getRuntime', returns the time in Seconds since the OpMode was started by pressing the INIT button.
<p align="center">[[/images/Timers-in-FTC-Blocks/0700-get-Runtime.png|]]<p> <p align="center">[[/images/Timers-in-FTC-Blocks/0700-get-Runtime.png|]]<p>