teamMemberNull: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) (teamMemberNull can be compared) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| A | | A null team member. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''teamMemberNull''' |= Syntax | | '''teamMemberNull''' |= Syntax | ||
| [[Team Member]] |= RETURNVALUE | | [[Team Member]] |= RETURNVALUE | ||
|x1= <code>_teamMember | |x1= <code>[[if]] (_teamMember [[isEqualTo]] [[teamMemberNull]]) [[then]] { | ||
[[hint]] "is null member"; | |||
};</code> |= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 21:08, 30 July 2014
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