GTAG - Modding - Opcode Database - 0059
Opcode Database
0059
| Description | Adds the float VAR value to the other float VAR. |
|---|---|
| Parameters (v2) | 1) Global variable (VAR_FLOAT) 2) Global variable (VAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0059=2,%1d% += %2d% ; (float) |
| Example | 0059: $1316 += $1317 // (float) |
| Command Name | ADD_FLOAT_VAR_TO_FLOAT_VAR |
| Vice City | |
| sascm.ini | 0059=2,%1d% += %2d% ; floating-point values |
| Example | 0059: $765 += $766 // floating-point values |
| GTA III | |
| gtascm.ini | 0059=2,%1d% += %2d% ; floating-point values |
| Example | 0059: $773 += $774 // floating-point values |

