GTAG - Modding - Opcode Database - 0009
Opcode Database
0009
| Description | Adds the value to the value of the float VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (LVAR_FLOAT) 2) Float (FLOAT) |
| Games | |
| Category | Common, Math |
| San Andreas | |
| sascm.ini | 0009=2,%1d% += %2d% |
| Example | 0009: $TEMPVAR_FLOAT_1 += 1.741 |
| Command Name | ADD_VAL_TO_FLOAT_VAR |
| Vice City | |
| sascm.ini | 0009=2,%1d% += %2d% |
| Example | 0009: $897 += 0.1 |
| GTA III | |
| gtascm.ini | 0009=2,%1d% += %2d% |
| Example | 0009: $1123 += 1.75 |

