Difference between revisions of "ADD STUCK CAR CHECK"
Jump to navigation
Jump to search
(New page: {{Native |np=3 |p1t=integer |p1d=Vehicle Id |p2t=float |p2d=Unknown |p3t=integer |p3d=Milliseconds |r=0 }} Adds a check for a stuck car.) |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
|p1d=Vehicle Id | |p1d=Vehicle Id | ||
|p2t=float | |p2t=float | ||
− | |p2d= | + | |p2d=distance |
|p3t=integer | |p3t=integer | ||
|p3d=Milliseconds | |p3d=Milliseconds | ||
|r=0 | |r=0 | ||
}} | }} | ||
− | + | Adds a check for a stuck car (controlled by the AI). To check if the vehicle is stuck use [[IS_CAR_STUCK]]. TO remove the stuck check use [[REMOVE_STUCK_CAR_CHECK]]. | |
− | Adds a check for a stuck car. |
Latest revision as of 13:55, 20 February 2009
Number of parameters: 3 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Vehicle Id |
2. | float | distance |
3. | integer | Milliseconds |
Return value: | ||
Type | Description | |
None |
Adds a check for a stuck car (controlled by the AI). To check if the vehicle is stuck use IS_CAR_STUCK. TO remove the stuck check use REMOVE_STUCK_CAR_CHECK.