objNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|OBJNULL]]
[[Category:Scripting Commands|OBJNULL]]
[[Category:Scripting Commands OFP 1.97|OBJNULL]]
[[Category:Scripting Commands OFP 1.96|OBJNULL]]
[[Category:Scripting Commands OFP 1.46|OBJNULL]]
[[Category:Scripting Commands OFP 1.46|OBJNULL]]
[[Category:Scripting Commands ArmA|OBJNULL]]
[[Category:Scripting Commands ArmA|OBJNULL]]

Revision as of 21:18, 1 June 2006


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