teamMemberNull: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(53 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2 | | |game1= arma2 | ||
|version1= 1.00 | |||
|1. | |game2= arma2oa | ||
|version2= 1.50 | |||
| | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
| | |gr1= Teams | ||
| [[Team Member]] | |descr= A non-existent [[Team Member]]. To compare non-existent team members use [[isNull]] or [[isEqualTo]]: | ||
<sqf> | |||
teamMemberNull == teamMemberNull; // false | |||
isNull teamMemberNull; // true | |||
teamMemberNull isEqualTo teamMemberNull; // true | |||
</sqf> | |||
| | |s1= [[teamMemberNull]] | ||
|r1= [[Team Member]] | |||
| | |x1= <sqf>!isNull teamMemberNull; // false</sqf> | ||
< | |x2= <sqf>str teamMemberNull; // <NULL - team member></sqf> | ||
< | |||
< | |||
< | |x3= <sqf> | ||
</ | if (_teamMember isEqualTo teamMemberNull) then | ||
{ | |||
hint "team member is null"; | |||
}; | |||
</sqf> | |||
|seealso= [[addTeamMember]] [[createTeam]] [[deleteTeam]] [[forEachMemberTeam]] [[removeTeamMember]] [[teamMember]] [[teamName]] [[teams]] [[teamType]] [[controlNull]] [[displayNull]] [[grpNull]] [[locationNull]] [[objNull]] [[taskNull]] [[scriptNull]] [[configNull]] [[typeName]] [[isNull]] | |||
}} | |||
[[ | |||
[[ |
Latest revision as of 15:58, 27 August 2022
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:
- Example 2:
- Example 3:
Additional Information
- See also:
- addTeamMember createTeam deleteTeam forEachMemberTeam removeTeamMember teamMember teamName teams teamType controlNull displayNull grpNull locationNull objNull taskNull 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