* Set the time in ticks to wait at the destination. * @param time Time to set as wait time. */
| 216 | * @param time Time to set as wait time. |
| 217 | */ |
| 218 | inline void SetWaitTime(uint16_t time) { this->wait_time = time; } |
| 219 | |
| 220 | /** |
| 221 | * Set the time in ticks to take for travelling to the destination. |
no outgoing calls
no test coverage detected