.xPlayerSpeedLo EQUB 0Name: xPlayerSpeedLo [Show more] Type: Variable Category: Driving model Summary: Low byte of the x-coordinate of the velocity vector (i.e. x-axis speed) for the player's car during this main loop iterationContext: See this variable in context in the source code References: This variable is used as follows: * UpdateVelocity uses xPlayerSpeedLo
The speed is stored as a 24-bit number in (xPlayerSpeedTop xPlayerSpeedHi xPlayerSpeedLo).