teamMemberNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 7: Line 6:


|gr1= Teams |GROUP1=
|gr1= Teams |GROUP1=
____________________________________________________________________________________________


| A non-existent [[Team Member]]. To compare non-existent team members use [[isNull]] or [[isEqualTo]]:
| A non-existent [[Team Member]]. To compare non-existent team members use [[isNull]] or [[isEqualTo]]:
Line 13: Line 11:
* <tt>[[isNull]] [[teamMemberNull]]; {{cc|true}}</tt>
* <tt>[[isNull]] [[teamMemberNull]]; {{cc|true}}</tt>
* <tt>[[teamMemberNull]] [[isEqualTo]] [[teamMemberNull]]; {{cc|true}}</tt> |DESCRIPTION=
* <tt>[[teamMemberNull]] [[isEqualTo]] [[teamMemberNull]]; {{cc|true}}</tt> |DESCRIPTION=
____________________________________________________________________________________________


| [[teamMemberNull]] |SYNTAX=
| [[teamMemberNull]] |SYNTAX=
Line 25: Line 22:
};</code> |EXAMPLE3=
};</code> |EXAMPLE3=


____________________________________________________________________________________________


| [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[forEachMemberTeam]], [[removeTeamMember]], [[teamMember]], [[teamName]], [[teams]], [[teamType]], [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[scriptNull]], [[configNull]], [[typeName]], [[isNull]] |SEEALSO=
| [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[forEachMemberTeam]], [[removeTeamMember]], [[teamMember]], [[teamName]], [[teams]], [[teamType]], [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[scriptNull]], [[configNull]], [[typeName]], [[isNull]] |SEEALSO=

Revision as of 05:00, 17 January 2021

Hover & click on the images for description

Description

Description:
A non-existent Team Member. To compare non-existent team members use isNull or isEqualTo:
Groups:
Teams

Syntax

Syntax:
teamMemberNull
Return Value:
Team Member

Examples

Example 1:
!isNull teamMemberNull; // false
Example 2:
str teamMemberNull; // <NULL - team member>
Example 3:
if (_teamMember isEqualTo teamMemberNull) then { hint "team member is null"; };

Additional Information

See also:
addTeamMembercreateTeamdeleteTeamforEachMemberTeamremoveTeamMemberteamMemberteamNameteamsteamTypecontrolNulldisplayNullgrpNulllocationNullobjNulltaskNullscriptNullconfigNulltypeNameisNull

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