displayNull: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Lou Montana (talk | contribs) m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2") |
||
Line 37: | Line 37: | ||
[[Category:Scripting Commands ArmA|DISPLAYNULL]] | [[Category:Scripting Commands ArmA|DISPLAYNULL]] | ||
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands | [[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 00:41, 10 January 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