Skip to navigation


Car geometry: crashedIntoFence

Name: crashedIntoFence [Show more] Type: Variable Category: Car geometry Summary: Flag that records whether we have crashed into the fence
Context: See this variable in context in the source code References: This variable is used as follows: * CheckForCrash uses crashedIntoFence * MainDrivingLoop (Part 3 of 5) uses crashedIntoFence
.crashedIntoFence EQUB 0 \ Crash status \ \ * 0 = we have not crashed into the fence \ \ * &FF = we have crashed into the fence