GTAG - Modding - Opcode Database - 0067
Opcode Database
0067
| Description | Subtracts the float LVAR value from the float VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0067=2,%1d% -= %2d% ; (float) |
| Example | 0067: $TEMPVAR_FLOAT_1 -= 593@(227@,10f) // (float) |
| Command Name | SUB_FLOAT_LVAR_FROM_FLOAT_VAR |
| Vice City | |
| sascm.ini | 0067=2,%1d% -= %2d% ; (float) |
| Example | 0067: $4862 -= 0@ // (float) |
| GTA III | |
| gtascm.ini | 0067=2,%1d% -= %2d% ; (float) |
| Example | 0067: $float -= 0@ |

