GTAG - Modding - Opcode Database - 005A
Opcode Database
005A
| Description | Adds the int LVAR value to the other int LVAR. |
|---|---|
| Parameters (v2) | 1) Local variable (LVAR_INT) 2) Local variable (LVAR_INT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 005A=2,%1d% += %2d% ; (int) |
| Example | 005A: 3@ += 1@ // (int) |
| Command Name | ADD_INT_LVAR_TO_INT_LVAR |
| Vice City | |
| sascm.ini | 005a=2,%1d% += %2d% ; (int) |
| Example | 005A: 3@ += 1@ // (int) |
| GTA III | |
| gtascm.ini | 005a=2,%1d% += %2d% ; (int) |
| Example | 005A: 3@ += 1@ // (int) |

