GTAG - Modding - Opcode Database - 005E
Opcode Database
005E
| Description | Adds the float LVAR value to the float VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 005E=2,%1d% += %2d% ; (int) |
| Example | 005E: $1923 += 25@ // (int) |
| Command Name | ADD_INT_LVAR_TO_INT_VAR |
| Vice City | |
| sascm.ini | 005e=2,%1d% += %2d% ; (int) |
| Example | 005E: $1923 += 25@ // (int) |
| GTA III | |
| gtascm.ini | 005e=2,%1d% += %2d% ; (iknt) |
| Example | 005E: $1923 += 25@ // (int) |

