GTAG - Modding - Opcode Database - 005C
Opcode Database
005C
| Description | Adds the int VAR value to the int LVAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 005C=2,%1d% += %2d% ; (int) |
| Example | 005C: 17@ += $1029 // (int) |
| Command Name | ADD_INT_VAR_TO_INT_LVAR |
| Vice City | |
| sascm.ini | 005c=2,%1d% += %2d% ; (int) |
| Example | 005C: 17@ += $1029 // (int) |
| GTA III | |
| gtascm.ini | 005c=2,%1d% += %2d% ; (int) |
| Example | 005C: 17@ += $1029 // (int) |

