Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 04B4

Opcode Database

04B4

DescriptionReturns true if the variable is equivalent to or higher than the specified value. Is used with both floats and integers.

In Rockstars native compiler, this opcode is used where the value of a variables is compared with the value of a constant.
Parameters (v2)1) Global variable (VAR_INT)
2) Constant (INT)
Gamessa vc
CategoryConditional, Math
San Andreas
sascm.ini04B4=2, %1d% >= %2d%
Example04B4: $var >= 410.3
Command NameIS_INT_VAR_GREATER_OR_EQUAL_TO_CONSTANT
Vice City
sascm.ini04B4=2, %1d% >= %2d% ; $ >= constant
Example04B4: $var >= 410.3 // $ >= constant

<< 04B3

04B5 >>