endturn( )
Parameters
| None |
_result
Not set.
Descriptions
Ends a robot's turn, allowing other robots and objects to run. A robot's turn is normally ended automatically by the game, but occasionally a robot may want to end its turn before the game would cause it to end. See the game turns topic for more information.
When endturn is called a robot's turn ends immediately. When the robot next receives a chance to run it will continue running on the line following the call to endturn (unless a higher priority event occurred between turns).
See Also