Skip to navigation

Revs on the BBC Micro

Car geometry: spinYawAngleTop

Name: spinYawAngleTop [Show more] Type: Variable Category: Car geometry Summary: Top byte of the amount of yaw angle spin that is being applied to the player's car
Context: See this variable in context in the source code References: This variable is used as follows: * ApplyDeltas calls spinYawAngleTop * ApplySpinYaw calls spinYawAngleTop * CheckForCrash calls spinYawAngleTop * MovePlayerSegment calls spinYawAngleTop * SpinTrackSection calls spinYawAngleTop * SquealTyres calls spinYawAngleTop

The spin is stored as a 24-bit number in (spinYawAngleTop spinYawAngleHi spinYawAngleLo).
.spinYawAngleTop EQUB 0