displayNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description example)
m (template:command argument fix)
Line 10: Line 10:
* <tt>[[displayNull]] <nowiki>==</nowiki> [[displayNull]]; // false</tt>
* <tt>[[displayNull]] <nowiki>==</nowiki> [[displayNull]]; // false</tt>
* <tt>[[isNull]] [[displayNull]]; // true</tt>
* <tt>[[isNull]] [[displayNull]]; // true</tt>
* <tt>[[displayNull]]  [[isEqualTo]] [[displayNull]]; // true</tt> |= Description
* <tt>[[displayNull]]  [[isEqualTo]] [[displayNull]]; // true</tt> |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''displayNull''' |= Syntax
| '''displayNull''' |SYNTAX=


| [[Display]] |= Return value
| [[Display]] |RETURNVALUE=


| x1 = <code>![[isNull]] [[displayNull]]; // false</code> |=
| x1 = <code>![[isNull]] [[displayNull]]; // false</code> |=
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 15:38, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
A non-existing Display. To compare non-existent displays use isNull or isEqualTo:
Groups:
Uncategorised

Syntax

Syntax:
displayNull
Return Value:
Display

Examples

Example 1:
!isNull displayNull; // false
Example 2:
str displayNull; // No display

Additional Information

See also:
controlNullgrpNulllocationNullobjNulltaskNullteamMemberNullscriptNullconfigNulltypeNameisNulldisplayParent

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

Bottom Section