teamMemberNull: 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) |
||
Line 8: | Line 8: | ||
| 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]]: | ||
* <tt>[[teamMemberNull]] | * <tt>[[teamMemberNull]] {{=}}{{=}} [[teamMemberNull]]; {{cc|false}}</tt> | ||
* <tt>[[isNull]] [[teamMemberNull]]; | * <tt>[[isNull]] [[teamMemberNull]]; {{cc|true}}</tt> | ||
* <tt>[[teamMemberNull]] [[isEqualTo]] [[teamMemberNull]]; | * <tt>[[teamMemberNull]] [[isEqualTo]] [[teamMemberNull]]; {{cc|true}}</tt> |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[teamMemberNull]] |SYNTAX= | ||
| [[Team Member]] |RETURNVALUE= | | [[Team Member]] |RETURNVALUE= | ||
|x1= <code>![[isNull]] [[teamMemberNull]]; {{cc|false}}</code> |EXAMPLE1= | |||
| x1 = <code>![[isNull]] [[teamMemberNull]]; | |x2= <code>[[str]] [[teamMemberNull]]; {{cc|<NULL - team member>}}</code> |EXAMPLE2= | ||
| x2 = <code>[[str]] [[teamMemberNull]]; | |||
|x3= <code>[[if]] (_teamMember [[isEqualTo]] [[teamMemberNull]]) [[then]] { | |x3= <code>[[if]] (_teamMember [[isEqualTo]] [[teamMemberNull]]) [[then]] { | ||
[[hint]] "is null | [[hint]] "team member is null"; | ||
};</code> | | };</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= | ||
}} | }} | ||
Line 41: | Line 37: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[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:11, 24 August 2020
Description
- Description:
- A non-existent Team Member. To compare non-existent team members use isNull or isEqualTo:
- teamMemberNull == teamMemberNull; // false
- isNull teamMemberNull; // true
- teamMemberNull isEqualTo teamMemberNull; // true
- Groups:
- Uncategorised
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