GTAG - Modding - Opcode Database - 0075
Opcode Database
0075
| Description | Divides the float VAR by the float LVAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0075=2,%1d% /= %2d% ; (float) |
| Example | 0075: $float /= 0@ |
| Command Name | DIV_FLOAT_VAR_BY_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 0075=2,%1d% /= %2d% ; (float) |
| Example | 0075: $float /= 0@ |
| GTA III | |
| gtascm.ini | 0075=2,%1d% /= %2d% ; (float) |
| Example | 0075: $float /= 0@ |

