ADD STUCK CAR CHECK WITH WARP
Jump to navigation
Jump to search
Number of parameters: 7 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Vehicle Id |
2. | float | distance |
3. | integer | Milliseconds |
4. | boolean | restore if stuck flag |
5. | boolean | restore if flipped flag |
6. | boolean | Unknown |
7. | integer | path id (?) |
Return value: | ||
Type | Description | |
None |
This is an extended version of ADD STUCK CAR CHECK. It also adds several flags to put the vehicle back to the path if its stuck or flipped. To check if the vehicle is stuck use IS_CAR_STUCK. To remove the stuck check use REMOVE_STUCK_CAR_CHECK. This section is incomplete. You can help by fixing and expanding it.