isNull obj

Operand types

obj: Object

Type of returned value

Description

Check if value is equal to objNull.
Note: a == objNull does not work, because objNull is not equal to anything, not even to itself.

Used In

OFP/ArmA

Example

_it = isNull objNull.......Result is true
Search OFPEC COMREF