GTAG - Modding - Opcode Database - 0448
Opcode Database
0448
| Description | Returns true if the character is in the specified car. |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Vehicle handle (Integer) (INT) |
| Games | |
| Category | Actor, Conditional, Vehicle |
| Command Name (IV) | IS_CHAR_SITTING_IN_CAR |
| San Andreas | |
| sascm.ini | 0448=2, is_char_sitting_in_car %1d% car %2d% |
| Example | 0448: is_char_sitting_in_car $ACTOR_RYDER car $RYDER_CAR |
| Command Name | IS_CHAR_SITTING_IN_CAR |
| Vice City | |
| sascm.ini | 0448=2, actor %1d% in_car %2d% |
| Example | 0448: actor $1186 in_car $1185 |
| Command Name | IS_CHAR_SITTING_IN_CAR |
| GTA III | |
| gtascm.ini | 0448=2, actor %1d% in_car %2d% |
| Example | 0448: actor $actor in_car $car |
| Command Name | IS_CHAR_SITTING_IN_CAR |

