GTAG - Modding - Opcode Database - 005B
Opcode Database
005B
| Description | Adds the float LVAR value to the other float LVAR. |
|---|---|
| Parameters (v2) | 1) Local variable (LVAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 005B=2,%1d% += %2d% ; (float) |
| Example | 005B: 4@ += 17@ // (float) |
| Command Name | ADD_FLOAT_LVAR_TO_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 005b=2,%1d% += %2d% ; (float) |
| Example | 005B: 4@ += 17@ // (float) |
| GTA III | |
| gtascm.ini | 005b=2,%1d% += %2d% ; (float) |
| Example | 005B: 4@ += 17@ // (float) |

