0043

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas IS_FLOAT_LVAR_EQUAL_TO_NUMBER


Description

Checks if the floating-point value stored in the local variable is equal to the floating-point number

Syntax

0043: [local var] == [flt]
[local var] == [flt]

Parameter

[local var]
Local variable
[flt]
Floating-point value

Keywords

local, variable, var, float, comparison, check, equal

See also

  • 0042 – checks if the float value in the global var is equal to the float number
  • 0044 – checks if the float value in the global var is equal to the float value in the global var
  • 0045 – checks if the float value in the local var is equal to the float value in the local var
  • 0046 – checks if the float value in the global var is equal to the float value in the local var