objNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(format see also)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object]] <nowiki>=</nowiki> '''objNull''' |= Syntax
| '''objNull''' |= Syntax


| [[Object]] |= Return value
| [[Object]] |= Return value
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[grpNull]], [[locationNull]], [[taskNull]], [[controlNull]], [[displayNull]], [[isNull]]  |= See also
| [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[configNull]], [[typeName]]  |= See also


}}
}}

Revision as of 15:51, 30 October 2015

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:
objNull
Return Value:
Object

Examples

Examples:
Example needed

Additional Information

See also:
controlNulldisplayNullgrpNulllocationNulltaskNullteamMemberNullscriptNullconfigNulltypeName

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

You can not compare these values, but you can check whether they are null: hint str isNull objNull // true

Bottom Section