objNull

From Bohemia Interactive Community
Revision as of 18:39, 15 April 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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