displayNull: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters") |
Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|") |
||
Line 35: | Line 35: | ||
[[Category:Scripting Commands|DISPLAYNULL]] | [[Category:Scripting Commands|DISPLAYNULL]] | ||
[[Category:Scripting Commands | [[Category:Scripting Commands Armed Assault|DISPLAYNULL]] | ||
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 19:18, 3 June 2020
Description
- Description:
- A non-existing Display. To compare non-existent displays use isNull or isEqualTo:
- displayNull == displayNull; // false
- isNull displayNull; // true
- displayNull isEqualTo displayNull; // true
- 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