Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0036

Opcode Database

0036

DescriptionReturns true if the float VAR value is greater or equal to the LVAR value.
Parameters (v2)1) Global variable (VAR_FLOAT)
2) Local variable (LVAR_FLOAT)
Gamessa vc iii
CategoryCommon, Conditional, Math
San Andreas
sascm.ini0036=2, %1d% >= %2d%
Example0036: $TEMPVAR_FLOAT_1 >= 181@(217@,8f)
Command NameIS_FLOAT_VAR_GREATER_OR_EQUAL_TO_FLOAT_LVAR
Vice City
sascm.ini0036=2, %1d% >= %2d%
Example0036: $float1 >= 181@
GTA III
gtascm.ini0036=2, %1d% >= %2d%
Example0036: $float1 >= 181@

<< 0035

0037 >>