grpNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
m (Some wiki formatting)
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.00


|1.00|Game version=
|game2= ofpe
____________________________________________________________________________________________
|version2= 1.00


| A non-existing [[Group]]. To compare non-existent groups use [[isNull]] or [[isEqualTo]]:
|game3= arma1
* <tt>[[grpNull]] <nowiki>==</nowiki> [[grpNull]]; // false</tt>
|version3= 1.00
* <tt>[[isNull]] [[grpNull]]; // true</tt>
* <tt>[[grpNull]] [[isEqualTo]] [[grpNull]]; // true</tt>  |DESCRIPTION=


____________________________________________________________________________________________
|game4= arma2
|version4= 1.00


|'''grpNull''' |SYNTAX=
|game5= arma2oa
|version5= 1.50


| [[Group]] |RETURNVALUE=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00
| x1 = <code>![[isNull]] [[grpNull]]; // false</code> |=
| x2 = <code>[[str]] [[grpNull]]; // <NULL-group></code> |=  


| [[controlNull]], [[displayNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[configNull]], [[typeName]], [[isNull]] |SEEALSO=
|game7= arma3
|version7= 0.50


}}
|gr1= Groups
 
|descr= A non-existing [[Group]]. To compare non-existent groups use [[isNull]] or [[isEqualTo]]:
<sqf>
grpNull == grpNull; // false
isNull grpNull; // true
grpNull isEqualTo grpNull; // true
</sqf>
 
|s1= [[grpNull]]
 
|r1= [[Group]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>!isNull grpNull; // false</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x2= <sqf>str grpNull; // <NULL-group></sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[controlNull]] [[displayNull]] [[locationNull]] [[objNull]] [[taskNull]] [[teamMemberNull]] [[scriptNull]] [[configNull]] [[typeName]] [[isNull]]
[[Category:Scripting Commands|GRPNULL]]
}}
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|GRPNULL]]
[[Category:Scripting Commands OFP 1.46|GRPNULL]]
[[Category:Scripting Commands ArmA|GRPNULL]]
[[Category:Command_Group:_Groups|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:17, 13 May 2022

Hover & click on the images for description

Description

Description:
A non-existing Group. To compare non-existent groups use isNull or isEqualTo:
grpNull == grpNull; // false isNull grpNull; // true grpNull isEqualTo grpNull; // true
Groups:
Groups

Syntax

Syntax:
grpNull
Return Value:
Group

Examples

Example 1:
!isNull grpNull; // false
Example 2:
str grpNull; // <NULL-group>

Additional Information

See also:
controlNull displayNull locationNull objNull taskNull teamMemberNull scriptNull configNull typeName isNull

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