GTAG - Modding - Opcode Database - 0454
Opcode Database
0454
| Description | Returns the debug camera position. |
|---|---|
| Parameters (v2) | 1) (Returned) X Coord (Float) (FLOAT) 2) (Returned) Y Coord (Float) (FLOAT) 3) (Returned) Z Coord (Float) (FLOAT) |
| Games | |
| Category | Camera, Debug |
| San Andreas | |
| sascm.ini | 0454=3,store_debug_camera_position_to %1d% %2d% %3d% ; nop |
| Example | 0454: store_debug_camera_position_to $TEMPVAR_FLOAT_1 $TEMPVAR_FLOAT_2 $TEMPVAR_FLOAT_3 // nop |
| Command Name | GET_DEBUG_CAMERA_COORDINATES |
| Vice City | |
| sascm.ini | 0454=3,store_debug_camera_position_to %1d% %2d% %3d% ; nop |
| Example | 0454: store_debug_camera_position_to $TEMPVAR_FLOAT_1 $TEMPVAR_FLOAT_2 $TEMPVAR_FLOAT_3 // nop |
| Command Name | STORE_DEBUG_CAMERA_POSITION_TO |
| GTA III | |
| gtascm.ini | 0454=3,store_debug_camera_position_to %1d% %2d% %3d% ; nop |
| Example | 0454: store_debug_camera_position_to $TEMPVAR_FLOAT_1 $TEMPVAR_FLOAT_2 $TEMPVAR_FLOAT_3 // nop |
| Command Name | STORE_DEBUG_CAMERA_POSITION_TO |

