teamMemberNull: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
m (template:command argument fix) |
||
Line 10: | Line 10: | ||
* <tt>[[teamMemberNull]] <nowiki>==</nowiki> [[teamMemberNull]]; // false</tt> | * <tt>[[teamMemberNull]] <nowiki>==</nowiki> [[teamMemberNull]]; // false</tt> | ||
* <tt>[[isNull]] [[teamMemberNull]]; // true</tt> | * <tt>[[isNull]] [[teamMemberNull]]; // true</tt> | ||
* <tt>[[teamMemberNull]] [[isEqualTo]] [[teamMemberNull]]; // true</tt> |= | * <tt>[[teamMemberNull]] [[isEqualTo]] [[teamMemberNull]]; // true</tt> |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''teamMemberNull''' |= | | '''teamMemberNull''' |SYNTAX= | ||
| [[Team Member]] |RETURNVALUE= | | [[Team Member]] |RETURNVALUE= |
Revision as of 14:50, 7 April 2019
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 "is null member"; };
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