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

