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

