objNull

From Bohemia Interactive Community
Revision as of 14:53, 19 April 2006 by Planck (talk | contribs)


back to COMREF

objNull


Operand types:

None

Type of returned value:

Object

Description:

Non-existent object.

This value is not equal to anything, not even to itself.


Example:

_it = player == objNull ...... Result is false