objNull: Difference between revisions

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





Revision as of 15:46, 4 May 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