Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 04B3

Opcode Database

04B3

DescriptionReturns true if the value of the variable is lower than 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) Local variable (LVAR_INT)
2) Constant (INT)
Gamessa vc
CategoryConditional, Math
San Andreas
sascm.ini04B3=2, %1d% > %2d%
Example04B3: 1243 > 44@
Command NameIS_CONSTANT_GREATER_THAN_INT_LVAR
Vice City
sascm.ini04B3=2, %1d% > %2d% ; constant > @
Example04B3: 3655 > 44@ // constant > @

<< 04B2

04B4 >>