.spinYawAngleTop EQUB 0Name: 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 carContext: See this variable in context in the source code References: This variable is used as follows: * ApplyDeltas uses spinYawAngleTop * ApplySpinYaw uses spinYawAngleTop * CheckForCrash uses spinYawAngleTop * MovePlayerSegment uses spinYawAngleTop * SpinTrackSection uses spinYawAngleTop * SquealTyres uses spinYawAngleTop
The spin is stored as a 24-bit number in (spinYawAngleTop spinYawAngleHi spinYawAngleLo).