.MovePlayerForward CLC \ Clear the C flag so the call to MovePlayer moves the \ player's car in the direction it is pointing JSR MovePlayer \ Move the player's car forwards by one track segment \ Fall through into GetTrackSegment to set up the \ next track segmentName: MovePlayerForward [Show more] Type: Subroutine Category: Car geometry Summary: Move the player's car forwards by one track segment and add the segment to the track segment bufferContext: See this subroutine in context in the source code References: This subroutine is called as follows: * MovePlayerSegment calls MovePlayerForward
[X]
Subroutine MovePlayer (category: Car geometry)
Move the player's car forwards or backwards by one segment