objNull

From Bohemia Interactive Community
Revision as of 21:18, 1 June 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


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