teamMemberNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(teamMemberNull can be compared)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| A non-existing team member. This value is not equal to anything, including itself. |= Description
| A null team member. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''teamMemberNull''' |= Syntax
| '''teamMemberNull''' |= Syntax
|p1= |= PARAMETER1
|p2= |= PARAMETER2
|p3= |= PARAMETER3


| [[Team Member]] |= RETURNVALUE  
| [[Team Member]] |= RETURNVALUE  




|x1= <code>_teamMember <nowiki>==</nowiki> teamMemberNull</code>
|x1= <code>[[if]] (_teamMember [[isEqualTo]] [[teamMemberNull]]) [[then]] {
result is false |= EXAMPLE1  
[[hint]] "is null member";
};</code> |= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 22:08, 30 July 2014

Hover & click on the images for description

Description

Description:
A null team member.
Groups:
Uncategorised

Syntax

Syntax:
teamMemberNull
Return Value:
Team Member

Examples

Example 1:
if (_teamMember isEqualTo teamMemberNull) then { hint "is null member"; };

Additional Information

See also:
addTeamMembercreateTeamdeleteTeamforEachMemberTeamremoveTeamMemberteamMemberteamNameteamsteamType

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