Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 04B7

Opcode Database

04B7

DescriptionReturns 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) Local variable (LVAR_INT)
Gamessa vc
CategoryConditional, Math
San Andreas
sascm.ini04B7=2, %1d% >= %2d%
Example04B7: 3000 >= 34@
Command NameIS_CONSTANT_GREATER_OR_EQUAL_TO_INT_LVAR
Vice City
sascm.ini04B7=2, %1d% >= %2d% ;; constant >= @
Example04B7: 3000 >= 34@ // constant >= @

<< 04B6

04B8 >>