objNull: Difference between revisions

From Bohemia Interactive Community
(see also)
m (formatted notes)
Line 24: Line 24:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
You can not compare these values, but you can check whether they are null:
 
  hint str isNull objNull // true
<dt class="note">Unknown
<dd class="note">You can not compare these values, but you can check whether they are null:
  <code>[[hint]] [[str]] [[isNull]] [[objNull]] // true</code>


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 18:10, 26 March 2016

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:
controlNulldisplayNullgrpNulllocationNulltaskNullteamMemberNullscriptNullconfigNulltypeNameisNull

Notes

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

Notes

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

Bottom Section