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

