GTAG - Modding - Opcode Database - 03C0
Opcode Database
03C0
| Description | Gets the characters vehicle handle without marking it as used by the script, therefore allowing it to be deleted by the game at any time. Returns 0 if no vehicle is found. |
|---|---|
| Parameters (v2) | 1) Actor handle (Integer) (INT) 2) (Returned) Vehicle handle (Integer) (INT) |
| Games | |
| Category | Actor, Common, Vehicle |
| Command Name (IV) | STORE_CAR_CHAR_IS_IN_NO_SAVE |
| San Andreas | |
| sascm.ini | 03C0=2,store_car_char_is_in_no_save %1d% store_to %2d% |
| Example | 03C0: store_car_char_is_in_no_save $PLAYER_ACTOR store_to $2197 |
| Command Name | STORE_CAR_CHAR_IS_IN_NO_SAVE |
| Vice City | |
| sascm.ini | 03C0=2,%2d% = actor %1d% car |
| Example | 03C0: $2499 = actor $2474 car |
| Command Name | STORE_CAR_CHAR_IS_IN_NO_SAVE |
| GTA III | |
| gtascm.ini | 03C0=2,%2d% = actor %1d% car |
| Example | 03C0: $hCar = actor $hActor car |
| Command Name | STORE_CAR_CHAR_IS_IN_NO_SAVE |

