controlNull: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma1 |Game name= | | arma1 |Game name= | ||
Line 9: | Line 8: | ||
| A non-existing [[Control]]. To compare non-existent objects use [[isNull]] or [[isEqualTo]] (see examples). |DESCRIPTION= | | A non-existing [[Control]]. To compare non-existent objects use [[isNull]] or [[isEqualTo]] (see examples). |DESCRIPTION= | ||
| [[controlNull]] |SYNTAX= | | [[controlNull]] |SYNTAX= | ||
Line 25: | Line 22: | ||
|x3= <code>[[str]] [[controlNull]]; {{cc|No control}}</code> |Example3= | |x3= <code>[[str]] [[controlNull]]; {{cc|No control}}</code> |Example3= | ||
| [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[configNull]], [[typeName]], [[isNull]] |SEEALSO= | | [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[configNull]], [[typeName]], [[isNull]] |SEEALSO= |
Revision as of 00:18, 17 January 2021
Description
- Description:
- A non-existing Control. To compare non-existent objects use isNull or isEqualTo (see examples).
- Groups:
- GUI Control
Syntax
- Syntax:
- controlNull
- Return Value:
- Control
Examples
- Example 1:
if (_myCtrl isEqualTo controllNull) then { hint "_myCtrl is null!"; };
- Example 2:
controlNull == controlNull; // returns false isNull controlNull; // returns true controlNull isEqualTo controlNull; // returns true
- Example 3:
str controlNull; // No control
Additional Information
- See also:
- displayNullgrpNulllocationNullobjNulltaskNullteamMemberNullscriptNullconfigNulltypeNameisNull
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