GTAG - Modding - Opcode Database - 04B6
Opcode Database
04B6
| Description | Returns true if the variable is equivalent to or lower than the specified value. Is used with both floats and integers. In Rockstars native compiler, this opcode is used where the value of a variable is compared with the value of a constant. |
|---|---|
| Parameters (v2) | 1) Constant (INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Conditional, Math |
| San Andreas | |
| sascm.ini | 04B6=2, %1d% >= %2d% |
| Example | 04B6: 42.0 >= $var |
| Command Name | IS_CONSTANT_GREATER_OR_EQUAL_TO_INT_VAR |
| Vice City | |
| sascm.ini | 04B6=2, %1d% >= %2d% ; constant >= $ |
| Example | 04B6: 42.0 >= $var // constant >= $ |

