objNull

From Bohemia Interactive Community
Revision as of 08:50, 16 March 2010 by Rommel (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
A non-existing Object. This value is not equal to anything, including itself.
Groups:
Uncategorised

Syntax

Syntax:
Object = objNull
Return Value:
Object

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Array1 = [objNull]; Array1 = Array1 - [objNull]; Array1 == [];

objNull is equal to itself in this situation.

Bottom Section